Parent Directory
|
Revision Log
Marking Devel-GlobalDestruction-0.50.0 ppc for bug 418805 (Portage version: 2.1.10.65/cvs/Linux ppc64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0.ebuild,v 1.3 2012/08/04 21:10:49 johu Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | MODULE_AUTHOR=DOY |
| 8 | MODULE_VERSION=0.05 |
| 9 | inherit perl-module |
| 10 | |
| 11 | DESCRIPTION="Expose PL_dirty, the flag which marks global destruction" |
| 12 | |
| 13 | SLOT="0" |
| 14 | KEYWORDS="amd64 ppc x86 ~x64-macos" |
| 15 | IUSE="" |
| 16 | |
| 17 | RDEPEND="dev-perl/Sub-Exporter" |
| 18 | DEPEND="${RDEPEND}" |
| 19 | |
| 20 | SRC_TEST=do |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |