axs         14/08/20 21:30:38

  Modified:             ChangeLog
  Added:                DBD-Pg-2.19.3-r1.ebuild
  Removed:              DBD-Pg-2.19.3.ebuild
  Log:
  bumped EAPI to 5; committed directly to stable as no other changes present 
and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   13 Jun 2014 19:08:35 -0000      1.134
+++ ChangeLog   20 Aug 2014 21:30:38 -0000      1.135
@@ -1,6 +1,13 @@
 # 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.134 
2014/06/13 19:08:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.135 
2014/08/20 21:30:38 axs Exp $
+
+*DBD-Pg-2.19.3-r1 (20 Aug 2014)
+
+  20 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org>
+  +DBD-Pg-2.19.3-r1.ebuild, -DBD-Pg-2.19.3.ebuild:
+  bumped EAPI to 5; committed directly to stable as no other changes present 
and
+  revbump helps stable systems to keep from dieing on perl-5.18 upgrade
 
 *DBD-Pg-3.3.0 (13 Jun 2014)
 



1.1                  dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild

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

Index: DBD-Pg-2.19.3-r1.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-2.19.3-r1.ebuild,v 
1.1 2014/08/20 21:30:38 axs Exp $

EAPI=5

MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=2.19.3
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