public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/
Date: Fri, 15 Dec 2017 15:21:16 +0000 (UTC)	[thread overview]
Message-ID: <1513351266.b15554dfd0e2dede50e996967cb85ac5f4081d55.titanofold@gentoo> (raw)

commit:     b15554dfd0e2dede50e996967cb85ac5f4081d55
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:21:06 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 15:21:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15554df

dev-db/psqlodbc: Bump to 10.00.0000

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/psqlodbc/Manifest                   |  1 +
 dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
index 351a37ac434..8629bda05a9 100644
--- a/dev-db/psqlodbc/Manifest
+++ b/dev-db/psqlodbc/Manifest
@@ -1,3 +1,4 @@
 DIST psqlodbc-09.06.0200.tar.gz 887807 BLAKE2B e9f022189f3bf8484dbdb6ced330f288b5f2776be696531c97a121f78123032b1f16687ef9b0f76dacbd6d80da87529a0184abb7e43b18a9c39101256c0dee2c SHA512 d8e3b6c13e657b4a3435ace94e6e1265a5a1a7bcd3a1f81348ca4edcb532b66036e3595ecd7224d3104f6a3f2e02704f73c1b62d94e9879528933edef7764552
 DIST psqlodbc-09.06.0300.tar.gz 898065 BLAKE2B 736a718ddc207a136dc443141ddca0b8bb341b495bd6e9d395b6ebac84edd8f0d131b9addf57413390f378eb785ee7706e321bc9f84b586612d1192e4f74300e SHA512 c7e31138888307bd25ff80c0796deb653a1e8f57af85ff91f9f307c2b3b683d9d8bc4b18a837dc604a9f896f85ee489a6678a2a69782258b17bdb9d2911e968c
 DIST psqlodbc-09.06.0310.tar.gz 898154 BLAKE2B 305c6aedd445f5e1aedadc08e875479eaebc90d60b2210a5afe9f4d224b495f98896e7131c543683200b04ace5d8ffbede15b9dee19c557995116378ff3d5aac SHA512 ccd6536a4065428d906be74c4381471c01b386668be3746daabaa9a9b8ef6fb09c42e400fe1207b6e3336b8625716b6bd9a61e9b88080f4f7cd233e96cb55f8a
+DIST psqlodbc-10.00.0000.tar.gz 914115 BLAKE2B 3f1753a43b4707c0cb723df756b3d9a0177452231fd950a7bec4e5fc35bcd03012f64d2e0b64c1f7cdae375d2ff9211272537c6a76e044fcb3ac277752dff9a5 SHA512 95898b0030778f2f002b0820180de7261387cd7161231a000523ab84f3aa106436a4e6598b40936ab313a5cf578657548f833f58791eba50160c40be4ef3d275

diff --git a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild b/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild
new file mode 100644
index 00000000000..0db49481b15
--- /dev/null
+++ b/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Official ODBC driver for PostgreSQL"
+HOMEPAGE="http://www.postgresql.org/"
+SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc iodbc ssl threads"
+
+DEPEND="dev-db/postgresql:*[ssl?]
+		!iodbc? ( dev-db/unixODBC )
+		iodbc? ( dev-db/libiodbc )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	econf \
+		$(use_with iodbc) \
+		$(use_with !iodbc unixodbc) \
+		$(use_enable threads pthreads)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	dodoc readme.txt
+	use doc && dodoc docs/*{html,jpg,txt}
+}


             reply	other threads:[~2017-12-15 15:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15 15:21 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 19:53 [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/ Sam James
2025-03-03 19:53 Sam James
2025-03-03 19:53 Sam James
2025-03-03 19:06 Sam James
2025-03-03 19:06 Sam James
2024-05-06 13:54 Aaron W. Swenson
2023-09-06  9:44 罗百科
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-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=1513351266.b15554dfd0e2dede50e996967cb85ac5f4081d55.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