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 410EE139082 for ; Tue, 28 Nov 2017 20:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47FA6E0D39; Tue, 28 Nov 2017 20:35:42 +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 249DFE0D39 for ; Tue, 28 Nov 2017 20:35:42 +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 C974633BF05 for ; Tue, 28 Nov 2017 20:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A03AACB for ; Tue, 28 Nov 2017 20:35:39 +0000 (UTC) From: "Aaron 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 Swenson" Message-ID: <1511901330.99ab5598323be84536b3f8d8c7d610b5dd1b5f7e.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-0.7.4.ebuild X-VCS-Directories: dev-db/pspg/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 99ab5598323be84536b3f8d8c7d610b5dd1b5f7e X-VCS-Branch: master Date: Tue, 28 Nov 2017 20:35:39 +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-Archives-Salt: 36f2cd24-3ed1-4706-b337-9678a7790dff X-Archives-Hash: c3635d1fbfd142a6f08965732fb9437f commit: 99ab5598323be84536b3f8d8c7d610b5dd1b5f7e Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Nov 28 20:35:30 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Tue Nov 28 20:35:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ab5598 dev-db/pspg: Bump to 0.7.4 Now with MySQL support! Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-db/pspg/Manifest | 1 + dev-db/pspg/pspg-0.7.4.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest index e709c302c7b..1274d69a6bb 100644 --- a/dev-db/pspg/Manifest +++ b/dev-db/pspg/Manifest @@ -1 +1,2 @@ DIST pspg-0.5.tar.gz 845824 BLAKE2B db7b36fbc644e1ac45906ba726212233c0a61230f609584d4fc6207576c4e350b926c6d93e2b9eb563340524e1dae7de0a0c846bed379143bb6a4fcb10cdfd0b SHA512 69e45885d4c155fc0e95360d442ac0b67fb910005148537dbd758e9a22ec83fb232214bf5f292b72a79be444ce05f2eb7bc0a2effaeb8731d1442a7f7ddec5df +DIST pspg-0.7.4.tar.gz 846366 BLAKE2B 06a2927d326ba2f12661495b3a0133cdaf2b8c4edc624e87e285ae347850d654c345585471724521f6bea1f84cbfccef5ffef8971246b786675fc350c9de432c SHA512 403abe21230f760a43317b2d6be04a8cd6873f7ebb85037c3f4c12b7726ea491c6614bbe923f52dd863d3ebfba2e203f6a40c3fd6d13945663c4ae7b3091e0db diff --git a/dev-db/pspg/pspg-0.7.4.ebuild b/dev-db/pspg/pspg-0.7.4.ebuild new file mode 100644 index 00000000000..9b90eedb3e0 --- /dev/null +++ b/dev-db/pspg/pspg-0.7.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" +IUSE="" + +DEPEND="sys-libs/ncurses:*" +RDEPEND="${DEPEND}"