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.12.ebuild
Date: Mon, 20 Oct 2008 17:56:49
Message-Id: E1Kryzn-0000aZ-QB@stork.gentoo.org
1 tove 08/10/20 17:56:47
2
3 Modified: ChangeLog
4 Added: extutils-pkgconfig-1.12.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.27 dev-perl/extutils-pkgconfig/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 15 Jul 2008 18:30:27 -0000 1.26
23 +++ ChangeLog 20 Oct 2008 17:56:47 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/extutils-pkgconfig
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.26 2008/07/15 18:30:27 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.27 2008/10/20 17:56:47 tove Exp $
29 +
30 +*extutils-pkgconfig-1.12 (20 Oct 2008)
31 +
32 + 20 Oct 2008; Torsten Veller <tove@g.o>
33 + +extutils-pkgconfig-1.12.ebuild:
34 + Version bump
35
36 15 Jul 2008; Raúl Porcel <armin76@g.o>
37 extutils-pkgconfig-1.11.ebuild:
38
39
40
41 1.1 dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: extutils-pkgconfig-1.12.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild,v 1.1 2008/10/20 17:56:47 tove Exp $
51
52 MODULE_AUTHOR=TSCH
53 MY_PN=ExtUtils-PkgConfig
54 MY_P=${MY_PN}-${PV}
55 S=${WORKDIR}/${MY_P}
56
57 inherit perl-module
58
59 DESCRIPTION="Simplistic perl interface to pkg-config"
60
61 LICENSE="|| ( Artistic GPL-2 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="dev-lang/perl
67 dev-util/pkgconfig"
68 RDEPEND="${DEPEND}"
69
70 SRC_TEST="do"