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-Find-Rule | |
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-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild index 7302c399059a..a5b4b101582d 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.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-Find-Rule/File-Find-Rule-0.26.ebuild,v 1.6 2004/06/25 00:28:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild,v 1.7 2004/07/14 17:31:11 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Alternative interface to File::Find" SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc" +IUSE="" style="builder" DEPEND="dev-perl/Test-Simple @@ -19,4 +19,3 @@ DEPEND="dev-perl/Test-Simple dev-perl/Number-Compare dev-perl/Text-Glob dev-perl/module-build" - diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild index e679b5ae3fda..ed59520bf090 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.28.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-Find-Rule/File-Find-Rule-0.28.ebuild,v 1.2 2004/06/25 00:28:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild,v 1.3 2004/07/14 17:31:11 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Alternative interface to File::Find" SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="~x86 ~alpha ~hppa ~mips ~ppc ~sparc" +IUSE="" style="builder" SRC_TEST="do" @@ -21,4 +21,3 @@ DEPEND="dev-perl/Test-Simple dev-perl/Number-Compare dev-perl/Text-Glob dev-perl/module-build" - |