diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:33:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:33:52 +0000 |
commit | e2e0a35dc73973d085fd2f7dd54aa45fa0930643 (patch) | |
tree | 9eaba29b35252d2a78025b8cfe50a69c2bbc985a /dev-perl/B-Hooks-Parser | |
parent | Version bump. (diff) | |
download | gentoo-2-e2e0a35dc73973d085fd2f7dd54aa45fa0930643.tar.gz gentoo-2-e2e0a35dc73973d085fd2f7dd54aa45fa0930643.tar.bz2 gentoo-2-e2e0a35dc73973d085fd2f7dd54aa45fa0930643.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-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/metadata.xml | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild new file mode 100644 index 000000000000..350f7565c5ce --- /dev/null +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.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-Hooks-Parser/B-Hooks-Parser-0.09.ebuild,v 1.1 2009/06/23 07:33:52 robbat2 Exp $ + +MODULE_AUTHOR="FLORA" +EAPI=2 + +inherit perl-module + +DESCRIPTION="Interface to perls parser variables" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/B-Hooks-Parser/ChangeLog b/dev-perl/B-Hooks-Parser/ChangeLog new file mode 100644 index 000000000000..0a3b24075f8d --- /dev/null +++ b/dev-perl/B-Hooks-Parser/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/B-Hooks-Parser +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.1 2009/06/23 07:33:52 robbat2 Exp $ + +*B-Hooks-Parser-0.09 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +B-Hooks-Parser-0.09.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/B-Hooks-Parser/metadata.xml b/dev-perl/B-Hooks-Parser/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/dev-perl/B-Hooks-Parser/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> |