commit:     1d8d4f8f32d5d3dfbead0744d1804409aabe6876
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 13:55:00 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 13:55:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8d4f8f

dev-db/phppgadmin: Removal

Upstream doesn't appear to be active and is really far behind in
supporting the latest enhancements from PostgreSQL. Consider using
dev-db/pgadmin4 instead.

Closes: https://bugs.gentoo.org/641140

 dev-db/phppgadmin/Manifest                 |  1 -
 dev-db/phppgadmin/files/postinstall-en.txt |  4 ---
 dev-db/phppgadmin/metadata.xml             | 15 ----------
 dev-db/phppgadmin/phppgadmin-5.1.ebuild    | 39 --------------------------
 dev-db/phppgadmin/phppgadmin-9999.ebuild   | 44 ------------------------------
 5 files changed, 103 deletions(-)

diff --git a/dev-db/phppgadmin/Manifest b/dev-db/phppgadmin/Manifest
deleted file mode 100644
index baf221efa40..00000000000
--- a/dev-db/phppgadmin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phpPgAdmin-5.1.tar.bz2 583620 BLAKE2B 
6c21b127db6a7d8508ce4ab2e12ed11db568aaf903955d19f6cd9548908c321ffa276b87d1cb828286fb32a9eddbfe86b9a9671937639720cbecaa2bdbc7a2b3
 SHA512 
3a1eebfc4e07a620ea3ec5d65e1fd1f07cb19f12db470f163430ded20542107c828cebbd5d5ae23c470fbe5aa0e2358b8c4d3ba66834009a39ac74440cc751c0

diff --git a/dev-db/phppgadmin/files/postinstall-en.txt 
b/dev-db/phppgadmin/files/postinstall-en.txt
deleted file mode 100644
index 003fe5003bb..00000000000
--- a/dev-db/phppgadmin/files/postinstall-en.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Make sure you edit ${MY_INSTALLDIR}/conf/config.inc.php
-
-To use the reports database, you have to manually execute
-psql -f ${MY_INSTALLDIR}/sql/reports-pgsql.sql

diff --git a/dev-db/phppgadmin/metadata.xml b/dev-db/phppgadmin/metadata.xml
deleted file mode 100644
index fc6f7670232..00000000000
--- a/dev-db/phppgadmin/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pgsql-b...@gentoo.org</email>
-               <name>PostgreSQL and Related Package Development</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>web-a...@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">phppgadmin</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-db/phppgadmin/phppgadmin-5.1.ebuild 
b/dev-db/phppgadmin/phppgadmin-5.1.ebuild
deleted file mode 100644
index 7434f1c7823..00000000000
--- a/dev-db/phppgadmin/phppgadmin-5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit webapp
-
-MY_P="phpPgAdmin-${PV}"
-
-DESCRIPTION="Web-based administration for Postgres database in php"
-HOMEPAGE="http://phppgadmin.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-lang/php[postgres,session]
-                || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-       webapp_src_preinst
-
-       local doc
-       local docs="CREDITS DEVELOPERS FAQ HISTORY INSTALL TODO TRANSLATORS"
-       dodoc ${docs}
-       mv conf/config.inc.php-dist conf/config.inc.php
-
-       cp -r * "${D}"${MY_HTDOCSDIR}
-       for doc in ${docs} INSTALL LICENSE; do
-               rm -f "${D}"${MY_HTDOCSDIR}/${doc}
-       done
-
-       webapp_configfile ${MY_HTDOCSDIR}/conf/config.inc.php
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-       webapp_src_install
-}

diff --git a/dev-db/phppgadmin/phppgadmin-9999.ebuild 
b/dev-db/phppgadmin/phppgadmin-9999.ebuild
deleted file mode 100644
index 8e5e78b13e7..00000000000
--- a/dev-db/phppgadmin/phppgadmin-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit webapp git-r3
-
-DESCRIPTION="Web-based administration for Postgres database in php"
-HOMEPAGE="http://phppgadmin.sourceforge.net/";
-EGIT_REPO_URI="https://github.com/xzilla/${PN}.git";
-
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-       || (
-               <dev-lang/php-5.3[pcre]
-               >=dev-lang/php-5.3
-       )
-       dev-lang/php[postgres,session]
-"
-
-pkg_setup() {
-       webapp_pkg_setup
-}
-
-src_install() {
-       webapp_src_preinst
-
-       local doc
-       local docs="CREDITS DEVELOPERS FAQ HISTORY INSTALL TODO TRANSLATORS"
-       dodoc ${docs}
-       mv conf/config.inc.php-dist conf/config.inc.php
-
-       cp -r * "${D}"${MY_HTDOCSDIR}
-       for doc in ${docs} INSTALL LICENSE; do
-               rm -f "${D}"${MY_HTDOCSDIR}/${doc}
-       done
-
-       webapp_configfile ${MY_HTDOCSDIR}/conf/config.inc.php
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-       webapp_src_install
-}

Reply via email to