public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Raschbacher" <lordvan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libzdb/
Date: Sun,  7 May 2023 08:06:46 +0000 (UTC)	[thread overview]
Message-ID: <1683446790.52c2b58e0c879f68c801ca52193c01b3c2fac0c1.lordvan@gentoo> (raw)

commit:     52c2b58e0c879f68c801ca52193c01b3c2fac0c1
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 08:01:01 2023 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Sun May  7 08:06:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c2b58e

dev-db/libzdb: add 3.2.3, drop 3.1-r1

Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>

 dev-db/libzdb/Manifest                                      |  2 +-
 dev-db/libzdb/{libzdb-3.1-r1.ebuild => libzdb-3.2.3.ebuild} | 10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-db/libzdb/Manifest b/dev-db/libzdb/Manifest
index dc4276ee3cc7..b5324e65a6c6 100644
--- a/dev-db/libzdb/Manifest
+++ b/dev-db/libzdb/Manifest
@@ -1,2 +1,2 @@
-DIST libzdb-3.1.tar.gz 720162 BLAKE2B 2ad8ede7e2a1c0ee831ba546b7756d2688bcde83b537e812c12ab3d42d6bdc13526778ae68b61584a52569f0b42fbeb8462efe379821295d855f585ae3420df4 SHA512 7cf24ccf0f0a938955d8b54af2c6eca8a8f700737beafde9e824129f324511e06adbc11a3fdbd6ad6d9b902fdae6f7caab4e5c1c594d2211be314e3a24c697f3
 DIST libzdb-3.2.2.tar.gz 752292 BLAKE2B 449fe1cf9ac7196473ab45593d197ea9d02a91bb3b0efaaea91b3c95bb22de1ced68704835e542e092a9f507e8f2484a141e021721df84e818a18a36214f7c40 SHA512 1e732f8785322e0369de16a8100c9467e96ad1ca4eee31e8bfc349f4f17d4cc237a691addc060a66e1b46bcfeb99c3aed07b1d5dbe20e70fde4ffbf35dbea2eb
+DIST libzdb-3.2.3.tar.gz 771263 BLAKE2B a734dbee38ad175cd4d60afc7fe38c72318d5c74daf1556587997e592b2136d96fc747210aac4151764d8644a8b657a9364ffc1c7fcb133d8487f2585c12c22c SHA512 3cf0641a7aabf91fa9bc7ed93bce6fa3e692cad309086e3f899ede443ffdd84ed20dda38fbc48764733537cdc105ae7e555a23cf7bc9b8f99e233787e0271e29

diff --git a/dev-db/libzdb/libzdb-3.1-r1.ebuild b/dev-db/libzdb/libzdb-3.2.3.ebuild
similarity index 90%
rename from dev-db/libzdb/libzdb-3.1-r1.ebuild
rename to dev-db/libzdb/libzdb-3.2.3.ebuild
index 2e86113710c8..83ec54442138 100644
--- a/dev-db/libzdb/libzdb-3.1-r1.ebuild
+++ b/dev-db/libzdb/libzdb-3.2.3.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit toolchain-funcs
+EAPI=7
 
 DESCRIPTION="A thread safe high level multi-database connection pool library"
 HOMEPAGE="https://www.tildeslash.com/libzdb/"
@@ -11,7 +9,7 @@ SRC_URI="https://www.tildeslash.com/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug doc mysql postgres +sqlite ssl static-libs"
 REQUIRED_USE=" || ( postgres mysql sqlite )"
 
@@ -28,8 +26,6 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	default
 	sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-	# Fix detection of openssl 1.1
-	sed -i -e "s|SSL_library_init|SSL_CTX_new|" configure || die
 }
 
 src_configure() {


             reply	other threads:[~2023-05-07  8:06 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-07  8:06 Thomas Raschbacher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-03  7:58 [gentoo-commits] repo/gentoo:master commit in: dev-db/libzdb/ Andreas Sturmlechner
2023-09-03  4:53 Sam James
2023-09-03  4:53 Sam James
2021-11-12  7:27 Jakov Smolić
2021-11-12  7:27 Jakov Smolić
2021-03-13  0:06 Thomas Raschbacher
2021-03-12 20:58 Thomas Raschbacher
2020-11-28 18:37 Aaron Bauman
2020-02-18 13:58 Sergei Trofimovich
2019-11-14  0:47 Aaron Bauman
2019-11-14  0:47 Aaron Bauman
2019-05-19 20:48 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-02-08 17:24 Brian Evans
2019-01-07 17:00 Lars Wendler
2017-08-19  0:31 Thomas Deutschmann
2017-07-16  9:19 Tobias Klausmann
2016-11-03 16:19 Göktürk Yüksek
2016-01-19 21:38 Manuel Rüger

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=1683446790.52c2b58e0c879f68c801ca52193c01b3c2fac0c1.lordvan@gentoo \
    --to=lordvan@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