public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2016-04-22  9:11 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2016-04-22  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     10517b2d3851db1613ee5921b356337f81f3becc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 09:10:13 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 09:10:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10517b2d

dev-db/gqlplus: initial version by me

Package-Manager: portage-2.2.26

 dev-db/gqlplus/Manifest            |  1 +
 dev-db/gqlplus/gqlplus-1.16.ebuild | 29 +++++++++++++++++++++++++++++
 dev-db/gqlplus/metadata.xml        | 14 ++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-db/gqlplus/Manifest b/dev-db/gqlplus/Manifest
new file mode 100644
index 0000000..16529f8
--- /dev/null
+++ b/dev-db/gqlplus/Manifest
@@ -0,0 +1 @@
+DIST gqlplus-1.16.tar.gz 2128428 SHA256 9e0071d6f8bc24b0b3623c69d9205f7d3a19c2cb32b5ac9cff133dc75814acdd SHA512 e9d7685e4db741db8232f7ba7a05df59042d0cafe198060adcd37aea2d3878e785eacb1f7b72fcb154558d1be8c619818dbeceffaefb75e372a18ed23e234512 WHIRLPOOL d4c06fce8774c4f6ad6a37e7c48f7720fef8cf4fb40997ff2ae14e148a5e3d6cab4c293d5ea7a4888d4764233707a8845dfac8862bab960f40f6163e7d914d8f

diff --git a/dev-db/gqlplus/gqlplus-1.16.ebuild b/dev-db/gqlplus/gqlplus-1.16.ebuild
new file mode 100644
index 0000000..b6ab36d
--- /dev/null
+++ b/dev-db/gqlplus/gqlplus-1.16.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~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 0000000..a9b0f07
--- /dev/null
+++ b/dev-db/gqlplus/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2016-04-22  9:49 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2016-04-22  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3fd117a6c85cee3e51fc412888ceb167d9d0e60f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 09:49:10 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 09:49:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd117a6

dev-db/gqlplus: fix metadata

Package-Manager: portage-2.2.26

 dev-db/gqlplus/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/gqlplus/metadata.xml b/dev-db/gqlplus/metadata.xml
index a9b0f07..af51307 100644
--- a/dev-db/gqlplus/metadata.xml
+++ b/dev-db/gqlplus/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
+	<maintainer type="person">
 		<email>grobian@gentoo.org</email>
 		<name>Fabian Groffen</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2016-05-13  6:55 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2016-05-13  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     efb899a487da454e5cf4406ed95ba9fb274f7e82
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 06:55:26 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 13 06:55:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb899a4

dev-db/gqlplus: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-db/gqlplus/gqlplus-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/gqlplus/gqlplus-1.16.ebuild b/dev-db/gqlplus/gqlplus-1.16.ebuild
index b6ab36d..07dd4d3 100644
--- a/dev-db/gqlplus/gqlplus-1.16.ebuild
+++ b/dev-db/gqlplus/gqlplus-1.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x64-macos"
+KEYWORDS="~amd64 ~amd64-linux ~x64-macos"
 IUSE=""
 
 DEPEND="sys-libs/readline:*"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2021-03-21 12:43 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2021-03-21 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cea282fd370362d635943b7bb1ea404bc78db8d2
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 12:42:12 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 12:43:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea282fd

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 <AT> gentoo.org>

 dev-db/gqlplus/Manifest                                   |  1 +
 .../{gqlplus-1.16.ebuild => gqlplus-1.16-r1.ebuild}       | 15 +++++++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-db/gqlplus/Manifest b/dev-db/gqlplus/Manifest
