* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.19.1.ebuild
@ 2012-03-11 13:42 Torsten Veller (tove)
0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2012-03-11 13:42 UTC (permalink / raw
To: gentoo-commits
tove 12/03/11 13:42:42
Modified: ChangeLog
Added: DBD-Pg-2.19.1.ebuild
Log:
[bump] dev-perl/DBD-Pg-2.19.1
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.106 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 10 Mar 2012 17:07:41 -0000 1.105
+++ ChangeLog 11 Mar 2012 13:42:42 -0000 1.106
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/DBD-Pg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.105 2012/03/10 17:07:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.106 2012/03/11 13:42:42 tove Exp $
+
+*DBD-Pg-2.19.1 (11 Mar 2012)
+
+ 11 Mar 2012; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.19.1.ebuild:
+ Version bump
10 Mar 2012; Brent Baude <ranger@gentoo.org> DBD-Pg-2.19.0.ebuild:
Marking DBD-Pg-2.19.0 ppc for bug 407549
1.1 dev-perl/DBD-Pg/DBD-Pg-2.19.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.1.ebuild?rev=1.1&content-type=text/plain
Index: DBD-Pg-2.19.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.1.ebuild,v 1.1 2012/03/11 13:42:42 tove Exp $
EAPI=4
MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=2.19.1
inherit perl-module
DESCRIPTION="The Perl DBD::Pg Module"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
>=dev-perl/DBI-1.52
dev-db/postgresql-base"
DEPEND="${RDEPEND}"
# testcases require a local database with an
# open password for the postgres user.
SRC_TEST="skip"
src_prepare() {
postgres_include="$(readlink -f "${EPREFIX}"/usr/include/postgresql)"
postgres_lib="${postgres_include//include/lib}"
# Fall-through case is the non-split postgresql
# The active cases instead get us the matching libdir for the includedir.
for i in lib lib64 ; do
if [ -d "${postgres_lib}/${i}" ]; then
postgres_lib="${postgres_lib}/${i}"
break
fi
done
# env variables for compilation:
export POSTGRES_INCLUDE="${postgres_include}"
export POSTGRES_LIB="${postgres_lib}"
perl-module_src_prepare
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-11 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 13:42 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.19.1.ebuild Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox