dev-db/phppgadmin - 7.14.7 (gentoo)

Search

Package Information

Description:
Web-based administration for Postgres database in php
Homepage:
http://phppgadmin.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
7.14.7 8 amd64 ~arm64 ~x86
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit webapp

MY_P="phpPgAdmin-${PV}-mod"

DESCRIPTION="Web-based administration for Postgres database in php"
HOMEPAGE="http://phppgadmin.sourceforge.net/"
SRC_URI="https://github.com/ReimuHakurei/phpPgAdmin/archive/refs/tags/v${PV}-mod.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2"
KEYWORDS="amd64 ~arm64 ~x86"

RDEPEND="dev-lang/php[postgres,session,unicode]"

src_install() {
	webapp_src_preinst

	local doc
	local docs="BUGS CREDITS DEVELOPERS FAQ HISTORY INSTALL TODO TRANSLATORS"
	dodoc ${docs}
	mv conf/config.inc.php-dist conf/config.inc.php || die

	cp -r * "${D}${MY_HTDOCSDIR}"
	for doc in ${docs} INSTALL LICENSE; do
		rm -f "${D}${MY_HTDOCSDIR}/${doc}" || die
	done

	webapp_configfile "${MY_HTDOCSDIR}"/conf/config.inc.php
	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
	webapp_src_install
}

Dependencies

RDEPEND

dev-lang/php[postgres,session,unicode]

Manifest for 7.14.7

Type File Size Source URLs
DIST phppgadmin-7.14.7.tar.gz 1154132 bytes https://github.com/ReimuHakurei/phpPgAdmin/archive/refs/tags/v7.14.7-mod.tar.gz