diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:34:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:34:23 +0000 |
commit | dda83e8f21cc04f586cf7c31b23db8e4e19d6d33 (patch) | |
tree | a8c97ff9cbbdd68598a66bd82b1dd60d67f5050b /dev-perl/B-Utils | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-dda83e8f21cc04f586cf7c31b23db8e4e19d6d33.tar.gz gentoo-2-dda83e8f21cc04f586cf7c31b23db8e4e19d6d33.tar.bz2 gentoo-2-dda83e8f21cc04f586cf7c31b23db8e4e19d6d33.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r-- | dev-perl/B-Utils/B-Utils-0.07.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/B-Utils/metadata.xml | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.07.ebuild b/dev-perl/B-Utils/B-Utils-0.07.ebuild new file mode 100644 index 000000000000..670ccc74e864 --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.07.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.07.ebuild,v 1.1 2009/06/23 07:34:23 robbat2 Exp $ + +MODULE_AUTHOR="JJORE" +EAPI=2 + +inherit perl-module + +DESCRIPTION="Helper functions for op tree manipulation" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog new file mode 100644 index 000000000000..beecd396519b --- /dev/null +++ b/dev-perl/B-Utils/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/B-Utils +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.1 2009/06/23 07:34:23 robbat2 Exp $ + +*B-Utils-0.07 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> +B-Utils-0.07.ebuild, + +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/B-Utils/metadata.xml b/dev-perl/B-Utils/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/dev-perl/B-Utils/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> +</pkgmetadata> |