diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:38:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:38:01 +0000 |
commit | 215f2c868104d5de9e1ab38166c81f25957c7bc6 (patch) | |
tree | da1cdc7e4dfce2980cb1d5b1a0ccddce7c71272b /dev-perl/File-Spec | |
parent | sync IUSE (+nls) (diff) | |
download | historical-215f2c868104d5de9e1ab38166c81f25957c7bc6.tar.gz historical-215f2c868104d5de9e1ab38166c81f25957c7bc6.tar.bz2 historical-215f2c868104d5de9e1ab38166c81f25957c7bc6.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/File-Spec')
-rw-r--r-- | dev-perl/File-Spec/File-Spec-0.82.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/File-Spec/File-Spec-0.84.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/File-Spec/File-Spec-0.87.ebuild | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/File-Spec/File-Spec-0.82.ebuild b/dev-perl/File-Spec/File-Spec-0.82.ebuild index 2fe109ab6e9f..0899951587f3 100644 --- a/dev-perl/File-Spec/File-Spec-0.82.ebuild +++ b/dev-perl/File-Spec/File-Spec-0.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.82.ebuild,v 1.11 2004/06/25 00:30:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.82.ebuild,v 1.12 2004/07/14 17:34:30 agriffis Exp $ inherit perl-module @@ -12,4 +12,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RB/RBS/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 alpha hppa ~mips ~ppc sparc" - +IUSE="" diff --git a/dev-perl/File-Spec/File-Spec-0.84.ebuild b/dev-perl/File-Spec/File-Spec-0.84.ebuild index 62b25a6ac39e..034d1c23ef1c 100644 --- a/dev-perl/File-Spec/File-Spec-0.84.ebuild +++ b/dev-perl/File-Spec/File-Spec-0.84.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/dev-perl/File-Spec/File-Spec-0.84.ebuild,v 1.4 2004/06/25 00:30:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.84.ebuild,v 1.5 2004/07/14 17:34:30 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Handling files and directories portably" SRC_URI="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme" @@ -12,4 +11,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" - +IUSE="" diff --git a/dev-perl/File-Spec/File-Spec-0.87.ebuild b/dev-perl/File-Spec/File-Spec-0.87.ebuild index d2a4a2bb4f9e..54b251130050 100644 --- a/dev-perl/File-Spec/File-Spec-0.87.ebuild +++ b/dev-perl/File-Spec/File-Spec-0.87.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.87.ebuild,v 1.2 2004/06/25 00:30:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.87.ebuild,v 1.3 2004/07/14 17:34:30 agriffis Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -13,4 +13,3 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" - |