zlogene     14/06/13 19:08:35

  Modified:             ChangeLog
  Added:                DBD-Pg-3.3.0.ebuild
  Log:
  Version bump wrt bug #511498
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   8 Jan 2013 18:27:04 -0000       1.133
+++ ChangeLog   13 Jun 2014 19:08:35 -0000      1.134
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.133 
2013/01/08 18:27:04 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.134 
2014/06/13 19:08:35 zlogene Exp $
+
+*DBD-Pg-3.3.0 (13 Jun 2014)
+
+  13 Jun 2014; Mikle Kolyada <[email protected]> +DBD-Pg-3.3.0.ebuild:
+  Version bump wrt bug #511498
 
   08 Jan 2013; Torsten Veller <[email protected]> -DBD-Pg-2.19.2.ebuild:
   Cleanup



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

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

Index: DBD-Pg-3.3.0.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.3.0.ebuild,v 1.1 
2014/06/13 19:08:35 zlogene Exp $

EAPI=5

MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=3.3.0
inherit perl-module

DESCRIPTION="The Perl DBD::Pg 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.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
}




Reply via email to