diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-31 11:11:12 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-31 11:46:54 +0100 |
commit | 0b5c19d79d9bcd037887cb9cca756982a7528b26 (patch) | |
tree | 10066f1d91013bc46142796a68990df374370740 /dev-perl/ExtUtils-Constant | |
parent | dev-perl/Crypt-SMIME: Remove old (diff) | |
download | gentoo-0b5c19d79d9bcd037887cb9cca756982a7528b26.tar.gz gentoo-0b5c19d79d9bcd037887cb9cca756982a7528b26.tar.bz2 gentoo-0b5c19d79d9bcd037887cb9cca756982a7528b26.zip |
dev-perl/ExtUtils-Constant: New package, needed by dev-perl/Crypt-SMIME
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/ExtUtils-Constant')
-rw-r--r-- | dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Constant/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Constant/metadata.xml | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild b/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild new file mode 100644 index 000000000000..d7367abe9f7c --- /dev/null +++ b/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=NWCLARK +DIST_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Generate XS code to import C header constants" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/ExtUtils-Constant/Manifest b/dev-perl/ExtUtils-Constant/Manifest new file mode 100644 index 000000000000..ffbe11f75e26 --- /dev/null +++ b/dev-perl/ExtUtils-Constant/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-Constant-0.23.tar.gz 40113 SHA256 23b77025c8a5d3b93c586d4f0e712bcca3ef934edbee00a78c3fad4285f48eab SHA512 405ed18a754caf2409b1c1c581b6a4d0f583cec0740236dc5a301691b4d787cd97a0ecaa969b300a89bf29bfd2144f798c3d1b15875a816615de1a33f62c7530 WHIRLPOOL 1d89b6ae8b6e78cf740abca081d7a26a404d6d88aa9120f225a2219c42b32e41b40c143516c45da96fb8be94584fcee9041bceee377ea49b7eff6f5a7c9f3266 diff --git a/dev-perl/ExtUtils-Constant/metadata.xml b/dev-perl/ExtUtils-Constant/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/dev-perl/ExtUtils-Constant/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |