From 8d5dbd847cbc704a6a06405856e94b461011afe3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Mar 2021 06:06:27 +0000 Subject: gentoo resync : 27.03.2021 --- dev-db/gqlplus/gqlplus-1.16.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev-db/gqlplus/gqlplus-1.16.ebuild (limited to 'dev-db/gqlplus/gqlplus-1.16.ebuild') diff --git a/dev-db/gqlplus/gqlplus-1.16.ebuild b/dev-db/gqlplus/gqlplus-1.16.ebuild deleted file mode 100644 index b21f38c84694..000000000000 --- a/dev-db/gqlplus/gqlplus-1.16.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="a front-end for Oracle program sqlplus with command-line editing" -HOMEPAGE="https://gitlab.com/jessp011/gqlplus" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~x64-macos" -IUSE="" - -DEPEND="sys-libs/readline:*" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-ncurses-tinfo.patch ) - -src_prepare() { - default - - # don't use packaged readline and old version containing it - rm -Rf readline gqlplus-1.15 - - # maintainer can't seem to get versioning right - sed -i '/^#define VERSION/s/"[^"]\+"/"'"${PV}"'"/' gqlplus.c || die - sed -i '/^AC_INIT/s/\[[1-9.]\+\]/['"${PV}"']/' configure.ac || die - - eautoreconf -} -- cgit v1.2.3