diff options
author | 2005-03-13 03:33:33 +0000 | |
---|---|---|
committer | 2005-03-13 03:33:33 +0000 | |
commit | 30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc (patch) | |
tree | b172af18afb994653ab0daa402c7deed648ac30e /dev-perl/Text-Balanced | |
parent | arm/hppa/ia64 stable (diff) | |
download | historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.gz historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.bz2 historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.zip |
arm/ia64 lovin
Package-Manager: portage-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="" |