diff options
author | Alex Legler <a3li@gentoo.org> | 2013-04-18 13:19:02 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2013-04-18 13:19:02 +0000 |
commit | 1973354afacd0aa21428ae4d570b66e384402957 (patch) | |
tree | 2bec2ec061b63818cb1bd63f4c331385080d458d /dev-db/phpmyadmin | |
parent | Version bump. (diff) | |
download | gentoo-2-1973354afacd0aa21428ae4d570b66e384402957.tar.gz gentoo-2-1973354afacd0aa21428ae4d570b66e384402957.tar.bz2 gentoo-2-1973354afacd0aa21428ae4d570b66e384402957.zip |
Version bump for bug 465420; removing old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/phpmyadmin')
-rw-r--r-- | dev-db/phpmyadmin/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-3.4.9.ebuild | 65 | ||||
-rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-3.5.2.2.ebuild | 65 | ||||
-rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild (renamed from dev-db/phpmyadmin/phpmyadmin-3.5.7.ebuild) | 2 |
4 files changed, 9 insertions, 132 deletions
diff --git a/dev-db/phpmyadmin/ChangeLog b/dev-db/phpmyadmin/ChangeLog index 0a001488091c..43b5047c1def 100644 --- a/dev-db/phpmyadmin/ChangeLog +++ b/dev-db/phpmyadmin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/phpmyadmin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.481 2013/02/19 18:23:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.482 2013/04/18 13:19:02 a3li Exp $ + +*phpmyadmin-3.5.8 (18 Apr 2013) + + 18 Apr 2013; Alex Legler <a3li@gentoo.org> +phpmyadmin-3.5.8.ebuild, + -phpmyadmin-3.4.9.ebuild, -phpmyadmin-3.5.2.2.ebuild, + -phpmyadmin-3.5.7.ebuild: + Version bump for bug 465420; removing old *phpmyadmin-3.5.7 (19 Feb 2013) diff --git a/dev-db/phpmyadmin/phpmyadmin-3.4.9.ebuild b/dev-db/phpmyadmin/phpmyadmin-3.4.9.ebuild deleted file mode 100644 index c6ee77342e49..000000000000 --- a/dev-db/phpmyadmin/phpmyadmin-3.4.9.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.4.9.ebuild,v 1.5 2012/01/01 15:15:14 armin76 Exp $ - -EAPI="2" - -inherit eutils webapp depend.php - -MY_PV=${PV/_/-} -MY_P="phpMyAdmin-${MY_PV}-all-languages" - -DESCRIPTION="Web-based administration for MySQL database in PHP" -HOMEPAGE="http://www.phpmyadmin.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="setup" - -RDEPEND=" - dev-lang/php[crypt,ctype,filter,json,session,unicode] - || ( - <dev-lang/php-5.3[spl,pcre] - >=dev-lang/php-5.3 - ) - || ( - dev-lang/php[mysqli] - dev-lang/php[mysql] - ) -" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}"/${MY_P} - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - dodoc CREDITS Documentation.txt INSTALL README RELEASE-DATE-${MY_PV} TODO ChangeLog || die - rm -f LICENSE CREDITS INSTALL README* RELEASE-DATE-${MY_PV} TODO - - 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}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR}"/libraries/config.default.php - webapp_serverowned "${MY_HTDOCSDIR}"/libraries/config.default.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt - webapp_src_install -} diff --git a/dev-db/phpmyadmin/phpmyadmin-3.5.2.2.ebuild b/dev-db/phpmyadmin/phpmyadmin-3.5.2.2.ebuild deleted file mode 100644 index d30f5c0dff26..000000000000 --- a/dev-db/phpmyadmin/phpmyadmin-3.5.2.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.2.2.ebuild,v 1.7 2012/09/26 20:04:20 xarthisius Exp $ - -EAPI="4" - -inherit eutils webapp depend.php - -MY_PV=${PV/_/-} -MY_P="phpMyAdmin-${MY_PV}-all-languages" - -DESCRIPTION="Web-based administration for MySQL database in PHP" -HOMEPAGE="http://www.phpmyadmin.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" -IUSE="setup" - -RDEPEND=" - dev-lang/php[crypt,ctype,filter,json,session,unicode] - || ( - <dev-lang/php-5.3[spl,pcre] - >=dev-lang/php-5.3 - ) - || ( - dev-lang/php[mysqli] - dev-lang/php[mysql] - ) -" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}"/${MY_P} - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - dodoc Documentation.txt README RELEASE-DATE-${MY_PV} ChangeLog || die - 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 -} diff --git a/dev-db/phpmyadmin/phpmyadmin-3.5.7.ebuild b/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild index 0aa0cff285a3..e95c6f39c068 100644 --- a/dev-db/phpmyadmin/phpmyadmin-3.5.7.ebuild +++ b/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.7.ebuild,v 1.1 2013/02/19 18:23:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild,v 1.1 2013/04/18 13:19:02 a3li Exp $ EAPI="4" |