+++ /dev/null
-DIST phpPgAdmin-5.1.tar.bz2 583620 BLAKE2B 6c21b127db6a7d8508ce4ab2e12ed11db568aaf903955d19f6cd9548908c321ffa276b87d1cb828286fb32a9eddbfe86b9a9671937639720cbecaa2bdbc7a2b3 SHA512 3a1eebfc4e07a620ea3ec5d65e1fd1f07cb19f12db470f163430ded20542107c828cebbd5d5ae23c470fbe5aa0e2358b8c4d3ba66834009a39ac74440cc751c0
+++ /dev/null
-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
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}
+++ /dev/null
-# 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
-}