diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-03-21 13:42:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-03-21 13:43:15 +0100 |
commit | cea282fd370362d635943b7bb1ea404bc78db8d2 (patch) | |
tree | 309727ba4d9830e0747e478cdf78cf2417ddda33 /dev-db/gqlplus/gqlplus-1.16.ebuild | |
parent | net-analyzer/telegraf: Version bump (v1.18.0) (diff) | |
download | gentoo-cea282fd370362d635943b7bb1ea404bc78db8d2.tar.gz gentoo-cea282fd370362d635943b7bb1ea404bc78db8d2.tar.bz2 gentoo-cea282fd370362d635943b7bb1ea404bc78db8d2.zip |
dev-db/gqlplus-1.16-r1: revbump to pull in some fixes
Bug: https://bugs.gentoo.org/777504
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-db/gqlplus/gqlplus-1.16.ebuild')
-rw-r--r-- | dev-db/gqlplus/gqlplus-1.16.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
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 -} |