Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/phpmyadmin/
Date: Wed, 13 Nov 2019 08:34:38
Message-Id: 1573634053.623f4144e66730fac2fe1df2b054562fff8bffed.fordfrog@gentoo
1 commit: 623f4144e66730fac2fe1df2b054562fff8bffed
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 13 08:34:13 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 13 08:34:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623f4144
7
8 dev-db/phpmyadmin-4.{8.5,9.0.1}: removed obsoleteů
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-db/phpmyadmin/Manifest | 2 -
14 dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild | 61 -----------------------------
15 dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild | 61 -----------------------------
16 3 files changed, 124 deletions(-)
17
18 diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
19 index 1525f420ad6..feec1b000af 100644
20 --- a/dev-db/phpmyadmin/Manifest
21 +++ b/dev-db/phpmyadmin/Manifest
22 @@ -1,3 +1 @@
23 -DIST phpMyAdmin-4.8.5-all-languages.tar.xz 6026176 BLAKE2B 6fea778544d266ea9950a5764a6c31806bfcc437edbfd190780218d841e55a21cd534fceef9309d2e1d6acbd8a780cb1d120aeb47e2e35705118ceb9d5ae1266 SHA512 590efd46f4ae5a9cafd3b33f3565d74e4bfd535e3de8763e72da7bccea06fabb2f9fb90af3fe144846573507c5eefc20ee412bf6b51adfb494402302dc81aa2f
24 -DIST phpMyAdmin-4.9.0.1-all-languages.tar.xz 6066680 BLAKE2B fc949684e97bef1be832968a9c0a3a893e0a81d7984953e694f41ff15deb82bffe3116ff7ec3c832bf2cfd4e24cefec4ce703baa9404bc0740b7231480165a4f SHA512 92fc032ba44e84f6c6a62bb658c2c7ea984bfd8c963b18bf19c26c3991cfe635771376ad8aebf90140bb1bd723b62a5adaca35d88f7bb68169fd0d07c3995356
25 DIST phpMyAdmin-4.9.1-all-languages.tar.xz 6146368 BLAKE2B d0a4fdb9bd995f807a0f88c3572f67ddd1df090817b4d32606025b6e7d08c6e05fbcbbc9b3b7edbe5492345c45c454797c9ba0f59498fe5e01d0979148c070ad SHA512 c2804bdb9d8501309e46d66fe4c27c3618de9cbd440928bf6335b3623a7e71608bb02fda17c5f1715b0cb32ecd68e2bbca86565f240b138c3630084225c56f83
26
27 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild
28 deleted file mode 100644
29 index 1e9e51eddcf..00000000000
30 --- a/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild
31 +++ /dev/null
32 @@ -1,61 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils webapp
39 -
40 -MY_PV=${PV/_/-}
41 -MY_PN="phpMyAdmin"
42 -MY_P="${MY_PN}-${MY_PV}-all-languages"
43 -
44 -DESCRIPTION="Web-based administration for MySQL database in PHP"
45 -HOMEPAGE="https://www.phpmyadmin.net/"
46 -SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"
47 -
48 -LICENSE="GPL-2"
49 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
50 -IUSE="setup"
51 -
52 -RDEPEND="
53 - dev-lang/php[ctype,filter,json,session,unicode]
54 - || (
55 - dev-lang/php[mysqli]
56 - dev-lang/php[mysql]
57 - )
58 - virtual/httpd-php:*
59 -"
60 -
61 -need_httpd_cgi
62 -
63 -S="${WORKDIR}"/${MY_P}
64 -
65 -pkg_setup() {
66 - webapp_pkg_setup
67 -}
68 -
69 -src_install() {
70 - webapp_src_preinst
71 -
72 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
73 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
74 -
75 - if ! use setup; then
76 - rm -rf setup || die "Cannot remove setup utility"
77 - elog "The phpMyAdmin setup utility has been removed."
78 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
79 - else
80 - elog "You should consider disabling the setup USE flag"
81 - elog "to exclude the setup utility if you don't use it."
82 - elog "It regularly is the target of various exploits."
83 - fi
84 -
85 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
86 - doins -r .
87 -
88 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
89 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
90 -
91 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
92 - webapp_src_install
93 -}
94
95 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
96 deleted file mode 100644
97 index 1e9e51eddcf..00000000000
98 --- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
99 +++ /dev/null
100 @@ -1,61 +0,0 @@
101 -# Copyright 1999-2019 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -
106 -inherit eutils webapp
107 -
108 -MY_PV=${PV/_/-}
109 -MY_PN="phpMyAdmin"
110 -MY_P="${MY_PN}-${MY_PV}-all-languages"
111 -
112 -DESCRIPTION="Web-based administration for MySQL database in PHP"
113 -HOMEPAGE="https://www.phpmyadmin.net/"
114 -SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"
115 -
116 -LICENSE="GPL-2"
117 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
118 -IUSE="setup"
119 -
120 -RDEPEND="
121 - dev-lang/php[ctype,filter,json,session,unicode]
122 - || (
123 - dev-lang/php[mysqli]
124 - dev-lang/php[mysql]
125 - )
126 - virtual/httpd-php:*
127 -"
128 -
129 -need_httpd_cgi
130 -
131 -S="${WORKDIR}"/${MY_P}
132 -
133 -pkg_setup() {
134 - webapp_pkg_setup
135 -}
136 -
137 -src_install() {
138 - webapp_src_preinst
139 -
140 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
141 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
142 -
143 - if ! use setup; then
144 - rm -rf setup || die "Cannot remove setup utility"
145 - elog "The phpMyAdmin setup utility has been removed."
146 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
147 - else
148 - elog "You should consider disabling the setup USE flag"
149 - elog "to exclude the setup utility if you don't use it."
150 - elog "It regularly is the target of various exploits."
151 - fi
152 -
153 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
154 - doins -r .
155 -
156 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
157 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
158 -
159 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
160 - webapp_src_install
161 -}