public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/
Date: Sun, 19 May 2024 09:09:59 +0000 (UTC)	[thread overview]
Message-ID: <1716109663.2c2eea6b9027a5b8aaba4e6e74058877c7005676.hattya@gentoo> (raw)

commit:     2c2eea6b9027a5b8aaba4e6e74058877c7005676
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 09:07:43 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun May 19 09:07:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2eea6b

dev-db/qdbm: drop debug USE flag

Closes: https://bugs.gentoo.org/889794
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-db/qdbm/qdbm-1.8.78-r5.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-db/qdbm/qdbm-1.8.78-r5.ebuild b/dev-db/qdbm/qdbm-1.8.78-r5.ebuild
index d2b808795c42..c4022db45e1f 100644
--- a/dev-db/qdbm/qdbm-1.8.78-r5.ebuild
+++ b/dev-db/qdbm/qdbm-1.8.78-r5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="bzip2 cxx debug java lzo perl ruby static-libs zlib"
+IUSE="bzip2 cxx java lzo perl ruby static-libs zlib"
 
 RDEPEND="bzip2? ( app-arch/bzip2 )
 	java? ( >=virtual/jre-1.8:* )
@@ -62,14 +62,7 @@ qdbm_foreach_api() {
 				eautoreconf
 				;;
 			configure)
-				case "${u}" in
-				cgi|java|plus)
-					econf $(use_enable debug)
-					;;
-				*)
-					econf
-					;;
-				esac
+				econf
 				;;
 			compile)
 				emake
@@ -100,7 +93,6 @@ src_prepare() {
 		-e "/^CXXFLAGS/s|$| ${CXXFLAGS}|" \
 		-e "/^JAVACFLAGS/s|$| ${JAVACFLAGS}|" \
 		-e 's/make\( \|$\)/$(MAKE)\1/g' \
-		-e '/^debug/,/^$/s/LDFLAGS="[^"]*" //' \
 		Makefile.in {cgi,java,perl,plus,ruby}/Makefile.in || die
 	find -name "*~" -delete || die
 
@@ -122,7 +114,6 @@ each_ruby_prepare() {
 src_configure() {
 	econf \
 		$(use_enable bzip2 bzip) \
-		$(use_enable debug) \
 		$(use_enable lzo) \
 		$(use_enable zlib) \
 		--enable-iconv \


             reply	other threads:[~2024-05-19  9:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-19  9:09 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19  8:25 [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/ Hans de Graaff
2024-05-19  9:09 Akinori Hattori
2023-12-17 10:49 Hans de Graaff
2022-09-10  1:52 Akinori Hattori
2022-09-10  1:52 Akinori Hattori
2022-09-10  1:52 Akinori Hattori
2021-10-21 15:05 Akinori Hattori
2021-10-01 23:42 Sam James
2021-09-25  5:18 Agostino Sarubbo
2021-09-13 16:03 Sam James
2021-09-13  7:00 Agostino Sarubbo
2021-09-13  6:59 Agostino Sarubbo
2021-09-13  6:57 Agostino Sarubbo
2021-08-29  8:37 Marek Szuba
2021-08-13 13:58 Akinori Hattori
2021-08-13 13:58 Akinori Hattori
2021-07-07 19:15 Hans de Graaff
2020-05-27 12:57 Akinori Hattori
2020-05-10  9:53 Akinori Hattori
2020-05-10  9:53 Akinori Hattori
2019-07-24 17:35 Aaron Bauman
2019-02-20 14:23 Akinori Hattori
2018-06-23  8:17 Akinori Hattori
2017-03-30 14:59 Akinori Hattori
2017-03-30 14:32 Akinori Hattori

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=1716109663.2c2eea6b9027a5b8aaba4e6e74058877c7005676.hattya@gentoo \
    --to=hattya@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