patrick     15/07/08 06:04:05

  Modified:             postgis-2.1.7.ebuild postgis-2.1.6.ebuild ChangeLog
  Log:
  Remove pkg_pretend that fails on intial install if pg isn't installed yet
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-db/postgis/postgis-2.1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild?r1=1.1&r2=1.2

Index: postgis-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgis-2.1.7.ebuild        7 Apr 2015 05:59:56 -0000       1.1
+++ postgis-2.1.7.ebuild        8 Jul 2015 06:04:05 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild,v 1.1 
2015/04/07 05:59:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.7.ebuild,v 1.2 
2015/07/08 06:04:05 patrick Exp $
 
 EAPI="5"
 POSTGRES_COMPAT=( 9.{0,1,2,3,4,5} )
@@ -85,10 +85,6 @@
        return 0
 }
 
-pkg_pretend() {
-       postgres_check_slot || die
-}
-
 pkg_setup() {
        postgres_check_slot || die
        export PGSLOT="$(postgresql-config show)"



1.2                  dev-db/postgis/postgis-2.1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild?r1=1.1&r2=1.2

Index: postgis-2.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgis-2.1.6.ebuild        25 Mar 2015 06:02:34 -0000      1.1
+++ postgis-2.1.6.ebuild        8 Jul 2015 06:04:05 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild,v 1.1 
2015/03/25 06:02:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.6.ebuild,v 1.2 
2015/07/08 06:04:05 patrick Exp $
 
 EAPI="5"
 POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@@ -84,10 +84,6 @@
        return 0
 }
 
-pkg_pretend() {
-       postgres_check_slot || die
-}
-
 pkg_setup() {
        postgres_check_slot || die
        export PGSLOT="$(postgresql-config show)"



1.103                dev-db/postgis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   7 Apr 2015 05:59:56 -0000       1.102
+++ ChangeLog   8 Jul 2015 06:04:05 -0000       1.103
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/postgis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.102 2015/04/07 
05:59:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.103 2015/07/08 
06:04:05 patrick Exp $
+
+  08 Jul 2015; Patrick Lauer <[email protected]> postgis-2.1.6.ebuild,
+  postgis-2.1.7.ebuild:
+  Remove pkg_pretend that fails on intial install if pg isn't installed yet
 
 *postgis-2.1.7 (07 Apr 2015)
 




Reply via email to