Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/
Date: Wed, 29 Jun 2022 02:55:44
Message-Id: 1656471274.44bd829faeee0073749e32d677677a4f871e2b33.titanofold@gentoo
1 commit: 44bd829faeee0073749e32d677677a4f871e2b33
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 02:54:34 2022 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 02:54:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bd829f
7
8 dev-db/pspg: Cleanup
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 dev-db/pspg/Manifest | 3 ---
13 dev-db/pspg/pspg-3.1.5-r1.ebuild | 19 -------------------
14 dev-db/pspg/pspg-4.3.0-r1.ebuild | 19 -------------------
15 dev-db/pspg/pspg-5.0.5.ebuild | 19 -------------------
16 4 files changed, 60 deletions(-)
17
18 diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
19 index 4e869267dd20..32aa6ebed49d 100644
20 --- a/dev-db/pspg/Manifest
21 +++ b/dev-db/pspg/Manifest
22 @@ -1,4 +1 @@
23 -DIST pspg-3.1.5.tar.gz 1380515 BLAKE2B b9539347d1977a178468127df5f92f8b7be835b7e6edc49720131173b71b22e01b614bcde55e354d32a2ecf1665dcebd27502110786b7595411b5ec782391f01 SHA512 287d4794aebc867bf3c344c3747f1d058c1b93710dd0d86de66ae1e0d97961f4e3d511bc0f7df98c309bffc962aaf50b758faab1f8c6f0eb3374450e53ecdccb
24 -DIST pspg-4.3.0.tar.gz 1398789 BLAKE2B 51669105e335669ad76f174f7e085954bb5bf65719c929b0153aaa53c1a48d3f6c642cdf20624042dcfe5d7ad43bf2e6c5b5aaa5263d100590fdfa8ae21e62f4 SHA512 947052ca480ff271712b4620d7cf6060a5a702f245417c5223d8dcd6a357f71d16bc5bc732f883e80c730d3b699534a5791fc58d37b6c05e40e71e8f814e2c23
25 -DIST pspg-5.0.5.tar.gz 1828909 BLAKE2B 9e58735acbeeb42b7aa560d0b418b40ab461e1be2a429696cc07414d7e47e58c12511e6493ab95d16dd1b02b37921aac98acd99c9346dea8a95c55545a4c755f SHA512 9e2a673d7721598b0058ca8738e973b4c6b2e967b6b6d6dffba6d6473760809dce01b0f086ff6fff4e16e10a4fe78f0551e0a42d78a66513eb898c2df7dc0dc8
26 DIST pspg-5.5.4.tar.gz 2415002 BLAKE2B 1b7712318069c5fe69afe5e7477aa2a415d007a1f41af866726b11e65073c507ed12a51de14fc39ee06df9ccbe2763472332f55dda49167547e6ba590850bb5b SHA512 f13f4d7424d7b172a1fc5f963e7390a53f73f5c53ea4af7a9bed32dabc99f657e46cae550e8d5c7dd756b3496dd2ad665f3fd6551e54f9add1b3aef491709572
27
28 diff --git a/dev-db/pspg/pspg-3.1.5-r1.ebuild b/dev-db/pspg/pspg-3.1.5-r1.ebuild
29 deleted file mode 100644
30 index 58ec04498fc1..000000000000
31 --- a/dev-db/pspg/pspg-3.1.5-r1.ebuild
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="A better pager for psql and mysql"
40 -HOMEPAGE="https://github.com/okbob/pspg"
41 -SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -DEPEND="sys-libs/ncurses:=
48 -dev-db/postgresql:=
49 -sys-libs/readline:="
50 -RDEPEND="${DEPEND}"
51 -
52 -RESTRICT="test"
53
54 diff --git a/dev-db/pspg/pspg-4.3.0-r1.ebuild b/dev-db/pspg/pspg-4.3.0-r1.ebuild
55 deleted file mode 100644
56 index 51c9c87a2f60..000000000000
57 --- a/dev-db/pspg/pspg-4.3.0-r1.ebuild
58 +++ /dev/null
59 @@ -1,19 +0,0 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=7
64 -
65 -DESCRIPTION="A better pager for psql and mysql"
66 -HOMEPAGE="https://github.com/okbob/pspg"
67 -SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
68 -
69 -LICENSE="BSD-2"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -
73 -DEPEND="sys-libs/ncurses:=
74 -dev-db/postgresql:=
75 -sys-libs/readline:="
76 -RDEPEND="${DEPEND}"
77 -
78 -RESTRICT="test"
79
80 diff --git a/dev-db/pspg/pspg-5.0.5.ebuild b/dev-db/pspg/pspg-5.0.5.ebuild
81 deleted file mode 100644
82 index cdb6dbe8621c..000000000000
83 --- a/dev-db/pspg/pspg-5.0.5.ebuild
84 +++ /dev/null
85 @@ -1,19 +0,0 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=8
90 -
91 -DESCRIPTION="A better pager for psql and mysql"
92 -HOMEPAGE="https://github.com/okbob/pspg"
93 -SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="BSD-2"
96 -SLOT="0"
97 -KEYWORDS="amd64 x86"
98 -
99 -DEPEND="sys-libs/ncurses:=
100 -dev-db/postgresql:=
101 -sys-libs/readline:="
102 -RDEPEND="${DEPEND}"
103 -
104 -RESTRICT="test"