From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F1E61395E2 for ; Sat, 10 Dec 2016 18:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F521E0AD2; Sat, 10 Dec 2016 18:01:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E84BE0AA9 for ; Sat, 10 Dec 2016 18:01:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 072D1340FC1 for ; Sat, 10 Dec 2016 18:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686E34A6 for ; Sat, 10 Dec 2016 18:01:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1481392843.6da375c2b17261d1704b933c4a3455a8d72a6aa6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-PkgConfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild dev-perl/ExtUtils-PkgConfig/Manifest dev-perl/ExtUtils-PkgConfig/metadata.xml X-VCS-Directories: dev-perl/ExtUtils-PkgConfig/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6da375c2b17261d1704b933c4a3455a8d72a6aa6 X-VCS-Branch: master Date: Sat, 10 Dec 2016 18:01:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 202153e5-4236-4742-8648-ce59050c14db X-Archives-Hash: 0bf2d2d289031b98a9b50212a2560cf8 commit: 6da375c2b17261d1704b933c4a3455a8d72a6aa6 Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 10 16:57:30 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 10 18:00:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da375c2 dev-perl/ExtUtils-PkgConfig: Copy from dev-perl/extutils-pkgconfig Beginning case normalization Package-Manager: portage-2.3.3 .../ExtUtils-PkgConfig-1.150.0.ebuild | 20 ++++++++++++++++++++ dev-perl/ExtUtils-PkgConfig/Manifest | 1 + dev-perl/ExtUtils-PkgConfig/metadata.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+) 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 00000000..abbb4b1 --- /dev/null +++ b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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/Manifest b/dev-perl/ExtUtils-PkgConfig/Manifest new file mode 100644 index 00000000..80eae6e --- /dev/null +++ b/dev-perl/ExtUtils-PkgConfig/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-PkgConfig-1.15.tar.gz 9877 SHA256 69b3192e22b37e930238f332b5bfa9e14e69bec1427ba70c8515fbba1137b0b3 SHA512 975cc64d07f488bd0b89516ed3304797f8d74774f49e888e72788ef54f432ebb77a70af610e25f275baaea08a7756ce78c964e28bf2c853783a35e67b4aeeeaf WHIRLPOOL 1da7f8bca06f7313bcfc2a36eeba813146736c1cae244f86b0587c2a9b660ad84f866dea11a5bf7f566fe40635ee39394725138f049e8c68af023de8012820b3 diff --git a/dev-perl/ExtUtils-PkgConfig/metadata.xml b/dev-perl/ExtUtils-PkgConfig/metadata.xml new file mode 100644 index 00000000..ecc79ab --- /dev/null +++ b/dev-perl/ExtUtils-PkgConfig/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + ExtUtils-PkgConfig + ExtUtils::PkgConfig + +