diff options
| author | Viorel Munteanu <ceamac@gentoo.org> | 2025-11-17 08:30:53 +0200 |
|---|---|---|
| committer | Viorel Munteanu <ceamac@gentoo.org> | 2025-11-17 08:30:53 +0200 |
| commit | 4291fca18b9553839300fc65bdef82b7a433dde1 (patch) | |
| tree | e7555d4b9fc43bc132248d13e7a7e5efae66c369 /dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild | |
| parent | 738afa8cee399fc26c7e3529348c56d75ac56084 (diff) | |
| download | gentoo-4291fca18b9553839300fc65bdef82b7a433dde1.tar.gz gentoo-4291fca18b9553839300fc65bdef82b7a433dde1.tar.bz2 gentoo-4291fca18b9553839300fc65bdef82b7a433dde1.zip | |
dev-db/phpmyadmin: drop 5.2.1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild')
| -rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild b/dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild deleted file mode 100644 index 7b725e44ac79..000000000000 --- a/dev-db/phpmyadmin/phpmyadmin-5.2.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit webapp - -MY_PV=${PV/_/-} -MY_PN="phpMyAdmin" -MY_P="${MY_PN}-${MY_PV}-all-languages" - -DESCRIPTION="Web-based administration for MySQL database in PHP" -HOMEPAGE="https://www.phpmyadmin.net/" -SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~ppc-macos ~x64-macos" -IUSE="setup" - -RDEPEND=" - dev-lang/php[ctype,filter,json(+),session,ssl,unicode] - || ( - dev-lang/php[mysqli] - dev-lang/php[mysql] - ) - virtual/httpd-php:* -" - -need_httpd_cgi - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - dodoc README RELEASE-DATE-${MY_PV} ChangeLog - rm -f LICENSE README* RELEASE-DATE-${MY_PV} - - if ! use setup; then - rm -rf setup || die "Cannot remove setup utility" - elog "The phpMyAdmin setup utility has been removed." - elog "It is a regular target of various exploits. If you need it, set USE=setup." - else - elog "You should consider disabling the setup USE flag" - elog "to exclude the setup utility if you don't use it." - elog "It regularly is the target of various exploits." - fi - - insinto "${MY_HTDOCSDIR#${EPREFIX}}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt - webapp_src_install -} |
