diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-06-01 14:10:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-06-01 14:10:10 +0000 |
commit | 5b92c937803402b9f8ce2c64c4c9fa2c2f511ce6 (patch) | |
tree | 0c46473d2b0e3a95f9f93baabd132cdd2b8bf01c /media-libs/gltt/gltt-2.5.2-r2.ebuild | |
parent | Changed de_tvtoday patch and changed ebuild to patch only when needed. (diff) | |
download | gentoo-2-5b92c937803402b9f8ce2c64c4c9fa2c2f511ce6.tar.gz gentoo-2-5b92c937803402b9f8ce2c64c4c9fa2c2f511ce6.tar.bz2 gentoo-2-5b92c937803402b9f8ce2c64c4c9fa2c2f511ce6.zip |
Actually do the patching, sheesh @ me. Closes bug #130365 by Jon Langseth
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'media-libs/gltt/gltt-2.5.2-r2.ebuild')
-rw-r--r-- | media-libs/gltt/gltt-2.5.2-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/gltt/gltt-2.5.2-r2.ebuild b/media-libs/gltt/gltt-2.5.2-r2.ebuild index 2d1371ac593f..5898b5e93cd8 100644 --- a/media-libs/gltt/gltt-2.5.2-r2.ebuild +++ b/media-libs/gltt/gltt-2.5.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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-r2.ebuild,v 1.2 2005/12/16 10:59:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gltt/gltt-2.5.2-r2.ebuild,v 1.3 2006/06/01 14:10:10 seemant Exp $ inherit eutils libtool gnuconfig @@ -9,7 +9,6 @@ PATCHVER=0.1 DESCRIPTION="GL truetype library" HOMEPAGE="http://gltt.sourceforge.net/" SRC_URI="http://gltt.sourceforge.net/download/${P}.tar.gz - http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2" LICENSE="LGPL-2" @@ -25,7 +24,7 @@ PATCHDIR=${WORKDIR}/gentoo src_unpack() { unpack ${A}; cd ${S} - EPATCH_SUFFIX="patch" epatch ${FILESDIR} + EPATCH_SUFFIX="patch" epatch ${PATCHDIR} } src_compile() { |