Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/pgperl: pgperl-2.1.1.ebuild ChangeLog
Date: Thu, 07 Jan 2010 14:42:53
Message-Id: E1NStZb-0005wJ-6u@stork.gentoo.org
1 patrick 10/01/07 14:42:51
2
3 Modified: ChangeLog
4 Added: pgperl-2.1.1.ebuild
5 Log:
6 Bump for #198171, thanks to Matt Michalowski
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-perl/pgperl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/pgperl/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/pgperl/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/pgperl/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/pgperl/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 21 May 2008 16:01:00 -0000 1.11
23 +++ ChangeLog 7 Jan 2010 14:42:50 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/pgperl
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/pgperl/ChangeLog,v 1.11 2008/05/21 16:01:00 dev-zero Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/pgperl/ChangeLog,v 1.12 2010/01/07 14:42:50 patrick Exp $
30 +
31 +*pgperl-2.1.1 (07 Jan 2010)
32 +
33 + 07 Jan 2010; Patrick Lauer <patrick@g.o> +pgperl-2.1.1.ebuild:
34 + Bump for #198171, thanks to Matt Michalowski
35
36 21 May 2008; Tiziano Müller <dev-zero@g.o> pgperl-2.0.2.ebuild:
37 Changed dependency for postgresql from dev-db/postgresql to
38
39
40
41 1.1 dev-perl/pgperl/pgperl-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/pgperl/pgperl-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/pgperl/pgperl-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pgperl-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/pgperl/pgperl-2.1.1.ebuild,v 1.1 2010/01/07 14:42:50 patrick Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="native Perl interface to PostgreSQL"
55 SRC_URI="mirror://postgresql/projects/gborg/pgperl/stable/Pg-${PV}.tar.gz"
56 HOMEPAGE="http://gborg.postgresql.org/project/pgperl/projdisplay.php"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="virtual/postgresql-base
64 dev-lang/perl"
65
66 S=${WORKDIR}/Pg-${PV}
67 src_compile() {
68 export POSTGRES_LIB=`/usr/bin/pg_config --libdir`
69 export POSTGRES_INCLUDE=`/usr/bin/pg_config --includedir`
70 perl-module_src_compile
71 }