diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-12 21:18:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-12 21:18:06 +0000 |
commit | 2fe2a53385388cef84b2bbaab142f067303cee58 (patch) | |
tree | a6881cc258328ae1d0d3c74a3acaf5f6bdc766fa /dev-perl/Devel-GlobalDestruction | |
parent | Marking nose-1.0.0 ppc for bug 351484 (diff) | |
download | historical-2fe2a53385388cef84b2bbaab142f067303cee58.tar.gz historical-2fe2a53385388cef84b2bbaab142f067303cee58.tar.bz2 historical-2fe2a53385388cef84b2bbaab142f067303cee58.zip |
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Devel-GlobalDestruction')
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.30.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Devel-GlobalDestruction/ChangeLog b/dev-perl/Devel-GlobalDestruction/ChangeLog index 5889737b47ab..850a4b8a2b36 100644 --- a/dev-perl/Devel-GlobalDestruction/ChangeLog +++ b/dev-perl/Devel-GlobalDestruction/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Devel-GlobalDestruction -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog,v 1.4 2010/06/27 16:44:08 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog,v 1.5 2011/01/12 21:13:34 tove Exp $ + +*Devel-GlobalDestruction-0.30 (12 Jan 2011) + + 12 Jan 2011; Torsten Veller <tove@gentoo.org> + +Devel-GlobalDestruction-0.30.ebuild: + Version bump 27 Jun 2010; <nixnut@gentoo.org> Devel-GlobalDestruction-0.02.ebuild: ppc stable #323529 diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.30.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.30.ebuild new file mode 100644 index 000000000000..2f53c3d27bb6 --- /dev/null +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.30.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.30.ebuild,v 1.1 2011/01/12 21:13:34 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Expose PL_dirty, the flag which marks global destruction" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/Sub-Exporter + dev-perl/Scope-Guard" +DEPEND="${RDEPEND}" + +SRC_TEST=do |