diff options
author | 2004-07-14 20:47:38 +0000 | |
---|---|---|
committer | 2004-07-14 20:47:38 +0000 | |
commit | de253c079d1a2ff9b556c726a612b491ecf67f35 (patch) | |
tree | 0903a2de7bc9bda59e46fe15be5bc0bc2db3d7bb /dev-perl | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.tar.gz gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.tar.bz2 gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild index c1957a585944..e1fcff92cb79 100644 --- a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild +++ b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 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.8 2004/06/25 01:04:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.9 2004/07/14 20:42:40 agriffis Exp $ IUSE="" inherit perl-module -S=${WORKDIR}/${P} 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" diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild index c4344856d9af..ba8c860e85f5 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.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/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.4 2004/06/25 01:04:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.5 2004/07/14 20:43:02 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Chasen library module for Perl." SRC_URI="http://www.daionet.gr.jp/~knok/chasen/${P}.tar.gz http://www.daionet.gr.jp/~knok/chasen/ChaSen.pm-1.03-pod-fix.diff" |