diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
commit | 05fc46fa6a909e4c1882e0c0552528b5b3b8c505 (patch) | |
tree | 1685c17a2801c9e608f53148b2ca608541f0ba96 /dev-perl/Text-Balanced | |
parent | arm/hppa/ia64 stable (diff) | |
download | gentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.tar.gz gentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.tar.bz2 gentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.zip |
arm/ia64 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Text-Balanced')
-rw-r--r-- | dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild index 8403eaa79e89..9106d2ed6273 100644 --- a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild +++ b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.11 2004/12/23 16:11:05 nigoro Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.12 2005/03/13 03:32:56 vapier Exp $ inherit perl-module DESCRIPTION="Extract balanced-delimiter substrings" -SRC_URI="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ~ppc sparc alpha hppa mips ~ppc64" - -DEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 sparc x86" +IUSE="" |