diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 18:50:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 18:50:57 +0000 |
commit | f0976f8b8022e602b84e4e64b14518912f865cc7 (patch) | |
tree | dd3119ac0a47e5a517d4b3a71fd9fd2e673cf548 /dev-perl/File-chdir | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-f0976f8b8022e602b84e4e64b14518912f865cc7.tar.gz gentoo-2-f0976f8b8022e602b84e4e64b14518912f865cc7.tar.bz2 gentoo-2-f0976f8b8022e602b84e4e64b14518912f865cc7.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.06.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index b96225026dff..78c2bbc82190 100644 --- a/dev-perl/File-chdir/ChangeLog +++ b/dev-perl/File-chdir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-chdir -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.8 2006/08/07 22:45:42 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.9 2007/01/15 18:50:57 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + File-chdir-0.06.ebuild: + Ebuild maintenance 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> File-chdir-0.06.ebuild: diff --git a/dev-perl/File-chdir/File-chdir-0.06.ebuild b/dev-perl/File-chdir/File-chdir-0.06.ebuild index c6945c20deac..bd516dcc9f68 100644 --- a/dev-perl/File-chdir/File-chdir-0.06.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.06.ebuild @@ -1,11 +1,11 @@ -# 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/File-chdir/File-chdir-0.06.ebuild,v 1.8 2006/08/07 22:45:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.06.ebuild,v 1.9 2007/01/15 18:50:57 mcummings Exp $ inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" -HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +HOMEPAGE="http://search.cpan.org/~mschwern/" SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="Artistic" @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |