commit:     2e4a95e9b561b3e50318e3c579a9f7e1038eb288
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Mon May 26 10:29:22 2014 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon May 26 10:29:22 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=2e4a95e9

Drop old versions.

---
 dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild | 61 ------------------------------
 dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild  | 61 ------------------------------
 dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild  | 61 ------------------------------
 3 files changed, 183 deletions(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
deleted file mode 100644
index 6d4107e..0000000
--- a/dev-db/phpmyadmin/phpmyadmin-4.1.12.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 
1.1 2014/01/14 01:41:12 jmbsvicetto 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[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 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-4.1.4.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
deleted file mode 100644
index 6d4107e..0000000
--- a/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 
1.1 2014/01/14 01:41:12 jmbsvicetto 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[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 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-4.1.7.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild
deleted file mode 100644
index 6d4107e..0000000
--- a/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.4.ebuild,v 
1.1 2014/01/14 01:41:12 jmbsvicetto 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[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 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
-}

Reply via email to