diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:57:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:57:26 +0000 |
commit | 73fd7d5e3d2c504f749b18a531fdadc5a7cd85bc (patch) | |
tree | 8d91b5fed97cd41f198f5835a0854457942dc7ce /dev-perl/Text-CSV-Simple | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-73fd7d5e3d2c504f749b18a531fdadc5a7cd85bc.tar.gz gentoo-2-73fd7d5e3d2c504f749b18a531fdadc5a7cd85bc.tar.bz2 gentoo-2-73fd7d5e3d2c504f749b18a531fdadc5a7cd85bc.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Text-CSV-Simple')
-rw-r--r-- | dev-perl/Text-CSV-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-CSV-Simple/ChangeLog b/dev-perl/Text-CSV-Simple/ChangeLog index 67309019720e..f503e3bbb931 100644 --- a/dev-perl/Text-CSV-Simple/ChangeLog +++ b/dev-perl/Text-CSV-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CSV-Simple -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.3 2006/11/24 18:27:59 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.4 2007/01/19 16:57:26 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Text-CSV-Simple-1.00.ebuild: + Ebuild maintenance 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> Text-CSV-Simple-1.00.ebuild: diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild index d304546e175c..fb8d0ffcd98d 100644 --- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild +++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.4 2006/11/24 18:27:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.5 2007/01/19 16:57:26 mcummings Exp $ inherit perl-module DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files" SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~tmtm/${P}/" +HOMEPAGE="http://search.cpan.org/~tmtm/" SLOT="0" LICENSE="GPL-2" @@ -17,4 +17,3 @@ DEPEND="dev-perl/Text-CSV_XS dev-perl/Class-Trigger dev-perl/File-Slurp dev-lang/perl" -RDEPEND="${DEPEND}" |