Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phppgadmin: phppgadmin-4.2.3.ebuild ChangeLog phppgadmin-9999.ebuild
Date: Mon, 03 May 2010 18:21:25
Message-Id: 20100503174453.0CFF32C383@corvid.gentoo.org
1 reavertm 10/05/03 17:44:52
2
3 Modified: phppgadmin-4.2.3.ebuild ChangeLog
4 phppgadmin-9999.ebuild
5 Log:
6 Remove spurious inherit, update live ebuild
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-db/phppgadmin/phppgadmin-4.2.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild?r1=1.1&r2=1.2
15
16 Index: phppgadmin-4.2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- phppgadmin-4.2.3.ebuild 30 Apr 2010 22:01:38 -0000 1.1
23 +++ phppgadmin-4.2.3.ebuild 3 May 2010 17:44:52 -0000 1.2
24 @@ -1,21 +1,26 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v 1.1 2010/04/30 22:01:38 mabi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.2.3.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $
29
30 EAPI="2"
31 -inherit webapp depend.php
32
33 -IUSE=""
34 +inherit webapp
35
36 MY_P=phpPgAdmin-${PV}
37
38 DESCRIPTION="Web-based administration for Postgres database in php"
39 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
40 HOMEPAGE="http://phppgadmin.sourceforge.net/"
41 +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
42
43 LICENSE="GPL-2"
44 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
45 -DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
46 +IUSE=""
47 +
48 +RDEPEND="
49 + || (
50 + <dev-lang/php-5.3[pcre]
51 + >=dev-lang/php-5.3
52 + )
53 dev-lang/php[postgres,session]
54 "
55
56
57
58
59 1.85 dev-db/phppgadmin/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.85&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.85&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?r1=1.84&r2=1.85
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v
68 retrieving revision 1.84
69 retrieving revision 1.85
70 diff -u -r1.84 -r1.85
71 --- ChangeLog 30 Apr 2010 22:01:38 -0000 1.84
72 +++ ChangeLog 3 May 2010 17:44:52 -0000 1.85
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-db/phppgadmin
75 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.84 2010/04/30 22:01:38 mabi Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.85 2010/05/03 17:44:52 reavertm Exp $
78 +
79 + 03 May 2010; Maciej Mrozowski <reavertm@g.o>
80 + phppgadmin-4.2.3.ebuild, phppgadmin-9999.ebuild:
81 + Remove spurious inherit, update live ebuild
82
83 *phppgadmin-4.2.3 (30 Apr 2010)
84
85
86
87
88 1.2 dev-db/phppgadmin/phppgadmin-9999.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?rev=1.2&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?rev=1.2&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild?r1=1.1&r2=1.2
93
94 Index: phppgadmin-9999.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v
97 retrieving revision 1.1
98 retrieving revision 1.2
99 diff -u -r1.1 -r1.2
100 --- phppgadmin-9999.ebuild 21 Feb 2010 17:38:21 -0000 1.1
101 +++ phppgadmin-9999.ebuild 3 May 2010 17:44:52 -0000 1.2
102 @@ -1,10 +1,10 @@
103 # Copyright 1999-2010 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.1 2010/02/21 17:38:21 reavertm Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $
107
108 EAPI="2"
109
110 -inherit webapp depend.php git
111 +inherit webapp git
112
113 DESCRIPTION="Web-based administration for Postgres database in php"
114 HOMEPAGE="http://phppgadmin.sourceforge.net/"
115 @@ -14,11 +14,16 @@
116 KEYWORDS=""
117 IUSE=""
118
119 -need_php
120 +RDEPEND="
121 + || (
122 + <dev-lang/php-5.3[pcre]
123 + >=dev-lang/php-5.3
124 + )
125 + dev-lang/php[postgres,session]
126 +"
127
128 pkg_setup() {
129 webapp_pkg_setup
130 - require_php_with_use pcre postgres session
131 }
132
133 src_install() {