Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: extutils-pkgconfig-1.150.0.ebuild ChangeLog
Date: Sat, 28 Jun 2014 18:00:13
Message-Id: 20140628180008.AA53520036@flycatcher.gentoo.org
1 zlogene 14/06/28 18:00:08
2
3 Modified: ChangeLog
4 Added: extutils-pkgconfig-1.150.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.66 dev-perl/extutils-pkgconfig/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 2 Jun 2013 08:42:05 -0000 1.65
24 +++ ChangeLog 28 Jun 2014 18:00:08 -0000 1.66
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/extutils-pkgconfig
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.65 2013/06/02 08:42:05 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.66 2014/06/28 18:00:08 zlogene Exp $
31 +
32 +*extutils-pkgconfig-1.150.0 (28 Jun 2014)
33 +
34 + 28 Jun 2014; Mikle Kolyada <zlogene@g.o>
35 + +extutils-pkgconfig-1.150.0.ebuild:
36 + Version bump
37
38 02 Jun 2013; Agostino Sarubbo <ago@g.o>
39 extutils-pkgconfig-1.140.0.ebuild:
40
41
42
43 1.1 dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: extutils-pkgconfig-1.150.0.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild,v 1.1 2014/06/28 18:00:08 zlogene Exp $
53
54 EAPI=5
55
56 MY_PN=ExtUtils-PkgConfig
57 MODULE_AUTHOR=XAOC
58 MODULE_VERSION=1.15
59 inherit perl-module
60
61 DESCRIPTION="Simplistic perl interface to pkg-config"
62
63 LICENSE="LGPL-2+"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
66 IUSE=""
67
68 DEPEND="virtual/pkgconfig"
69
70 SRC_TEST="do"