Skip to content

Commit

Permalink
dev-perl/Parse-CPAN-Meta: Initial import. Fixes bug 564688.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Nov 5, 2015
1 parent 7178864 commit b89e47c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Parse-CPAN-Meta/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Parse-CPAN-Meta-1.4417.tar.gz 24808 SHA256 dd1df72c80390551563159f18f81a26baabeda8d4b0e94df7f1c223391967121 SHA512 2a7ac80bac66f9381149d1666345b92f3203c712a0ae1adefcac717069edf08e4d3f9b59b818400fe40b4aaf612c7c9244488d5459c536f51352f3c972d7b446 WHIRLPOOL cc0bef6ae59283db523825db1b5e060fb31b44c6c4e5d32ce7cdf2847d16f4bcac67ca5fc4b86f6c884f6d00e7c537e79330dadf95873cb88a6faf5a063e85a8
24 changes: 24 additions & 0 deletions dev-perl/Parse-CPAN-Meta/Parse-CPAN-Meta-1.441.700.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=1.4417
inherit perl-module

DESCRIPTION="Parse META.yml and META.json CPAN metadata files"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND=""
DEPEND="${REPEND}
test? (
virtual/perl-File-Spec
)
"

SRC_TEST="do"
12 changes: 12 additions & 0 deletions dev-perl/Parse-CPAN-Meta/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="cpan">Mo</remote-id>
<remote-id type="cpan-module">Mo</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit b89e47c

Please sign in to comment.