diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:32 +0000 |
commit | d9c468b89f8f02fa668a52f73abba916ab604027 (patch) | |
tree | ae1ae8cd06e16a743780785184893943b7abd8f5 | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-d9c468b89f8f02fa668a52f73abba916ab604027.tar.gz gentoo-2-d9c468b89f8f02fa668a52f73abba916ab604027.tar.bz2 gentoo-2-d9c468b89f8f02fa668a52f73abba916ab604027.zip |
sync IUSE (missing), trim trailing whitespace
-rw-r--r-- | dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild index 601dbe0b5574..33b7e6690486 100644 --- a/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild +++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.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/Exporter-Lite/Exporter-Lite-0.01.ebuild,v 1.2 2004/06/25 00:26:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild,v 1.3 2004/07/14 17:27:16 agriffis Exp $ inherit perl-module @@ -11,6 +11,6 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" SRC_TEST="do" - diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild index a77574efb140..260988068464 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.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/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild,v 1.2 2004/06/25 00:26:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.03.ebuild,v 1.3 2004/07/14 17:28:32 agriffis Exp $ inherit perl-module @@ -11,5 +11,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="~x86 ~alpha ~hppa ~mips ~ppc ~sparc ~amd64" +IUSE="" SRC_TEST="do" - |