public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/phppgadmin: phppgadmin-4.2.3.ebuild ChangeLog phppgadmin-9999.ebuild
@ 2010-05-03 17:44 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; only message in thread
From: Maciej Mrozowski (reavertm) @ 2010-05-03 17:44 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/05/03 17:44:52

  Modified:             phppgadmin-4.2.3.ebuild ChangeLog
                        phppgadmin-9999.ebuild
  Log:
  Remove spurious inherit, update live ebuild
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-db/phppgadmin/phppgadmin-4.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?r1=1.1&r2=1.2

Index: phppgadmin-4.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phppgadmin-4.2.3.ebuild	30 Apr 2010 22:01:38 -0000	1.1
+++ phppgadmin-4.2.3.ebuild	3 May 2010 17:44:52 -0000	1.2
@@ -1,21 +1,26 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v 1.1 2010/04/30 22:01:38 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $
 
 EAPI="2"
-inherit webapp depend.php
 
-IUSE=""
+inherit webapp
 
 MY_P=phpPgAdmin-${PV}
 
 DESCRIPTION="Web-based administration for Postgres database in php"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 HOMEPAGE="http://phppgadmin.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+IUSE=""
+
+RDEPEND="
+	|| (
+		<dev-lang/php-5.3[pcre]
+		>=dev-lang/php-5.3
+	)
 	dev-lang/php[postgres,session]
 "
 



1.85                 dev-db/phppgadmin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	30 Apr 2010 22:01:38 -0000	1.84
+++ ChangeLog	3 May 2010 17:44:52 -0000	1.85
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/phppgadmin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.84 2010/04/30 22:01:38 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.85 2010/05/03 17:44:52 reavertm Exp $
+
+  03 May 2010; Maciej Mrozowski <reavertm@gentoo.org>
+  phppgadmin-4.2.3.ebuild, phppgadmin-9999.ebuild:
+  Remove spurious inherit, update live ebuild
 
 *phppgadmin-4.2.3 (30 Apr 2010)
 



1.2                  dev-db/phppgadmin/phppgadmin-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?r1=1.1&r2=1.2

Index: phppgadmin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phppgadmin-9999.ebuild	21 Feb 2010 17:38:21 -0000	1.1
+++ phppgadmin-9999.ebuild	3 May 2010 17:44:52 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.1 2010/02/21 17:38:21 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $
 
 EAPI="2"
 
-inherit webapp depend.php git
+inherit webapp git
 
 DESCRIPTION="Web-based administration for Postgres database in php"
 HOMEPAGE="http://phppgadmin.sourceforge.net/"
@@ -14,11 +14,16 @@
 KEYWORDS=""
 IUSE=""
 
-need_php
+RDEPEND="
+	|| (
+		<dev-lang/php-5.3[pcre]
+		>=dev-lang/php-5.3
+	)
+	dev-lang/php[postgres,session]
+"
 
 pkg_setup() {
 	webapp_pkg_setup
-	require_php_with_use pcre postgres session
 }
 
 src_install() {






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

only message in thread, other threads:[~2010-05-03 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 17:44 [gentoo-commits] gentoo-x86 commit in dev-db/phppgadmin: phppgadmin-4.2.3.ebuild ChangeLog phppgadmin-9999.ebuild Maciej Mrozowski (reavertm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox