summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-01-14 08:55:00 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2018-01-14 08:55:00 -0500
commit1d8d4f8f32d5d3dfbead0744d1804409aabe6876 (patch)
tree6965ca81f91e90154cb283e0d0067e6fc59e4df1 /dev-db/phppgadmin
parentsci-mathematics/pari: Fix typo (diff)
downloadgentoo-1d8d4f8f32d5d3dfbead0744d1804409aabe6876.tar.gz
gentoo-1d8d4f8f32d5d3dfbead0744d1804409aabe6876.tar.bz2
gentoo-1d8d4f8f32d5d3dfbead0744d1804409aabe6876.zip
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
Diffstat (limited to 'dev-db/phppgadmin')
-rw-r--r--dev-db/phppgadmin/Manifest1
-rw-r--r--dev-db/phppgadmin/files/postinstall-en.txt4
-rw-r--r--dev-db/phppgadmin/metadata.xml15
-rw-r--r--dev-db/phppgadmin/phppgadmin-5.1.ebuild39
-rw-r--r--dev-db/phppgadmin/phppgadmin-9999.ebuild44
5 files changed, 0 insertions, 103 deletions
diff --git a/dev-db/phppgadmin/Manifest b/dev-db/phppgadmin/Manifest
deleted file mode 100644
index baf221efa40d..000000000000
--- 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 003fe5003bbd..000000000000
--- 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 fc6f76702327..000000000000
--- 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-bugs@gentoo.org</email>
- <name>PostgreSQL and Related Package Development</name>
- </maintainer>
- <maintainer type="project">
- <email>web-apps@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 7434f1c78238..000000000000
--- 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 8e5e78b13e74..000000000000
--- 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
-}