diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:47:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:47:51 +0000 |
commit | d4dfbfb9780d9650e12747af0706e09913a17fea (patch) | |
tree | b30ad9832a1bb99b7a26b0ebb3f8e68e188f1b22 /sys-apps/texinfo | |
parent | sync IUSE (missing) (diff) | |
download | historical-d4dfbfb9780d9650e12747af0706e09913a17fea.tar.gz historical-d4dfbfb9780d9650e12747af0706e09913a17fea.tar.bz2 historical-d4dfbfb9780d9650e12747af0706e09913a17fea.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.5.ebuild | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild index b234b08c220e..c3dc33a1f252 100644 --- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.3-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.16 2004/06/28 01:25:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.17 2004/07/15 02:40:32 agriffis Exp $ inherit eutils IUSE="nls build" -S=${WORKDIR}/${P} DESCRIPTION="The GNU info program and utilities" HOMEPAGE="http://www.gnu.org/software/texinfo/" SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${P}.tar.gz @@ -72,4 +71,3 @@ src_install() { dodoc makeinfo/README fi } - diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild index 432be08d294e..0d1bd0f68326 100644 --- a/sys-apps/texinfo/texinfo-4.5.ebuild +++ b/sys-apps/texinfo/texinfo-4.5.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.17 2004/07/01 21:40:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.18 2004/07/15 02:40:32 agriffis Exp $ IUSE="nls build" -S=${WORKDIR}/${P} DESCRIPTION="The GNU info program and utilities" SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gnu/${PN}/${P}.tar.bz2" |