Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild ChangeLog
Date: Mon, 26 May 2014 10:28:16
Message-Id: 20140526102812.F3B8C2004E@flycatcher.gentoo.org
1 jmbsvicetto 14/05/26 10:28:12
2
3 Modified: ChangeLog
4 Added: phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild
5 Log:
6 Add 4.1.14 and 4.2.2 releases.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
9
10 Revision Changes Path
11 1.510 dev-db/phpmyadmin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.510&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.510&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.509&r2=1.510
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
20 retrieving revision 1.509
21 retrieving revision 1.510
22 diff -u -r1.509 -r1.510
23 --- ChangeLog 24 Mar 2014 14:29:02 -0000 1.509
24 +++ ChangeLog 26 May 2014 10:28:12 -0000 1.510
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-db/phpmyadmin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.509 2014/03/24 14:29:02 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.510 2014/05/26 10:28:12 jmbsvicetto Exp $
30 +
31 +*phpmyadmin-4.2.2 (26 May 2014)
32 +*phpmyadmin-4.1.14 (26 May 2014)
33 +
34 + 26 May 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
35 + +phpmyadmin-4.1.14.ebuild, +phpmyadmin-4.2.2.ebuild:
36 + Add 4.1.14 and 4.2.2 releases.
37
38 24 Mar 2014; Agostino Sarubbo <ago@g.o> phpmyadmin-4.1.7.ebuild:
39 Stable for ppc64, wrt bug #502002
40
41
42
43 1.1 dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: phpmyadmin-4.1.14.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v 1.1 2014/05/26 10:28:12 jmbsvicetto Exp $
53
54 EAPI="4"
55
56 inherit eutils webapp depend.php
57
58 MY_PV=${PV/_/-}
59 MY_P="phpMyAdmin-${MY_PV}-all-languages"
60
61 DESCRIPTION="Web-based administration for MySQL database in PHP"
62 HOMEPAGE="http://www.phpmyadmin.net/"
63 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
64
65 LICENSE="GPL-2"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
67 IUSE="setup"
68
69 RDEPEND="
70 dev-lang/php[crypt,ctype,filter,json,session,unicode]
71 || (
72 dev-lang/php[mysqli]
73 dev-lang/php[mysql]
74 )
75 "
76
77 need_httpd_cgi
78 need_php_httpd
79
80 S="${WORKDIR}"/${MY_P}
81
82 pkg_setup() {
83 webapp_pkg_setup
84 }
85
86 src_install() {
87 webapp_src_preinst
88
89 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
90 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
91
92 if ! use setup; then
93 rm -rf setup || die "Cannot remove setup utility"
94 elog "The phpMyAdmin setup utility has been removed."
95 elog "It is a regular target of various exploits. If you need it, set USE=setup."
96 else
97 elog "You should consider disabling the setup USE flag"
98 elog "to exclude the setup utility if you don't use it."
99 elog "It regularly is the target of various exploits."
100 fi
101
102 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
103 doins -r .
104
105 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
106 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
107
108 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
109 webapp_src_install
110 }
111
112
113
114 1.1 dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild?rev=1.1&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild?rev=1.1&content-type=text/plain
118
119 Index: phpmyadmin-4.2.2.ebuild
120 ===================================================================
121 # Copyright 1999-2014 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild,v 1.1 2014/05/26 10:28:12 jmbsvicetto Exp $
124
125 EAPI="4"
126
127 inherit eutils webapp depend.php
128
129 MY_PV=${PV/_/-}
130 MY_P="phpMyAdmin-${MY_PV}-all-languages"
131
132 DESCRIPTION="Web-based administration for MySQL database in PHP"
133 HOMEPAGE="http://www.phpmyadmin.net/"
134 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
135
136 LICENSE="GPL-2"
137 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
138 IUSE="setup"
139
140 RDEPEND="
141 dev-lang/php[crypt,ctype,filter,json,session,unicode]
142 || (
143 dev-lang/php[mysqli]
144 dev-lang/php[mysql]
145 )
146 "
147
148 need_httpd_cgi
149 need_php_httpd
150
151 S="${WORKDIR}"/${MY_P}
152
153 pkg_setup() {
154 webapp_pkg_setup
155 }
156
157 src_install() {
158 webapp_src_preinst
159
160 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
161 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
162
163 if ! use setup; then
164 rm -rf setup || die "Cannot remove setup utility"
165 elog "The phpMyAdmin setup utility has been removed."
166 elog "It is a regular target of various exploits. If you need it, set USE=setup."
167 else
168 elog "You should consider disabling the setup USE flag"
169 elog "to exclude the setup utility if you don't use it."
170 elog "It regularly is the target of various exploits."
171 fi
172
173 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
174 doins -r .
175
176 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
177 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
178
179 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
180 webapp_src_install
181 }