diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-24 19:03:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-24 19:03:15 +0000 |
commit | 7aa5b67c5ee3accd4b3d73c569c01c6585a0f9db (patch) | |
tree | bc0de16ff084fdbc076dbf2ab243ef65a6b1917b /dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild | |
parent | Added ~sparc keyword wrt bug #137392. (diff) | |
download | gentoo-2-7aa5b67c5ee3accd4b3d73c569c01c6585a0f9db.tar.gz gentoo-2-7aa5b67c5ee3accd4b3d73c569c01c6585a0f9db.tar.bz2 gentoo-2-7aa5b67c5ee3accd4b3d73c569c01c6585a0f9db.zip |
Version bump again
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild')
-rw-r--r-- | dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild new file mode 100644 index 000000000000..726598c0bcf5 --- /dev/null +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild,v 1.1 2006/06/24 19:03:14 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="apparently run a function in a higher stack frame" +HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |