From 8d14036d676b1b91b27661b6e59db30f4eca5243 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sun, 10 Feb 2013 12:30:02 +0000 Subject: [bump] dev-perl/extutils-pkgconfig-1.140.0 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC) --- dev-perl/extutils-pkgconfig/ChangeLog | 8 +++++++- .../extutils-pkgconfig-1.140.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index a5ee0ccc86e5..1eafc1e75ef5 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.54 2013/01/06 14:11:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.55 2013/02/10 12:30:02 tove Exp $ + +*extutils-pkgconfig-1.140.0 (10 Feb 2013) + + 10 Feb 2013; Torsten Veller + +extutils-pkgconfig-1.140.0.ebuild: + Version bump 06 Jan 2013; Torsten Veller -extutils-pkgconfig-1.120.0.ebuild: 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..82815c8db7da --- /dev/null +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild,v 1.1 2013/02/10 12:30:02 tove Exp $ + +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" +RDEPEND="${DEPEND}" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad