diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-26 09:12:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-26 09:12:42 +0000 |
commit | 2d721a73bd000cebe3a58ebae6d61f76a0bb68f3 (patch) | |
tree | 4ad8a82031de5b91d5fcf7c3372c36f9cd725b7c /dev-perl | |
parent | Change version scheme. Looks like a downgrade (diff) | |
download | gentoo-2-2d721a73bd000cebe3a58ebae6d61f76a0bb68f3.tar.gz gentoo-2-2d721a73bd000cebe3a58ebae6d61f76a0bb68f3.tar.bz2 gentoo-2-2d721a73bd000cebe3a58ebae6d61f76a0bb68f3.zip |
Change version scheme. Looks like a downgrade. EAPI=3. Fix LICENSE. Maintenance. Force for stable keywords
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 13 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.200.ebuild (renamed from dev-perl/File-chdir/File-chdir-0.1002.ebuild) | 14 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.300.ebuild (renamed from dev-perl/File-chdir/File-chdir-0.1003.ebuild) | 5 |
3 files changed, 21 insertions, 11 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index 9fb6bb09fff6..011fa92c4734 100644 --- a/dev-perl/File-chdir/ChangeLog +++ b/dev-perl/File-chdir/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-perl/File-chdir -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.23 2010/04/30 07:17:03 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.24 2011/02/26 09:12:42 tove Exp $ + +*File-chdir-0.100.300 (26 Feb 2011) +*File-chdir-0.100.200 (26 Feb 2011) + + 26 Feb 2011; Torsten Veller <tove@gentoo.org> +File-chdir-0.100.200.ebuild, + +File-chdir-0.100.300.ebuild, -File-chdir-0.1002.ebuild, + -File-chdir-0.1003.ebuild: + Change version scheme. Looks like a downgrade. EAPI=3. Fix LICENSE. + Maintenance *File-chdir-0.1003 (30 Apr 2010) diff --git a/dev-perl/File-chdir/File-chdir-0.1002.ebuild b/dev-perl/File-chdir/File-chdir-0.100.200.ebuild index bc94745efc0c..c0578f21de90 100644 --- a/dev-perl/File-chdir/File-chdir-0.1002.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.100.200.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.1002.ebuild,v 1.7 2010/01/09 21:12:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.200.ebuild,v 1.1 2011/02/26 09:12:42 tove Exp $ +EAPI=3 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.1002 inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" -HOMEPAGE="http://search.cpan.org/~dagolden/" -SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz" -LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST="do" -RDEPEND=">=virtual/perl-File-Spec-3.27 - dev-lang/perl" +RDEPEND=">=virtual/perl-File-Spec-3.27" DEPEND="${RDEPEND} virtual/perl-Module-Build" diff --git a/dev-perl/File-chdir/File-chdir-0.1003.ebuild b/dev-perl/File-chdir/File-chdir-0.100.300.ebuild index 83c8fc9ee55c..f5a1d37caab6 100644 --- a/dev-perl/File-chdir/File-chdir-0.1003.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.100.300.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.1003.ebuild,v 1.1 2010/04/30 07:17:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.1 2011/02/26 09:12:42 tove Exp $ EAPI=3 MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.1003 inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" |