Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.130.0.ebuild
Date: Sat, 28 Apr 2012 07:29:32
Message-Id: 20120428072922.544012004B@flycatcher.gentoo.org
1 tove 12/04/28 07:29:22
2
3 Modified: ChangeLog
4 Added: extutils-pkgconfig-1.130.0.ebuild
5 Log:
6 [bump] dev-perl/extutils-pkgconfig-1.130.0
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.43 dev-perl/extutils-pkgconfig/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 31 Mar 2012 07:21:49 -0000 1.42
24 +++ ChangeLog 28 Apr 2012 07:29:22 -0000 1.43
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/extutils-pkgconfig
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.42 2012/03/31 07:21:49 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.43 2012/04/28 07:29:22 tove Exp $
30 +
31 +*extutils-pkgconfig-1.130.0 (28 Apr 2012)
32 +
33 + 28 Apr 2012; Torsten Veller <tove@g.o>
34 + +extutils-pkgconfig-1.130.0.ebuild:
35 + Version bump
36
37 31 Mar 2012; Torsten Veller <tove@g.o>
38 -extutils-pkgconfig-1.07.ebuild, -extutils-pkgconfig-1.11.ebuild:
39
40
41
42 1.1 dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: extutils-pkgconfig-1.130.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild,v 1.1 2012/04/28 07:29:22 tove Exp $
52
53 EAPI=4
54
55 MY_PN=ExtUtils-PkgConfig
56 MODULE_AUTHOR=XAOC
57 MODULE_VERSION=1.13
58 inherit perl-module
59
60 DESCRIPTION="Simplistic perl interface to pkg-config"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE=""
65
66 DEPEND="dev-util/pkgconfig"
67 RDEPEND="${DEPEND}"
68
69 SRC_TEST="do"