summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-11-21 16:43:33 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2020-11-21 16:43:33 -0500
commit78f6b4003f4fd1022762c0f2e653960c9bba4b0e (patch)
tree88b48c638b5b3b01c2c6445a78909aa7f484908e /dev-db/pspg/pspg-1.6.5.ebuild
parentnet-libs/nodejs: add metadata note about assignment of PaX-related bugs (diff)
downloadgentoo-78f6b4003f4fd1022762c0f2e653960c9bba4b0e.tar.gz
gentoo-78f6b4003f4fd1022762c0f2e653960c9bba4b0e.tar.bz2
gentoo-78f6b4003f4fd1022762c0f2e653960c9bba4b0e.zip
dev-db/pspg: Cleanup
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pspg/pspg-1.6.5.ebuild')
-rw-r--r--dev-db/pspg/pspg-1.6.5.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-db/pspg/pspg-1.6.5.ebuild b/dev-db/pspg/pspg-1.6.5.ebuild
deleted file mode 100644
index 15ddb24f19d5..000000000000
--- a/dev-db/pspg/pspg-1.6.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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/pspg"
-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}"