Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/
Date: Mon, 26 May 2014 10:32:06
Message-Id: 1401100162.2e4a95e9b561b3e50318e3c579a9f7e1038eb288.jmbsvicetto@gentoo
1 commit: 2e4a95e9b561b3e50318e3c579a9f7e1038eb288
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 26 10:29:22 2014 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Mon May 26 10:29:22 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=2e4a95e9
7
8 Drop old versions.
9
10 ---
11 dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild | 61 ------------------------------
12 dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild | 61 ------------------------------
13 dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild | 61 ------------------------------
14 3 files changed, 183 deletions(-)
15
16 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
17 deleted file mode 100644
18 index 6d4107e..0000000
19 --- a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
20 +++ /dev/null
21 @@ -1,61 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 1.1 2014/01/14 01:41:12 jmbsvicetto Exp $
25 -
26 -EAPI="4"
27 -
28 -inherit eutils webapp depend.php
29 -
30 -MY_PV=${PV/_/-}
31 -MY_P="phpMyAdmin-${MY_PV}-all-languages"
32 -
33 -DESCRIPTION="Web-based administration for MySQL database in PHP"
34 -HOMEPAGE="http://www.phpmyadmin.net/"
35 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
36 -
37 -LICENSE="GPL-2"
38 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
39 -IUSE="setup"
40 -
41 -RDEPEND="
42 - dev-lang/php[crypt,ctype,filter,json,session,unicode]
43 - || (
44 - dev-lang/php[mysqli]
45 - dev-lang/php[mysql]
46 - )
47 -"
48 -
49 -need_httpd_cgi
50 -need_php_httpd
51 -
52 -S="${WORKDIR}"/${MY_P}
53 -
54 -pkg_setup() {
55 - webapp_pkg_setup
56 -}
57 -
58 -src_install() {
59 - webapp_src_preinst
60 -
61 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
62 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
63 -
64 - if ! use setup; then
65 - rm -rf setup || die "Cannot remove setup utility"
66 - elog "The phpMyAdmin setup utility has been removed."
67 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
68 - else
69 - elog "You should consider disabling the setup USE flag"
70 - elog "to exclude the setup utility if you don't use it."
71 - elog "It regularly is the target of various exploits."
72 - fi
73 -
74 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
75 - doins -r .
76 -
77 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
78 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
79 -
80 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
81 - webapp_src_install
82 -}
83
84 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
85 deleted file mode 100644
86 index 6d4107e..0000000
87 --- a/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
88 +++ /dev/null
89 @@ -1,61 +0,0 @@
90 -# Copyright 1999-2014 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 1.1 2014/01/14 01:41:12 jmbsvicetto Exp $
93 -
94 -EAPI="4"
95 -
96 -inherit eutils webapp depend.php
97 -
98 -MY_PV=${PV/_/-}
99 -MY_P="phpMyAdmin-${MY_PV}-all-languages"
100 -
101 -DESCRIPTION="Web-based administration for MySQL database in PHP"
102 -HOMEPAGE="http://www.phpmyadmin.net/"
103 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
104 -
105 -LICENSE="GPL-2"
106 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
107 -IUSE="setup"
108 -
109 -RDEPEND="
110 - dev-lang/php[crypt,ctype,filter,json,session,unicode]
111 - || (
112 - dev-lang/php[mysqli]
113 - dev-lang/php[mysql]
114 - )
115 -"
116 -
117 -need_httpd_cgi
118 -need_php_httpd
119 -
120 -S="${WORKDIR}"/${MY_P}
121 -
122 -pkg_setup() {
123 - webapp_pkg_setup
124 -}
125 -
126 -src_install() {
127 - webapp_src_preinst
128 -
129 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
130 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
131 -
132 - if ! use setup; then
133 - rm -rf setup || die "Cannot remove setup utility"
134 - elog "The phpMyAdmin setup utility has been removed."
135 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
136 - else
137 - elog "You should consider disabling the setup USE flag"
138 - elog "to exclude the setup utility if you don't use it."
139 - elog "It regularly is the target of various exploits."
140 - fi
141 -
142 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
143 - doins -r .
144 -
145 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
146 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
147 -
148 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
149 - webapp_src_install
150 -}
151
152 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild
153 deleted file mode 100644
154 index 6d4107e..0000000
155 --- a/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild
156 +++ /dev/null
157 @@ -1,61 +0,0 @@
158 -# Copyright 1999-2014 Gentoo Foundation
159 -# Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 1.1 2014/01/14 01:41:12 jmbsvicetto Exp $
161 -
162 -EAPI="4"
163 -
164 -inherit eutils webapp depend.php
165 -
166 -MY_PV=${PV/_/-}
167 -MY_P="phpMyAdmin-${MY_PV}-all-languages"
168 -
169 -DESCRIPTION="Web-based administration for MySQL database in PHP"
170 -HOMEPAGE="http://www.phpmyadmin.net/"
171 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
172 -
173 -LICENSE="GPL-2"
174 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
175 -IUSE="setup"
176 -
177 -RDEPEND="
178 - dev-lang/php[crypt,ctype,filter,json,session,unicode]
179 - || (
180 - dev-lang/php[mysqli]
181 - dev-lang/php[mysql]
182 - )
183 -"
184 -
185 -need_httpd_cgi
186 -need_php_httpd
187 -
188 -S="${WORKDIR}"/${MY_P}
189 -
190 -pkg_setup() {
191 - webapp_pkg_setup
192 -}
193 -
194 -src_install() {
195 - webapp_src_preinst
196 -
197 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
198 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
199 -
200 - if ! use setup; then
201 - rm -rf setup || die "Cannot remove setup utility"
202 - elog "The phpMyAdmin setup utility has been removed."
203 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
204 - else
205 - elog "You should consider disabling the setup USE flag"
206 - elog "to exclude the setup utility if you don't use it."
207 - elog "It regularly is the target of various exploits."
208 - fi
209 -
210 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
211 - doins -r .
212 -
213 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
214 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
215 -
216 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
217 - webapp_src_install
218 -}