diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-db/gqlplus | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-db/gqlplus')
-rw-r--r-- | dev-db/gqlplus/Manifest | 3 | ||||
-rw-r--r-- | dev-db/gqlplus/gqlplus-1.16.ebuild | 28 | ||||
-rw-r--r-- | dev-db/gqlplus/metadata.xml | 17 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-db/gqlplus/Manifest b/dev-db/gqlplus/Manifest new file mode 100644 index 000000000000..218d06a27ce9 --- /dev/null +++ b/dev-db/gqlplus/Manifest @@ -0,0 +1,3 @@ +DIST gqlplus-1.16.tar.gz 2128428 BLAKE2B 5d2ad6cd58d7a5e0e6ce0d54301d70ad452d34a9636ce1f831d1b6d1de3bbc0ebce3d92ed15c2b8da60107d49c56c306543c768c0ef3534f34d2d545b80c43d7 SHA512 e9d7685e4db741db8232f7ba7a05df59042d0cafe198060adcd37aea2d3878e785eacb1f7b72fcb154558d1be8c619818dbeceffaefb75e372a18ed23e234512 +EBUILD gqlplus-1.16.ebuild 752 BLAKE2B 68f4fcc80d2884c2c79d576191316ba43135f2f310050ce6226fa7ac0645159624afe387586081533f29434615c1f48748a924d0a07680e506b132451e30765d SHA512 629af9bb7de9b883ce1c3e6a47c7100ac875302531de6fbdc9d84ccf19770a3af6e481f34e41fa7324f95ba06c554225db265d37fdfce63af2320c535f70e64e +MISC metadata.xml 620 BLAKE2B 82537c625dbd12eca6562acf5605a5b3b6b1841dd946d2f5dd17a1730bb340f49837f3bea3c9ea6f830abd4c0ecbc3751d218a8daf843f65ca4bb292a5a355be SHA512 8ce9a86e99c4198a246b149f5a526f0cf70ea9e75d3e97bc643520c9377136e83ca56ac47869ae0b62f021dd28da6745204c7c12a52a82e996949b4a796086ce diff --git a/dev-db/gqlplus/gqlplus-1.16.ebuild b/dev-db/gqlplus/gqlplus-1.16.ebuild new file mode 100644 index 000000000000..a3aa8f209869 --- /dev/null +++ b/dev-db/gqlplus/gqlplus-1.16.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools + +DESCRIPTION="a front-end for Oracle program sqlplus with command-line editing" +HOMEPAGE="https://sourceforge.net/projects/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}" + +src_prepare() { + # 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 +} diff --git a/dev-db/gqlplus/metadata.xml b/dev-db/gqlplus/metadata.xml new file mode 100644 index 000000000000..533ec708627b --- /dev/null +++ b/dev-db/gqlplus/metadata.xml @@ -0,0 +1,17 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>grobian@gentoo.org</email> + <name>Fabian Groffen</name> + </maintainer> + <longdescription lang="en"> + gqlplus is a front-end for Oracle program sqlplus with + command-line editing, history, table-name and column-name + completion. Otherwise the user interface is identical to that of + sqlplus. Command-line editing works as in bash/tcsh shells. + </longdescription> + <upstream> + <remote-id type="sourceforge">gqlplus</remote-id> + </upstream> +</pkgmetadata> |