public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron W. Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/
Date: Mon,  6 May 2024 13:54:58 +0000 (UTC)	[thread overview]
Message-ID: <1715003452.6a20a7385d6afac53d97f858cee047ceb1053c5b.titanofold@gentoo> (raw)

commit:     6a20a7385d6afac53d97f858cee047ceb1053c5b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 23:55:18 2024 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon May  6 13:50:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a20a738

dev-db/psqlodbc: add 16.00.0000

Bug: https://bugs.gentoo.org/914453
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/psqlodbc/Manifest                   |  1 +
 dev-db/psqlodbc/psqlodbc-16.00.0000.ebuild | 37 ++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
index d7789a3cd0b5..2933a8c1866b 100644
--- a/dev-db/psqlodbc/Manifest
+++ b/dev-db/psqlodbc/Manifest
@@ -1,3 +1,4 @@
 DIST psqlodbc-11.01.0000.tar.gz 919372 BLAKE2B ce84b4bb210c4c3c3f2a3e9eae713c875e4bae491e20f207f740a02af69cb771f504de6b1da06fcd12306d986299e1537184a6787eac80e320eea6d8c13dc142 SHA512 57762bfa9925012946e56a3d5b815af00078299c121ba0142865c06f877cabf314512e4e6efc654589fb409c4dd2cbb9a3b7fd7aa1a6ace361879552774b11d7
 DIST psqlodbc-13.00.0000.tar.gz 940031 BLAKE2B 346a06b5b7b16ead1d87b7bdadcd050102b1b30e19d7bf236e134439711e4832b193241d6ea02b5628a64afbfad77b0c6d3bdf921fd3ae3a5cf696a58100e53c SHA512 c8d5cb0ce304e702f3c6f0b2e1c681df283973a8459a820f92df806814659eb15668c38a855a69b44cf5ebe459283bef1ca1cba44df0fe16a361e614f5481bc7
 DIST psqlodbc-15.00.0000.tar.gz 945814 BLAKE2B 0170ae9bcd1a77b0655b4d33543a7cca3551d845d8a36dd5d809567e7d7669defb278790f169a80757d41ffb5cbbfda68f0536f4fe25698e85a1fe570736409c SHA512 ae511edb9889e6cc7d05d11ee384db1aa1a52b9cac035b3449b03ab91ada5cc0d737fef34addd4be6a3ef839b68735874ee7125be9ae272328c44631fd2269e2
+DIST psqlodbc-16.00.0000.tar.gz 946997 BLAKE2B 9a4d787b1a29bb8ce874473fb126db7677ebc5e37f502b34c877341aa04c77c8acbb4d2353929631c7949ef9b482091b2dfbddf6934005d66446797bf8abcc22 SHA512 ad971cd29e431225d03faf5ebc0ba7a9f17d20dd70106867f05df8dc1e509413d4db533101a1b3418480ad758b7626c178ec345c5ff7e9409f7fcfbea9427166

diff --git a/dev-db/psqlodbc/psqlodbc-16.00.0000.ebuild b/dev-db/psqlodbc/psqlodbc-16.00.0000.ebuild
new file mode 100644
index 000000000000..eb924528a69d
--- /dev/null
+++ b/dev-db/psqlodbc/psqlodbc-16.00.0000.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Official ODBC driver for PostgreSQL"
+HOMEPAGE="https://odbc.postgresql.org/"
+SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz"
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="iodbc ssl threads"
+
+DEPEND="dev-db/postgresql:*[ssl?]
+		!iodbc? ( dev-db/unixODBC )
+		iodbc? ( dev-db/libiodbc )
+"
+RDEPEND="${DEPEND}"
+
+# Tests require installation and a server setup for the purpose.
+RESTRICT="test"
+
+DOCS=( readme.txt )
+HTML_DOCS=(
+	docs/config.html
+	docs/config-opt.html
+	docs/editConfiguration.jpg
+	docs/release-7.3.html
+	docs/release.html
+)
+
+src_configure() {
+	econf \
+		$(use_with iodbc) \
+		$(use_with !iodbc unixodbc) \
+		$(use_enable threads pthreads)
+}


             reply	other threads:[~2024-05-06 13:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06 13:54 Aaron W. Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-06  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/ 罗百科
2020-12-04 14:03 Aaron W. Swenson
2020-12-04 14:03 Aaron W. Swenson
2019-09-25 17:38 Michał Górny
2019-07-24  8:19 Agostino Sarubbo
2019-07-22 13:54 Agostino Sarubbo
2019-06-18 10:19 Aaron W. Swenson
2018-06-07 19:22 Aaron Bauman
2018-02-23 17:07 Aaron Swenson
2018-02-22  9:05 Agostino Sarubbo
2018-02-14 13:50 Thomas Deutschmann
2018-01-21 20:30 Thomas Deutschmann
2018-01-15 19:03 Tobias Klausmann
2018-01-11 10:35 Aaron Swenson
2018-01-11 10:34 Aaron Swenson
2017-12-15 15:21 Aaron Swenson
2017-05-19 15:42 Aaron Swenson
2017-05-12 13:55 Aaron Swenson
2017-04-18 15:22 Aaron Swenson
2017-04-18 15:20 Aaron Swenson
2017-04-18 13:37 Aaron Swenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715003452.6a20a7385d6afac53d97f858cee047ceb1053c5b.titanofold@gentoo \
    --to=titanofold@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox