diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:39:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:39:50 +0000 |
commit | b51f3fffc3909c26eebca4436a338b9e250b0a6e (patch) | |
tree | 4bd4ceefd2759b25f713466d229c18393514f28f /dev-perl/Exception-Died | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-b51f3fffc3909c26eebca4436a338b9e250b0a6e.tar.gz gentoo-2-b51f3fffc3909c26eebca4436a338b9e250b0a6e.tar.bz2 gentoo-2-b51f3fffc3909c26eebca4436a338b9e250b0a6e.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/Exception-Died')
-rw-r--r-- | dev-perl/Exception-Died/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Exception-Died/Exception-Died-0.06.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Exception-Died/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Exception-Died/ChangeLog b/dev-perl/Exception-Died/ChangeLog new file mode 100644 index 000000000000..083c61ea1f06 --- /dev/null +++ b/dev-perl/Exception-Died/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Exception-Died +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.1 2009/06/23 07:39:50 robbat2 Exp $ + +*Exception-Died-0.06 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +Exception-Died-0.06.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild new file mode 100644 index 000000000000..a995e06d2ff8 --- /dev/null +++ b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.1 2009/06/23 07:39:50 robbat2 Exp $ + +EAPI=2 +MODULE_AUTHOR="DEXTER" + +inherit perl-module + +DESCRIPTION="Convert simple die into real exception object" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-perl/Test-Unit-Lite-0.12 + dev-perl/parent + dev-perl/constant-boolean + >=dev-perl/Test-Assert-0.0501 + >=dev-perl/Exception-Base-0.2201" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Exception-Died/metadata.xml b/dev-perl/Exception-Died/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/dev-perl/Exception-Died/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> |