mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-db/phppgadmin: version bump to 7.13.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST phpPgAdmin-7.12.1.tar.bz2 579723 BLAKE2B 58d4992424fb6c9bf8565843c6d76ceecb68212cc311d15d43303fd6b63fe2a611ce146761b8f6b8f992798060d065a0b0e528aed5df217a3078cef9e56c49da SHA512 d64b4796c5acad990ef81b12ebd377474d04c1a65adc41a91a2d278bb975812389bb6eae23490de3f5ce09502d36adea3cacfdec0e868c6a0e0bcb639b8a94db
|
||||
DIST phpPgAdmin-7.13.0.tar.bz2 620530 BLAKE2B 09aa0fe9eeded2caac78847f01774a988e8b086cb362bcce2a3a9139fb28cd43b749c3b13ea1cc9064ef1bee2c4c7bc93eed7e41a72bcaa4479d63e7e748d710 SHA512 1a3d51d0f3b5a3857664c37e5df21070b81dfc0db8844d0af784ff09f644e6a61a9607f4a87f865c5c40bb55445db187b73b9ccceff4a0293c26a6bfeb5953ac
|
||||
|
||||
38
dev-db/phppgadmin/phppgadmin-7.13.0.ebuild
Normal file
38
dev-db/phppgadmin/phppgadmin-7.13.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit webapp
|
||||
|
||||
MY_P="phpPgAdmin-${PV}"
|
||||
|
||||
DESCRIPTION="Web-based administration for Postgres database in php"
|
||||
HOMEPAGE="http://phppgadmin.sourceforge.net/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/REL_$(ver_rs 1- -)/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-lang/php[postgres,session]"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user