diff options
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace-ps/Manifest | 2 | ||||
-rw-r--r-- | dev-games/crystalspace-ps/crystalspace-ps-1.9-r35804.ebuild | 125 | ||||
-rw-r--r-- | dev-games/physfs/ChangeLog | 65 | ||||
-rw-r--r-- | dev-games/physfs/ChangeLog-2015 | 233 | ||||
-rw-r--r-- | dev-games/physfs/Manifest | 5 | ||||
-rw-r--r-- | dev-games/physfs/metadata.xml | 33 | ||||
-rw-r--r-- | dev-games/physfs/physfs-2.0.3-r1.ebuild | 58 |
7 files changed, 394 insertions, 127 deletions
diff --git a/dev-games/crystalspace-ps/Manifest b/dev-games/crystalspace-ps/Manifest deleted file mode 100644 index eb4585a..0000000 --- a/dev-games/crystalspace-ps/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST crystalspace-ps-1.9-r35803.tar.bz2 178673595 RMD160 a5849aec4471a7e941eeacdb00f8c40c3c176cd3 SHA1 94f96db7d877dac96291fa0b4d8159c54c40419c SHA256 8f0afb4fee1b2596fb36b929b207a2e3083e8325a05bb6ad1235f7e6b49c5af6 -EBUILD crystalspace-ps-1.9-r35803.ebuild 3553 RMD160 ee886cde03c2b85befb9dd0ddcad6db6ac8952e1 SHA1 010489752207411ed1b6f9ca90a0db1f067709ff SHA256 e79e1d7641ecf2ae1e8a53dc988fe5d106266fa4b1b3e1f9584cb24257799a51 diff --git a/dev-games/crystalspace-ps/crystalspace-ps-1.9-r35804.ebuild b/dev-games/crystalspace-ps/crystalspace-ps-1.9-r35804.ebuild deleted file mode 100644 index 5d3a885..0000000 --- a/dev-games/crystalspace-ps/crystalspace-ps-1.9-r35804.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-ps/crystalspace-ps-1.9-r35803.ebuild,v 1.9 2011/02/18 12:00:00 loux.thefuture Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Portable 3D Game Development Kit written in C++" -HOMEPAGE="http://crystal.sourceforge.net/" -SRC_URI="http://dev.gentooexperimental.org/~loux/distfiles/crystalspace-ps-1.9-r35803.tar.bz2 - http://loux.thefuture.free.fr/distfiles/crystalspace-ps-1.9-r35803.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS=" ~x86 ~amd64" -IUSE="alsa cegui mng ode sdl static maxoptimization doc debug multislot cairo" -#to test IUSE="python" -RESTRICT="mirror" - -RDEPEND="virtual/opengl - media-libs/freeglut - cegui? ( >=dev-games/cegui-0.5 ) - ode? ( dev-games/ode ) - media-libs/libogg - media-libs/libvorbis - alsa? ( media-libs/alsa-lib ) - mng? ( media-libs/libmng ) - cairo? ( x11-libs/cairo ) - virtual/jpeg - x11-libs/libXaw - x11-libs/libXxf86vm - >=media-gfx/nvidia-cg-toolkit-2.2.0 - >=media-libs/cal3d-0.12 - >=media-libs/freetype-2.1 - media-libs/libpng - media-libs/openal - media-libs/freealut - media-libs/speex -" - -DEPEND="${RDEPEND} - dev-util/ftjam" - -#to test python? ( dev-lang/swig ) - -S="${WORKDIR}/crystal" -CS_PREFIX="/opt/planeshift/crystalspace-1.9" - -src_compile() { - my_conf="" - if use maxoptimization && ! use debug ; then - my_conf="--enable-cpu-specific-optimizations=maximum" - else - my_conf="--enable-cpu-specific-optimizations=no" - fi - - if ! use doc ; then - sed -e 's!SubInclude TOP docs ;!!' -i Jamfile.in - fi - - if use debug; then - my_conf="${my_conf} --enable-debug" - LDFLAGS="" - else - my_conf="${my_conf} --enable-separate-debug-info=no" - fi - - #for cg : media-gfx/nvidia-cg-toolkit - my_conf="${my_conf} --with-Cg=/opt/nvidia-cg-toolkit" - my_conf="${my_conf} --with-CgGL=/opt/nvidia-cg-toolkit" - - #force le crash du test v9 sparc - sed 's/mcpu=v9/mcpu-bad=v9/g' -i configure - - econf --prefix=${CS_PREFIX} \ - --datadir=${CS_PREFIX}/share \ - --sysconfdir=${CS_PREFIX}/etc \ - --infodir=${CS_PREFIX}/share/info \ - --mandir=${CS_PREFIX}/share/man \ - ${my_conf} \ - --without-lcms \ - --without-java \ - --without-wx \ - --with-png \ - --with-freetype2 \ - --with-cal3d \ - --with-jpeg \ - --with-speex \ - $(use_with cairo) \ - $(use_with mng) \ - $(use_with ode) \ - $(use_with cegui CEGUI) \ - $(use_with alsa asound) \ - --without-python - #$(use_with python) - - #jam ${MAKEOPTS} || die "compile failed" - jam || die "compile failed" - if use static ; then - jam ${MAKEOPTS} staticplugins || die "compile staticplugins failed" - fi -} - -src_install() { - jam -q -s DESTDIR="${D}" install || die "make install failed" - MY_LIB="lib" - if use amd64 ; then - dosym ${CS_PREFIX}/lib64 ${CS_PREFIX}/lib - MY_LIB="lib64" - fi - dosym libcrystalspace-1.9.a ${CS_PREFIX}/${MY_LIB}/libcrystalspace.a - dosym libcrystalspace_opengl-1.9.a ${CS_PREFIX}/${MY_LIB}/libcrystalspace_opengl.a - if use static ; then - sed -i -e 's!Depends install_staticplugins : install_libs ;!!' \ - mk/jam/static.jam - - jam -q -s DESTDIR="${D}" install_staticplugins || die "make install_static_plugins failed" - dosym libcrystalspace_staticplugins-1.9.a ${CS_PREFIX}/${MY_LIB}/libcrystalspace_staticplugins.a - fi - if [[ ! -e cs-config ]]; then - dosym ${CS_PREFIX}/bin/cs-config-1.9 ${CS_PREFIX}/bin/cs-config - fi - - #echo "CRYSTAL_CONFIG=${CS_PREFIX}/etc/crystalspace-1.9" > "${T}"/90crystalspace - #echo "CRYSTAL=${CS_PREFIX}" >> "${T}"/90crystalspace - #doenvd "${T}"/90crystalspace -} diff --git a/dev-games/physfs/ChangeLog b/dev-games/physfs/ChangeLog new file mode 100644 index 0000000..254d436 --- /dev/null +++ b/dev-games/physfs/ChangeLog @@ -0,0 +1,65 @@ +# ChangeLog for dev-games/physfs +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) + +*physfs-2.0.3-r1 (09 Aug 2015) + + 09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +physfs-2.0.3-r1.ebuild: + proj/gentoo: Initial commit + + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> + X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts + X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher <jlec@gentoo.org> + + 24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml + + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. + + Bug: https://bugs.gentoo.org/552720 + + 24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml: + Replace all herds with appropriate projects (GLEP 67) + + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. + + 24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) + diff --git a/dev-games/physfs/ChangeLog-2015 b/dev-games/physfs/ChangeLog-2015 new file mode 100644 index 0000000..8402f0f --- /dev/null +++ b/dev-games/physfs/ChangeLog-2015 @@ -0,0 +1,233 @@ +# ChangeLog for dev-games/physfs +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.63 2015/04/09 14:27:50 mr_bones_ Exp $ + + 09 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> -physfs-2.0.3.ebuild: + old + + 09 Apr 2015; <jmorgan@gentoo.org> physfs-2.0.3-r1.ebuild: + ppc64 stable wrt 526060 + + 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3-r1.ebuild: + Stable for ppc, wrt bug #526068 + + 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> physfs-2.0.3-r1.ebuild: + alpha/sparc/x86 stable wrt #526060 + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3-r1.ebuild: + Stable for amd64, wrt bug #526060 + + 20 Dec 2014; Markus Meier <maekke@gentoo.org> physfs-2.0.3-r1.ebuild: + arm stable, bug #526060 + + 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> physfs-2.0.3-r1.ebuild: + Stable for HPPA (bug #526060). + +*physfs-2.0.3-r1 (06 Sep 2013) + + 06 Sep 2013; Ian Stakenvicius <axs@gentoo.org> +physfs-2.0.3-r1.ebuild: + converted to support multilib-build; commit OKd by radhermit + + 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -physfs-2.0.1.ebuild, + -physfs-2.0.2-r1.ebuild: + old + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for arm, wrt bug #449930 + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for alpha, wrt bug #449930 + + 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for x86, wrt bug #449930 + + 07 Jan 2013; Jeroen Roovers <jer@gentoo.org> physfs-2.0.3.ebuild: + Stable for HPPA (bug #449930). + + 05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for sparc, wrt bug #449930 + + 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for ppc64, wrt bug #449930 + + 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for ppc, wrt bug #449930 + + 03 Jan 2013; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3.ebuild: + Stable for amd64, wrt bug #449930 + +*physfs-2.0.3 (14 Nov 2012) + + 14 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> +physfs-2.0.3.ebuild: + version bump (bug #443036) + + 03 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + physfs-2.0.2-r1.ebuild: + Keyword ~arm. + + 04 Oct 2011; Jeroen Roovers <jer@gentoo.org> physfs-2.0.2-r1.ebuild: + Stable for HPPA (bug #375385). + + 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> physfs-2.0.2-r1.ebuild: + alpha/sparc stable wrt #375385 + + 01 Aug 2011; Markus Meier <maekke@gentoo.org> physfs-2.0.2-r1.ebuild: + x86 stable, bug #375385 + + 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> physfs-2.0.2-r1.ebuild: + ppc/ppc64 stable wrt #375385 + + 16 Jul 2011; Markos Chandras <hwoarang@gentoo.org> physfs-2.0.2-r1.ebuild: + Stable on amd64 wrt bug #375385 + +*physfs-2.0.2-r1 (25 Apr 2011) + + 25 Apr 2011; Lars Wendler <polynomial-c@gentoo.org> -physfs-2.0.2.ebuild, + +physfs-2.0.2-r1.ebuild: + Non-maintainer commit: Don't install libs into /usr/lib6464. Thanks to Nick + Bowler for reporting this in bug #364741. + +*physfs-2.0.2 (24 Apr 2011) + + 24 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org> +physfs-2.0.2.ebuild: + version bump (bug #364559) + + 15 Oct 2010; Brent Baude <ranger@gentoo.org> physfs-2.0.1.ebuild: + stable ppc, bug 317239 + + 21 Jul 2010; Jeroen Roovers <jer@gentoo.org> physfs-2.0.1.ebuild: + Stable for HPPA (bug #317239). + + 05 Jun 2010; Raúl Porcel <armin76@gentoo.org> physfs-2.0.1.ebuild: + alpha/sparc stable wrt #317239 + + 24 May 2010; Pacho Ramos <pacho@gentoo.org> physfs-2.0.1.ebuild: + stable amd64, bug 317239 + + 20 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> physfs-2.0.1.ebuild: + x86 stable wrt bug #317239 + + 11 May 2010; Brent Baude <ranger@gentoo.org> physfs-2.0.1.ebuild: + stable ppc64, bug 317239 + +*physfs-2.0.1 (25 Mar 2010) + + 25 Mar 2010; Tristan Heaven <nyhm@gentoo.org> +physfs-2.0.1.ebuild: + Version bump + + 08 Nov 2009; Joseph Jezak <josejx@gentoo.org> physfs-2.0.0.ebuild: + Marked ppc stable for bug #290054. + + 29 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> physfs-2.0.0.ebuild: + add static-libs support + + 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> physfs-2.0.0.ebuild: + sparc stable wrt #284979 + + 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> physfs-2.0.0.ebuild: + Stable on alpha, bug #284979 + + 26 Sep 2009; Brent Baude <ranger@gentoo.org> physfs-2.0.0.ebuild: + Marking physfs-2.0.0 ppc64 for bug 284979 + + 19 Sep 2009; Markus Meier <maekke@gentoo.org> physfs-2.0.0.ebuild: + amd64/x86 stable, bug #284979 + + 18 Sep 2009; Jeroen Roovers <jer@gentoo.org> physfs-2.0.0.ebuild: + Stable for HPPA (bug #284979). + + 09 Jun 2009; Tristan Heaven <nyhm@gentoo.org> physfs-2.0.0.ebuild: + Install into the correct libdir, bug #273308 + + 26 May 2009; Alfredo Tupone <tupone@gentoo.org> + +files/physfs-2.0.0-gcc44.patch, physfs-2.0.0.ebuild: + Remove -Werror, causing build to abort with gcc-4.4.0. + Bug #271251 by Robert Forster + +*physfs-2.0.0 (24 May 2009) + + 24 May 2009; Tristan Heaven <nyhm@gentoo.org> +physfs-2.0.0.ebuild, + metadata.xml: + Version bump + +*physfs-1.0.2 (12 Apr 2009) + + 12 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> +physfs-1.0.2.ebuild: + version bump + +*physfs-1.1.1 (27 Aug 2007) + + 27 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> +physfs-1.1.1.ebuild: + dev version bump + + 24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> physfs-1.1.0.ebuild: + Add ~x86-fbsd keyword. + Thanks to Nathan Smith for reporting wrt bug #175779 + + 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: + Regenerate digest in Manifest2 format. + + 18 Mar 2006; Markus Rothe <corsair@gentoo.org> physfs-1.0.1.ebuild: + Stable on ppc64 + + 07 Jan 2006; Mike Frysinger <vapier@gentoo.org> physfs-1.0.1.ebuild, + physfs-1.1.0.ebuild: + Make sure we use system readline and disable the testprog since it is never + needed and just pulls in readline. + + 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> physfs-1.0.1.ebuild: + Mark 1.0.1 stable on alpha + +*physfs-1.1.0 (01 Sep 2005) + + 01 Sep 2005; Mike Frysinger <vapier@gentoo.org> +physfs-1.1.0.ebuild: + Version bump #104106 by Dennis Schridde. + +*physfs-1.0.1 (01 Sep 2005) + + 01 Sep 2005; Mike Frysinger <vapier@gentoo.org> +physfs-1.0.1.ebuild: + Version bump #104106 by Dennis Schridde. + + 29 Apr 2004; Aron Griffis <agriffis@gentoo.org> physfs-0.1.9.ebuild, + physfs-1.0.0.ebuild: + Add ~alpha + +*physfs-1.0.0 (03 Apr 2004) + + 03 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> physfs-1.0.0.ebuild: + version bump - ebuild submitted by Alexander Bussman via bug #46477 + + 25 Feb 2004; Jason Wever <weeve@gentoo.org> physfs-0.1.9.ebuild: + Marked stable on sparc. Fixes sdl-sound's broken deps and helps fix bug + #41934. + + 17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> : + manifest fix + + 16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> physfs-0.1.9.ebuild: + set ppc in keywords + + 26 Dec 2003; Jason Wever <weeve@gentoo.org> physfs-0.1.9.ebuild: + Added ~sparc keyword. + +*physfs-0.1.9 (02 Oct 2003) + + 02 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Version bumpage. + +*physfs-0.1.8 (24 Apr 2003) + + 24 Apr 2003; Phil Bordelon <sunflare@gentoo.org> physfs-0.1.8.ebuild: + Version bump. Marked for testing. + +*physfs-0.1.7 (12 Dec 2002) + + 17 Apr 2003; Philip Walls <malverian@gentoo.org> physfs-0.1.7.ebuild : + Unmasked, added headers to ChangeLog and ebuild + + 12 Dec 2002; Phil Bordelon <sunflare@gentoo.org> physfs-0.1.7.ebuild : + Updated the license to be LGPL-2.1 instead of LGPL-2. + + 12 Dec 2002; Phil Bordelon <sunflare@gentoo.org> ChangeLog + physfs-0.1.7.ebuild : Initial addition to the portage tree. + diff --git a/dev-games/physfs/Manifest b/dev-games/physfs/Manifest new file mode 100644 index 0000000..347728f --- /dev/null +++ b/dev-games/physfs/Manifest @@ -0,0 +1,5 @@ +DIST physfs-2.0.3.tar.bz2 560628 SHA256 ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 SHA512 47eff0c81b8dc3bb526766b0a8ad2437d2951867880116d6e6e8f2ec1490e263541fb741867fed6517cc3fa8a9c5651b36e3e02a499f19cfdc5c7261c9707e80 WHIRLPOOL 30362f92d5702842142c08c3183a384876a03e9e3e400364b0fa59c99ffee994667c1ad08fe633ef146e98301789a980a3419f60a18b24b9c341bb74144ccc73 +EBUILD physfs-2.0.3-r1.ebuild 1418 SHA256 02346160740f6c82e8124e89e61e4a425d26a07735b4b1d907f1fe724e9f502d SHA512 17cc205b388082561ca297bcee37929a89fdb41e2c30570b11fe29bd52e25b30708c52a9d82b1fc26c76de68ef5a3ab0bf316b76a2090a2c51696cd4585d14c3 WHIRLPOOL 154c507cf8d7457dd4fda7a2466419c877d7bbb5230512838987723375bcd22a2710d8b0a94bbc1a69bdd5c7a9df75122fedbba1cd3029adadedd4a9c436ee48 +MISC ChangeLog 2431 SHA256 099f43e2fdfd7460a914f8e55fcb59cd66e0be1ed600f211aa5b52d13c20409a SHA512 c019650836efe001d5a932b06951e86c393831e080803adf7a52c196979f05369cc1b7b67ad3e67062afe81a7e3d9a3057055c3d351f81c428d0d094199a11ad WHIRLPOOL 9f72642a54fbc8c8b3a41e3d18ba76abc7fdd65a58fdd3cc139ca4d568071b992e61e285e82885ba418e9fb0f182e9f791b3ca1cbdf71673e0d9593654bdeaa5 +MISC ChangeLog-2015 7649 SHA256 dfe9ed4277f66ca02c979d90d7064f1e8d8485f407bacc0a9698989102b198f6 SHA512 dda73f3b974906e287303cb06e356858f1f87ffc1d429db82b3471ff34652e5589047176b93745878cfa83516be1356a11509471b467bb755b3fa31782cbedcd WHIRLPOOL 3a44a4b735866e5f185790918e4673eeb41f47c3c630d451ddcb2997189656bc282d8a236817e3c4a0044d4c4fcfaf29cc0484953f9994c212f04085a635c691 +MISC metadata.xml 1807 SHA256 a7e6ba6e78f907c535d8ae8f470a524fd3dc89012225f9ec8b7d2f4b218ac241 SHA512 914416e5632d1587b4677b8c8997eed056603049bf71424ccc679a6a4fa050ad2c9f5bf2db0927a5925bdc662565fc2d49901c9de419a623a830a2c6da65341e WHIRLPOOL 17f6fa2ecf2bf30388d86d8cf81e90221847fcd8927c061cb3a2fbcbbf7861c37bcee6ec4b8e9ab99cd2d988b7a143687d8a8e30d2a084a94518ff3bd6004a05 diff --git a/dev-games/physfs/metadata.xml b/dev-games/physfs/metadata.xml new file mode 100644 index 0000000..5bca866 --- /dev/null +++ b/dev-games/physfs/metadata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> +<email>games@gentoo.org</email> +<name>Gentoo Games Project</name> +</maintainer> +<longdescription> +PhysicsFS is a library to provide abstract access to various archives. It is +intended for use in video games, and the design was somewhat inspired by Quake 3's +file subsystem. The programmer defines a "write directory" on the physical +filesystem. No file writing done through the PhysicsFS API can leave that write +directory, for security. For example, an embedded scripting language cannot write +outside of this path if it uses PhysFS for all of its I/O, which means that +untrusted scripts can run more safely. Symbolic links can be disabled as well, for +added safety. For file reading, the programmer lists directories and archives that +form a "search path". Once the search path is defined, it becomes a single, +transparent hierarchical filesystem. This makes for easy access to ZIP files in the +same way as you access a file directly on the disk, and it makes it easy to ship a +new archive that will override a previous archive on a per-file basis. Finally, +PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are available, +the user's home directory, where in the real filesystem your program is running, +etc. +</longdescription> +<use> +<flag name="grp">Enable Build Engine GRP archive support</flag> +<flag name="hog">Enable Descent I/II HOG archive support</flag> +<flag name="mvl">Enable Descent I/II MVL archive support</flag> +<flag name="wad">Enable Doom WAD archive support</flag> +<flag name="qpak">Enable Quake I/II QPAK archive support</flag> +<flag name="zip">Enable ZIP archive support</flag> +</use> +</pkgmetadata> diff --git a/dev-games/physfs/physfs-2.0.3-r1.ebuild b/dev-games/physfs/physfs-2.0.3-r1.ebuild new file mode 100644 index 0000000..9c07598 --- /dev/null +++ b/dev-games/physfs/physfs-2.0.3-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-multilib + +DESCRIPTION="Abstraction layer for filesystem and archive access" +HOMEPAGE="http://icculus.org/physfs/" +SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="doc grp hog mvl qpak static-libs wad +zip" + +RDEPEND="" +DEPEND="doc? ( app-doc/doxygen )" + +src_prepare() { + sed -i -e 's:-Werror::' CMakeLists.txt || die + # make sure these libs aren't used + rm -rf lzma zlib* +} + +src_configure() { + local mycmakeargs=( + -DPHYSFS_ARCHIVE_7Z=OFF + -DPHYSFS_BUILD_SHARED=ON + -DPHYSFS_BUILD_TEST=OFF + -DPHYSFS_BUILD_WX_TEST=OFF + -DPHYSFS_INTERNAL_ZLIB=OFF + $(cmake-utils_use static-libs PHYSFS_BUILD_STATIC) + $(cmake-utils_use grp PHYSFS_ARCHIVE_GRP) + $(cmake-utils_use hog PHYSFS_ARCHIVE_HOG) + $(cmake-utils_use mvl PHYSFS_ARCHIVE_MVL) + $(cmake-utils_use wad PHYSFS_ARCHIVE_WAD) + $(cmake-utils_use qpak PHYSFS_ARCHIVE_QPAK) + $(cmake-utils_use zip PHYSFS_ARCHIVE_ZIP) + ) + + cmake-multilib_src_configure +} + +src_compile() { + cmake-multilib_src_compile + + if multilib_is_native_abi && use doc ; then + doxygen || die "doxygen failed" + fi +} + +src_install() { + local DOCS="CHANGELOG.txt CREDITS.txt TODO.txt" + local HTML_DOCS=$(use doc && echo docs/html/*) + + cmake-multilib_src_install +} |