diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 20:19:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 20:19:26 +0000 |
commit | b3e275a2f07387b9cafd30e52ec67cccbbfd1fab (patch) | |
tree | c93eae3b64b92f42507949155e5c798e4d280ced /media-libs/gltt | |
parent | leave MAKEOPTS alone (diff) | |
download | historical-b3e275a2f07387b9cafd30e52ec67cccbbfd1fab.tar.gz historical-b3e275a2f07387b9cafd30e52ec67cccbbfd1fab.tar.bz2 historical-b3e275a2f07387b9cafd30e52ec67cccbbfd1fab.zip |
tidy
Diffstat (limited to 'media-libs/gltt')
-rw-r--r-- | media-libs/gltt/Manifest | 2 | ||||
-rw-r--r-- | media-libs/gltt/gltt-2.5.2-r1.ebuild | 15 |
2 files changed, 5 insertions, 12 deletions
diff --git a/media-libs/gltt/Manifest b/media-libs/gltt/Manifest index 634e48806370..665058caa6e1 100644 --- a/media-libs/gltt/Manifest +++ b/media-libs/gltt/Manifest @@ -1,3 +1,3 @@ -MD5 8035ec9a9282642faacdfc397b814254 gltt-2.5.2-r1.ebuild 904 MD5 c790758cba1112553194a0aa2434bd6f ChangeLog 1292 +MD5 d36f8f741c8757117e8023965c63d04b gltt-2.5.2-r1.ebuild 873 MD5 c4d1b2834ffc880f6f754d7d69122d9f files/digest-gltt-2.5.2-r1 62 diff --git a/media-libs/gltt/gltt-2.5.2-r1.ebuild b/media-libs/gltt/gltt-2.5.2-r1.ebuild index e6df5a2c6727..d7e8f71d262a 100644 --- a/media-libs/gltt/gltt-2.5.2-r1.ebuild +++ b/media-libs/gltt/gltt-2.5.2-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gltt/gltt-2.5.2-r1.ebuild,v 1.13 2004/07/14 19:40:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gltt/gltt-2.5.2-r1.ebuild,v 1.14 2004/07/21 20:19:26 mr_bones_ Exp $ DESCRIPTION="GL truetype library" -SRC_URI="http://gltt.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gltt.sourceforge.net/" +SRC_URI="http://gltt.sourceforge.net/download/${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2" +SLOT="0" KEYWORDS="x86 sparc " IUSE="" @@ -15,10 +15,7 @@ DEPEND="virtual/opengl virtual/glut =media-libs/freetype-1*" -RDEPEND="$DEPEND" - src_compile() { - #small gcc3.x fix for #9173 cp FTGlyphVectorizer.h FTGlyphVectorizer.h.old sed -e 's:friend FTGlyphVectorizer:friend struct FTGlyphVectorizer:' \ @@ -30,13 +27,9 @@ src_compile() { --with-ttf-dir=/usr || die make || die - } src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README - + dodoc AUTHORS ChangeLog NEWS README } |