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 92CDD138334 for ; Wed, 19 Jun 2019 10:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD190E08CA; Wed, 19 Jun 2019 10:29:29 +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 83E64E08DC for ; Wed, 19 Jun 2019 10:29:29 +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 66CAD3464B7 for ; Wed, 19 Jun 2019 10:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC309A8 for ; Wed, 19 Jun 2019 10:29:25 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1560940152.e8cd0d9f28315ca87c63d983a6e46499ebb3a681.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pspg/Manifest dev-db/pspg/pspg-1.6.5.ebuild X-VCS-Directories: dev-db/pspg/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: e8cd0d9f28315ca87c63d983a6e46499ebb3a681 X-VCS-Branch: master Date: Wed, 19 Jun 2019 10:29:25 +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: f5753cae-80ef-4325-8a9b-47b1a6af23b4 X-Archives-Hash: 805ce565ebc85ab6a9379946e7843441 commit: e8cd0d9f28315ca87c63d983a6e46499ebb3a681 Author: Aaron W. Swenson gentoo org> AuthorDate: Wed Jun 19 10:28:56 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Wed Jun 19 10:29:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cd0d9f dev-db/pspg: Bump to 1.6.5 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/pspg/Manifest | 1 + dev-db/pspg/pspg-1.6.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest index f483c28d02f..4671b13cb65 100644 --- a/dev-db/pspg/Manifest +++ b/dev-db/pspg/Manifest @@ -1 +1,2 @@ DIST pspg-1.3.0.tar.gz 885210 BLAKE2B 4a6f41b915603a96eef8cd5de9a76322bf0cfec94afe5c54707ab290e657159d7e8f6d29f5c4c1de07770047e45d3566d3a4f09c53d80461a50be48afade289b SHA512 6c6e4b12008ca36ea4ecf6c60d474f897622427590d8326db73f7d5a6d2134c479db17b0765cd8861ccf422e5fab292e10fc7f7e7a548c5d3773c64c5e11d1dd +DIST pspg-1.6.5.tar.gz 1005525 BLAKE2B 2befb8a7081e1fcf5df60eca48f34b819d9de3d07920613b7f759887b4ddcccbc52e46ea8f407666a50a53bbfda582a10b1b2ca65d0c4452bc46db8cd971a802 SHA512 755e40dd6c68a01ad235e6fc2751af76c8ed63c2832bfa26356fa80e62bd59a076413cf7fc075685f9267bc7339fadf4975a695d681fc7821b7da0589805c1f0 diff --git a/dev-db/pspg/pspg-1.6.5.ebuild b/dev-db/pspg/pspg-1.6.5.ebuild new file mode 100644 index 00000000000..a537b5d8c3a --- /dev/null +++ b/dev-db/pspg/pspg-1.6.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A better pager for psql and mysql" +HOMEPAGE="https://github.com/okbob/${PN}" +SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="sys-libs/ncurses:*" +RDEPEND="${DEPEND}"