summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/extutils-pkgconfig
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r--dev-perl/extutils-pkgconfig/Manifest2
-rw-r--r--dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild21
-rw-r--r--dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild21
-rw-r--r--dev-perl/extutils-pkgconfig/metadata.xml9
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-perl/extutils-pkgconfig/Manifest b/dev-perl/extutils-pkgconfig/Manifest
new file mode 100644
index 000000000000..7eb6f90e2044
--- /dev/null
+++ b/dev-perl/extutils-pkgconfig/Manifest
@@ -0,0 +1,2 @@
+DIST ExtUtils-PkgConfig-1.14.tar.gz 9814 SHA256 93d7a4fb646c643940f8dc4268af34271675bb15ed1e16baacbdfb0c17050a48 SHA512 88909ead3b7173e393b08ee28466c5e3a3ddf6a9e89b543dfbd510b1ca8cc60b5eb0573265de5b5c733a5f71b0bf63af3f438d69e3998727af95cd71f89ab7c7 WHIRLPOOL cbbf39f70c68f87884b3976c314407faa0d168660993006ad67645adfc4682518ade20349eea3b886effabfe38b85b4fbe05860ae45bcb96e815ecd8d8b09211
+DIST ExtUtils-PkgConfig-1.15.tar.gz 9877 SHA256 69b3192e22b37e930238f332b5bfa9e14e69bec1427ba70c8515fbba1137b0b3 SHA512 975cc64d07f488bd0b89516ed3304797f8d74774f49e888e72788ef54f432ebb77a70af610e25f275baaea08a7756ce78c964e28bf2c853783a35e67b4aeeeaf WHIRLPOOL 1da7f8bca06f7313bcfc2a36eeba813146736c1cae244f86b0587c2a9b660ad84f866dea11a5bf7f566fe40635ee39394725138f049e8c68af023de8012820b3
diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild
new file mode 100644
index 000000000000..143a1e6ba9cd
--- /dev/null
+++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=ExtUtils-PkgConfig
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="Simplistic perl interface to pkg-config"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+DEPEND="virtual/pkgconfig"
+
+SRC_TEST="do"
diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild
new file mode 100644
index 000000000000..feadbc14d7d9
--- /dev/null
+++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=ExtUtils-PkgConfig
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION="Simplistic perl interface to pkg-config"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+DEPEND="virtual/pkgconfig"
+
+SRC_TEST="do"
diff --git a/dev-perl/extutils-pkgconfig/metadata.xml b/dev-perl/extutils-pkgconfig/metadata.xml
new file mode 100644
index 000000000000..31ff184d4123
--- /dev/null
+++ b/dev-perl/extutils-pkgconfig/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">ExtUtils-PkgConfig</remote-id>
+ <remote-id type="cpan-module">ExtUtils::PkgConfig</remote-id>
+ </upstream>
+</pkgmetadata>