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/FileHandle-Rollback | |
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/FileHandle-Rollback')
-rw-r--r-- | dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild index 84b1059ea1b4..97d88e1e985b 100644 --- a/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild +++ b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.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/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild,v 1.3 2004/06/25 00:28:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild,v 1.4 2004/07/14 17:32:18 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="FileHandle with commit and rollback" SRC_URI="http://www.cpan.org/modules/by-module/FileHandle/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/" @@ -12,4 +11,4 @@ HOMEPAGE="http://www.cpan.org/" SLOT="0" LICENSE="Artistic" KEYWORDS="~x86" - +IUSE="" diff --git a/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild index f04881a1dda9..213472240ad9 100644 --- a/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild +++ b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.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/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild,v 1.3 2004/06/25 00:28:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.05.ebuild,v 1.4 2004/07/14 17:32:18 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="FileHandle with commit and rollback" SRC_URI="http://www.cpan.org/modules/by-module/FileHandle/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/" @@ -12,4 +11,4 @@ HOMEPAGE="http://www.cpan.org/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 sparc ~ppc" - +IUSE="" |