diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-13 21:50:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-13 21:50:00 +0000 |
commit | 05c48827df072da3b2e56a25ff58f2058728f098 (patch) | |
tree | ad8332da14dc7f54b6eca6fd71d55ded469bf65f /perl-core | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-05c48827df072da3b2e56a25ff58f2058728f098.tar.gz gentoo-2-05c48827df072da3b2e56a25ff58f2058728f098.tar.bz2 gentoo-2-05c48827df072da3b2e56a25ff58f2058728f098.zip |
Changing category as this is part of core perl.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/File-Path/ChangeLog | 14 | ||||
-rw-r--r-- | perl-core/File-Path/File-Path-2.08.ebuild | 15 | ||||
-rw-r--r-- | perl-core/File-Path/metadata.xml | 9 |
3 files changed, 38 insertions, 0 deletions
diff --git a/perl-core/File-Path/ChangeLog b/perl-core/File-Path/ChangeLog new file mode 100644 index 000000000000..1bee2ab20f3f --- /dev/null +++ b/perl-core/File-Path/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for perl-core/File-Path +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Path/ChangeLog,v 1.1 2009/11/13 21:50:00 robbat2 Exp $ + + 13 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +File-Path-2.08.ebuild, + +metadata.xml: + Changing category as this is part of core perl. + +*File-Path-2.08 (13 Nov 2009) + + 13 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +File-Path-2.08.ebuild, + +metadata.xml: + Initial commit. Dependancy for CPAN-Mini-0.576. Ebuild by g-cpan. + diff --git a/perl-core/File-Path/File-Path-2.08.ebuild b/perl-core/File-Path/File-Path-2.08.ebuild new file mode 100644 index 000000000000..f2fe4adee8be --- /dev/null +++ b/perl-core/File-Path/File-Path-2.08.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Path/File-Path-2.08.ebuild,v 1.1 2009/11/13 21:50:00 robbat2 Exp $ + +MODULE_AUTHOR="DLAND" + +inherit perl-module + +DESCRIPTION="File path and name utilities" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86 ~sparc ~ia64" diff --git a/perl-core/File-Path/metadata.xml b/perl-core/File-Path/metadata.xml new file mode 100644 index 000000000000..5b0bbbacca03 --- /dev/null +++ b/perl-core/File-Path/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> +</pkgmetadata> |