public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/duc/
Date: Sun, 19 Nov 2023 10:19:28 +0000 (UTC)	[thread overview]
Message-ID: <1700388641.d93fe7517cbb37a94e23c87a55dffb6a5624100e.ulm@gentoo> (raw)

commit:     d93fe7517cbb37a94e23c87a55dffb6a5624100e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Sep 16 16:05:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 10:10:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93fe751

sys-apps/duc: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-apps/duc/duc-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/duc/duc-9999.ebuild b/sys-apps/duc/duc-9999.ebuild
index e3f8f9050fbe..a0fde0e3916e 100644
--- a/sys-apps/duc/duc-9999.ebuild
+++ b/sys-apps/duc/duc-9999.ebuild
@@ -1,7 +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
+EAPI=8
 
 inherit autotools
 
@@ -13,10 +13,10 @@ else
 	SRC_URI="https://github.com/zevv/${PN}/releases/download/${PV}/${P}.tar.gz"
 fi
 
-DESCRIPTION="A library and suite of tools for inspecting disk usage"
+DESCRIPTION="Library and suite of tools for inspecting disk usage"
 HOMEPAGE="https://github.com/zevv/duc"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-3"
 SLOT="0"
 IUSE="cairo gui leveldb ncurses sqlite +tokyocabinet X"
 
@@ -66,7 +66,7 @@ src_configure() {
 
 	if use tokyocabinet; then
 		myconf+=( --with-db-backend=tokyocabinet )
-	elif	use leveldb; then
+	elif use leveldb; then
 		myconf+=( --with-db-backend=leveldb )
 	else
 		myconf+=( --with-db-backend=sqlite3 )


             reply	other threads:[~2023-11-19 10:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19 10:19 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-01 11:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/duc/ Ulrich Müller
2023-11-19 10:19 Ulrich Müller
2021-06-03 19:15 Sam James
2021-02-15  0:32 Sam James
2020-01-12 11:14 David Seifert
2018-06-17 20:34 David Seifert
2018-02-25 16:03 Jeroen Roovers
2017-08-05 19:01 Amy Liffey
2016-03-24 12:13 NP Hardass
2016-03-19 19:05 NP Hardass

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=1700388641.d93fe7517cbb37a94e23c87a55dffb6a5624100e.ulm@gentoo \
    --to=ulm@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