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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C1E9138359 for ; Mon, 3 Aug 2020 19:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C02DCE09F3; Mon, 3 Aug 2020 19:11:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A246CE09F3 for ; Mon, 3 Aug 2020 19:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF05834F117 for ; Mon, 3 Aug 2020 19:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F672F3 for ; Mon, 3 Aug 2020 19:11:19 +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: <1596481864.e110e450226fb2fc05bd8ba6743cb7f2dca96a87.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-5.6.0.ebuild X-VCS-Directories: dev-db/phppgadmin/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e110e450226fb2fc05bd8ba6743cb7f2dca96a87 X-VCS-Branch: master Date: Mon, 3 Aug 2020 19:11:19 +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: 6a2401c9-a3a5-43f1-88c4-bcdc6dadbb0a X-Archives-Hash: 2ad582337c5d6bd7e708023ef9629bd9 commit: e110e450226fb2fc05bd8ba6743cb7f2dca96a87 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Aug 3 19:11:04 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Aug 3 19:11:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e110e450 dev-db/phppgadmin: remove old version Closes: https://bugs.gentoo.org/735712 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alfredo Tupone gentoo.org> dev-db/phppgadmin/Manifest | 1 - dev-db/phppgadmin/phppgadmin-5.6.0.ebuild | 38 ------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-db/phppgadmin/Manifest b/dev-db/phppgadmin/Manifest index 3c7c0c8634c..0e3ddedaaa8 100644 --- a/dev-db/phppgadmin/Manifest +++ b/dev-db/phppgadmin/Manifest @@ -1,2 +1 @@ -DIST phpPgAdmin-5.6.0.tar.bz2 880640 BLAKE2B a49fb97c26c35323b567f06002cc6da9f3efacb4be99633e6ad4d6a53015e557ef3c98a4bf9c4dedf525b86354816e744f6159bad7db6f52fe2c03223f0be9a1 SHA512 afe4c99322bb24bf1895afb20dd87dcad1fc7d887b9271d9dd6b56779a7b5c8aa7293cdc7fa560a62a830adbf5453914a4783a1265915b24594779c0beeaecda DIST phpPgAdmin-7.12.1.tar.bz2 579723 BLAKE2B 58d4992424fb6c9bf8565843c6d76ceecb68212cc311d15d43303fd6b63fe2a611ce146761b8f6b8f992798060d065a0b0e528aed5df217a3078cef9e56c49da SHA512 d64b4796c5acad990ef81b12ebd377474d04c1a65adc41a91a2d278bb975812389bb6eae23490de3f5ce09502d36adea3cacfdec0e868c6a0e0bcb639b8a94db diff --git a/dev-db/phppgadmin/phppgadmin-5.6.0.ebuild b/dev-db/phppgadmin/phppgadmin-5.6.0.ebuild deleted file mode 100644 index e0ec4521ab8..00000000000 --- a/dev-db/phppgadmin/phppgadmin-5.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 -}