index 18a300176e6..2675c69f76d 100644
--- a/dev-db/gqlplus/Manifest
+++ b/dev-db/gqlplus/Manifest
@@ -1 +1,2 @@
+DIST gqlplus-1.16-sqlplus-handling-fixes.patch 24618 BLAKE2B b0d4d784756bafc5a030e850a22749e4a981f3bd3da9f0951319c62d895de0c6795bcbc7cf47b4afd2f965dc139478d8fe8d4de904c8b378584de40ef862f556 SHA512 7d30941d6def9ab82c430e3c7089c510b3e96425c9b833f71d51940c3ed23529f27af11eeffece17eb9da82c5435c151f79bf4171a62ec0fb6cb82538da79e30
 DIST gqlplus-1.16.tar.gz 2128428 BLAKE2B 5d2ad6cd58d7a5e0e6ce0d54301d70ad452d34a9636ce1f831d1b6d1de3bbc0ebce3d92ed15c2b8da60107d49c56c306543c768c0ef3534f34d2d545b80c43d7 SHA512 e9d7685e4db741db8232f7ba7a05df59042d0cafe198060adcd37aea2d3878e785eacb1f7b72fcb154558d1be8c619818dbeceffaefb75e372a18ed23e234512

diff --git a/dev-db/gqlplus/gqlplus-1.16.ebuild b/dev-db/gqlplus/gqlplus-1.16-r1.ebuild
similarity index 60%
rename from dev-db/gqlplus/gqlplus-1.16.ebuild
rename to dev-db/gqlplus/gqlplus-1.16-r1.ebuild
index b21f38c8469..5ec9eb2c790 100644
--- a/dev-db/gqlplus/gqlplus-1.16.ebuild
+++ b/dev-db/gqlplus/gqlplus-1.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,8 @@ 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"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+	https://dev.gentoo.org/~grobian/distfiles/gqlplus-1.16-sqlplus-handling-fixes.patch"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,17 +18,23 @@ IUSE=""
 DEPEND="sys-libs/readline:*"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-ncurses-tinfo.patch )
+PATCHES=(
+	"${FILESDIR}"/${P}-ncurses-tinfo.patch
+	"${DISTDIR}"/${P}-sqlplus-handling-fixes.patch
+)
 
 src_prepare() {
 	default
 
 	# don't use packaged readline and old version containing it
-	rm -Rf readline gqlplus-1.15
+	rm -Rf readline gqlplus-1.15 aclocal.m4 configure
 
 	# 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
 
+	# fix some ancientness, bug #777504
+	sed -i 's/^INCLUDES=/gqlplus_CPPFLAGS=/' Makefile.am || die
+
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2022-10-20  4:16 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-20  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5aeb00e1a8a55cff3ffab1f676eefa457f4a5aac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:12:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeb00e1

dev-db/gqlplus: add gitlab upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/gqlplus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/gqlplus/metadata.xml b/dev-db/gqlplus/metadata.xml
index 4af056fece5d..ad9a456b4293 100644
--- a/dev-db/gqlplus/metadata.xml
+++ b/dev-db/gqlplus/metadata.xml
@@ -13,5 +13,6 @@
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">gqlplus</remote-id>
+		<remote-id type="gitlab">jessp011/gqlplus</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/
@ 2022-10-20  4:16 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-20  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0025b9dcca0c34609f380c67d40eb51452f00a07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:16:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0025b9dc

dev-db/gqlplus: fix confusing comment typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/gqlplus/gqlplus-1.16-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild
index 471d67809998..0d2c4b3310e7 100644
--- a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild
+++ b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ PATCHES=(
 src_prepare() {
 	default
 
-	# don't use packaged readline and old version containing it
+	# don't use bundled readline and old version containing it
 	rm -Rf readline gqlplus-1.15 aclocal.m4 configure
 
 	# maintainer can't seem to get versioning right


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-20  4:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20  4:16 [gentoo-commits] repo/gentoo:master commit in: dev-db/gqlplus/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  4:16 Sam James
2021-03-21 12:43 Fabian Groffen
2016-05-13  6:55 Fabian Groffen
2016-04-22  9:49 Fabian Groffen
2016-04-22  9:11 Fabian Groffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox