From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5F99158015 for ; Wed, 27 Dec 2023 19:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D57E2BC013; Wed, 27 Dec 2023 19:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0752E2BC013 for ; Wed, 27 Dec 2023 19:23:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3489C34067D for ; Wed, 27 Dec 2023 19:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73BEE119 for ; Wed, 27 Dec 2023 19:22:57 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1703704949.672c0ab589890c9987315710163369c0c347f199.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/phppgadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/phppgadmin/Manifest dev-db/phppgadmin/phppgadmin-7.14.7.ebuild X-VCS-Directories: dev-db/phppgadmin/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 672c0ab589890c9987315710163369c0c347f199 X-VCS-Branch: master Date: Wed, 27 Dec 2023 19:22:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fcac582-a9e2-4468-a7cb-09387139d73c X-Archives-Hash: df10d9f7476d19c2ca1a222a8bed4547 commit: 672c0ab589890c9987315710163369c0c347f199 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Dec 27 19:22:11 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Dec 27 19:22:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672c0ab5 dev-db/phppgadmin: add 7.14.7 Signed-off-by: Alfredo Tupone gentoo.org> dev-db/phppgadmin/Manifest | 1 + dev-db/phppgadmin/phppgadmin-7.14.7.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-db/phppgadmin/Manifest b/dev-db/phppgadmin/Manifest index ed40a199d3ec..69edf6186112 100644 --- a/dev-db/phppgadmin/Manifest +++ b/dev-db/phppgadmin/Manifest @@ -1 +1,2 @@ DIST phppgadmin-7.14.5.tar.gz 1153991 BLAKE2B 52f52e02305814a149cdde7498bdffe281c78198241c436182bdebce7e2597aea8ac1e0ae04900073355dbe4da7f41f0f0b83c5ec28a5b476ce6f3249dfff6b7 SHA512 1983b7d98623def3aa0d83f7ea507026abe1699dba3104fddf743fb581a4f1226be8d784990984ebcc22e92c2bed3cacfbec13ed7387d7b87b2662fc66fe0ac6 +DIST phppgadmin-7.14.7.tar.gz 1154132 BLAKE2B 96321c9f2c67f8a740425b8a049a8b31320d43eedaaa2f8ceaf135d0b5b725ea168aa14715fc2df19fe9eb75d551bdb76c3821d1dbde6550dc865595ecc0ca99 SHA512 b5c6dd52e1458184a0bdb693650157c69f36d72a43df0645fde87ec7e0b3b75216dd4e1dcb3f34f95e8a0acb4bf3ec6bd9a9086a72a3ad526b80431acb476054 diff --git a/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild b/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild new file mode 100644 index 000000000000..eb41f009a28a --- /dev/null +++ b/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 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" + +LICENSE="GPL-2" +KEYWORDS="~amd64" + +RDEPEND="dev-lang/php[postgres,session,unicode]" + +S="${WORKDIR}/${MY_P}" + +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 +}