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/pg_top/
Date: Thu, 07 Jan 2021 23:30:57
Message-Id: 1610062164.edbb94fedd9a2b343b74bda9cb2b939edf48677b.titanofold@gentoo
1 commit: edbb94fedd9a2b343b74bda9cb2b939edf48677b
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 23:29:24 2021 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:29:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbb94fe
7
8 dev-db/pg_top: Cleanup
9
10 Closes: https://bugs.gentoo.org/756049
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 dev-db/pg_top/pg_top-4.0.0.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-db/pg_top/pg_top-4.0.0.ebuild b/dev-db/pg_top/pg_top-4.0.0.ebuild
17 deleted file mode 100644
18 index 45ca3ea8b48..00000000000
19 --- a/dev-db/pg_top/pg_top-4.0.0.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake
28 -
29 -DESCRIPTION="'top' for PostgreSQL"
30 -HOMEPAGE="https://pg_top.gitlab.io/"
31 -SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-db/postgresql:="
39 -DEPEND="${RDEPEND}"
40 -
41 -DOCS=( HISTORY.rst README.rst TODO Y2K )