public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.16.1.ebuild
@ 2010-03-17  7:23 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2010-03-17  7:23 UTC (permalink / raw
  To: gentoo-commits

tove        10/03/17 07:23:45

  Modified:             ChangeLog
  Added:                DBD-Pg-2.16.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	9 Jan 2010 19:15:57 -0000	1.74
+++ ChangeLog	17 Mar 2010 07:23:44 -0000	1.75
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.74 2010/01/09 19:15:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.75 2010/03/17 07:23:44 tove Exp $
+
+*DBD-Pg-2.16.1 (17 Mar 2010)
+
+  17 Mar 2010; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.16.1.ebuild:
+  Version bump
 
 *DBD-Pg-2.16.0-r1 (09 Jan 2010)
 



1.1                  dev-perl/DBD-Pg/DBD-Pg-2.16.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.16.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.16.1.ebuild?rev=1.1&content-type=text/plain

Index: DBD-Pg-2.16.1.ebuild
===================================================================
# Copyright 1999-2010 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.16.1.ebuild,v 1.1 2010/03/17 07:23:44 tove Exp $

MODULE_AUTHOR=TURNSTEP
inherit perl-module eutils

DESCRIPTION="The Perl DBD::Pg Module"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="virtual/perl-Test-Simple
	virtual/perl-version
	>=virtual/perl-Test-Harness-2.03
	>=dev-perl/DBI-1.52
	>=virtual/postgresql-base-7.3"

mydoc="README"

# testcases require a local database with an
# open password for the postgres user.
SRC_TEST="skip"

src_compile() {
	postgres_include="$(readlink -f /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_compile
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-17  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17  7:23 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.16.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