dev-perl/ExtUtils-CppGuess: initial ebuild, version 0.80.0
authorMatthew Brewer <tomboy64@sina.cn>
Thu, 31 Mar 2016 00:15:40 +0000 (02:15 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Apr 2016 21:23:43 +0000 (23:23 +0200)
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild [new file with mode: 0644]
dev-perl/ExtUtils-CppGuess/Manifest [new file with mode: 0644]
dev-perl/ExtUtils-CppGuess/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild
new file mode 100644 (file)
index 0000000..2afabbc
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="ETJ"
+DIST_VERSION="0.08"
+inherit perl-module
+
+DESCRIPTION="Guess C++ compiler and flags"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Capture-Tiny"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.420.0
+       test? ( virtual/perl-autodie
+               virtual/perl-Test-Simple
+               virtual/perl-File-Path
+               virtual/perl-File-Spec
+               virtual/perl-ExtUtils-MakeMaker
+               virtual/perl-ExtUtils-Manifest )"
diff --git a/dev-perl/ExtUtils-CppGuess/Manifest b/dev-perl/ExtUtils-CppGuess/Manifest
new file mode 100644 (file)
index 0000000..98b5272
--- /dev/null
@@ -0,0 +1 @@
+DIST ExtUtils-CppGuess-0.08.tar.gz 7169 SHA256 a45d9ed5449d3378f073d6e69ed79365176775cd6367e62898494b99d455dede SHA512 9521741132d7f8ce20ccddea30b09cd685f75330af01b6bcfaa3728cf40b0a5849042e2f2b8bb0b7c38cf4adb22b1c1bc71c4e6eff8f7674708e7c251570e92e WHIRLPOOL abb183221705100512c210e90954760c22a614dec4646044af27e7aaa5ff8e8045367851bea307c25459014bb253165c42b694253482c92815f5d25d444ce02c
diff --git a/dev-perl/ExtUtils-CppGuess/metadata.xml b/dev-perl/ExtUtils-CppGuess/metadata.xml
new file mode 100644 (file)
index 0000000..5f6a374
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>tomboy64@sina.cn</email>
+               <name>Proxy-Maintainer; please assign him to bugs.</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>perl@gentoo.org</email>
+               <name>Gentoo Perl Project</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Gentoo Proxy Maintainers Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="cpan">ExtUtils-CppGuess</remote-id>
+               <remote-id type="cpan-module">ExtUtils::CppGuess</remote-id>
+       </upstream>
+</pkgmetadata>