diff options
author | Chris White <chriswhite@gentoo.org> | 2005-07-06 18:02:03 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-07-06 18:02:03 +0000 |
commit | 88a175e09d89a3f72b4295f1d336bf26b5de2458 (patch) | |
tree | 0a850c1854e88bb0f90032450866297177ba23db /media-libs/panda3d | |
parent | . (diff) | |
download | gentoo-2-88a175e09d89a3f72b4295f1d336bf26b5de2458.tar.gz gentoo-2-88a175e09d89a3f72b4295f1d336bf26b5de2458.tar.bz2 gentoo-2-88a175e09d89a3f72b4295f1d336bf26b5de2458.zip |
fixed use flag warning, freetype to truetype
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r-- | media-libs/panda3d/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/panda3d/Manifest | 18 | ||||
-rw-r--r-- | media-libs/panda3d/panda3d-1.0.4.ebuild | 17 |
3 files changed, 18 insertions, 22 deletions
diff --git a/media-libs/panda3d/ChangeLog b/media-libs/panda3d/ChangeLog index 91d17b093669..0892cba18da3 100644 --- a/media-libs/panda3d/ChangeLog +++ b/media-libs/panda3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/panda3d # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.2 2005/06/24 05:34:04 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.3 2005/07/06 18:02:03 chriswhite Exp $ + + 07 Jul 2005; Chris White <chriswhite@gentoo.org> panda3d-1.0.4.ebuild: + fixed use flag warning, freetype to truetype 24 Jun 2005; Chris White <chriswhite@gentoo.org> : Recommiting manifest with non-alpha gnupg. diff --git a/media-libs/panda3d/Manifest b/media-libs/panda3d/Manifest index 69285227c974..d2a59f27a191 100644 --- a/media-libs/panda3d/Manifest +++ b/media-libs/panda3d/Manifest @@ -1,18 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 36a98f3454592cb2726abcf84b14fb3c panda3d-1.0.4.ebuild 1888 -MD5 112d4b56c036978802508437ca1fddb3 ChangeLog 549 +MD5 41b2e94fe0b57b6cb8fc7ba84e9629fb panda3d-1.0.4.ebuild 1969 MD5 be429ac9228ce100c3455e8987bf64b6 metadata.xml 549 -MD5 79f10078b2f9a3474518d533a2d86e97 files/50panda3d 216 +MD5 112d4b56c036978802508437ca1fddb3 ChangeLog 549 MD5 afabf922d82cce22ed050446ba7185e2 files/panda3d-1.0.4-makepanda.patch 8796 +MD5 79f10078b2f9a3474518d533a2d86e97 files/50panda3d 216 MD5 978479bc4bc45efcd9df722ffe0745e9 files/digest-panda3d-1.0.4 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iQCVAwUBQsgLW54WFLgrx1GWAQKPcQP/dVLOM2XTTuxkAaVJD/qpoTBQ3+klAt6q -TXFQ4aSz144p2eJQs/HVuS/8l3JXs1vANFyj8rcnp8PpPyHPYJbaizpRIElOoGrp -TrBaTe3bOwtumXYqyLPjMD5CXMW6ONIBO931/yLFeIG3bix6wInkFKWCriIcFeVn -O2IZACkH2s4= -=g7SN ------END PGP SIGNATURE----- diff --git a/media-libs/panda3d/panda3d-1.0.4.ebuild b/media-libs/panda3d/panda3d-1.0.4.ebuild index 2326e7d7025c..f65eba8d7531 100644 --- a/media-libs/panda3d/panda3d-1.0.4.ebuild +++ b/media-libs/panda3d/panda3d-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.2 2005/06/25 13:31:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.3 2005/07/06 18:02:03 chriswhite Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://panda3d.org/download/${P}.tar.gz" LICENSE="Panda3D" SLOT="0" KEYWORDS="~x86" -IUSE="png jpeg tiff fmod nspr ssl freetype doc zlib" +IUSE="png jpeg tiff fmod nspr ssl truetype doc zlib" DEPEND="doc? ( dev-python/epydoc ) png? ( media-libs/libpng ) @@ -19,15 +19,20 @@ DEPEND="doc? ( dev-python/epydoc ) tiff? ( media-libs/tiff ) fmod? ( media-libs/fmod ) ssl? ( dev-libs/openssl ) - freetype? ( media-libs/freetype ) + truetype? ( media-libs/freetype ) zlib? ( sys-libs/zlib )" use_no() { + local UWORD="$2" + if [ -z "${UWORD}" ]; then + UWORD="$1" + fi + if useq $1 ; then - echo "--use-${1}" + echo "--use-${UWORD}" else - echo "--no-${1}" + echo "--no-${UWORD}" fi } @@ -46,7 +51,7 @@ src_compile() --libdir $(get_libdir) \ $(use_no png) $(use_no jpeg) \ $(use_no tiff) $(use_no fmod) \ - $(use_no ssl) $(use_no freetype) \ + $(use_no ssl) $(use_no truetype freetype) \ $(use_no zlib) $(use_no nspr) \ || die "build failed" } |