dilfridge    14/10/24 19:51:52

  Modified:             ChangeLog
  Added:                DBD-Pg-3.4.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   20 Aug 2014 21:30:38 -0000      1.135
+++ ChangeLog   24 Oct 2014 19:51:52 -0000      1.136
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.135 
2014/08/20 21:30:38 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.136 
2014/10/24 19:51:52 dilfridge Exp $
+
+*DBD-Pg-3.4.2 (24 Oct 2014)
+
+  24 Oct 2014; Andreas K. Huettel <dilfri...@gentoo.org> +DBD-Pg-3.4.2.ebuild:
+  Version bump
 
 *DBD-Pg-2.19.3-r1 (20 Aug 2014)
 



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

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

Index: DBD-Pg-3.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild,v 1.1 
2014/10/24 19:51:52 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=3.4.2
inherit perl-module

DESCRIPTION="PostgreSQL database driver for the DBI module"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
IUSE=""

RDEPEND="virtual/perl-version
        >=dev-perl/DBI-1.614.0
        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
}




Reply via email to