diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-01 00:52:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-01 00:52:29 +0000 |
commit | 1fc89f6db09edb97ceef0f6517c69682a824ab34 (patch) | |
tree | cf02941ecac8c38a87869682ff9279be99d5be7b /dev-perl/Error/Error-0.17.008.ebuild | |
parent | - Added warn to ARCHs to remember them to cvs update the eclasses too\n- conv... (diff) | |
download | historical-1fc89f6db09edb97ceef0f6517c69682a824ab34.tar.gz historical-1fc89f6db09edb97ceef0f6517c69682a824ab34.tar.bz2 historical-1fc89f6db09edb97ceef0f6517c69682a824ab34.zip |
Version bump
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'dev-perl/Error/Error-0.17.008.ebuild')
-rw-r--r-- | dev-perl/Error/Error-0.17.008.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Error/Error-0.17.008.ebuild b/dev-perl/Error/Error-0.17.008.ebuild new file mode 100644 index 000000000000..f0722df82ee3 --- /dev/null +++ b/dev-perl/Error/Error-0.17.008.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.17.008.ebuild,v 1.1 2006/11/01 00:52:02 mcummings Exp $ + +inherit versionator perl-module + +MY_PV="$(delete_version_separator 2)" +MY_P="${PN}-${MY_PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Error/exception handling in an OO-ish way" +HOMEPAGE="http://www.cpan.org/modules/by-module/Error/" +SRC_URI="mirror://cpan/authors/id/S/SH/SHLOMIF/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-perl/module-build" +RDEPEND="dev-lang/perl" + +SRC_TEST="do" |