Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
Date: Wed, 01 Mar 2023 09:40:40
Message-Id: 1677663621.c51e6666953d2e14121f0c1554cad55a40a6a143.mgorny@gentoo
1 commit: c51e6666953d2e14121f0c1554cad55a40a6a143
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:33:47 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51e6666
7
8 x11-libs/libtinynotify-cli: Remove gtk-doc support
9
10 Closes: https://bugs.gentoo.org/819570
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild | 14 ++++++++------
14 1 file changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
17 index 4fd59c7a3c99..c00a3a0b6d00 100644
18 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
19 +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
20 @@ -4,7 +4,6 @@
21 EAPI=8
22
23 MY_P="tinynotify-send-${PV}"
24 -
25 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
26 HOMEPAGE="https://github.com/projg2/tinynotify-send/"
27 SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
28 @@ -13,17 +12,20 @@ S="${WORKDIR}/${MY_P}"
29 LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE="doc"
33
34 -RDEPEND="x11-libs/libtinynotify:="
35 -DEPEND="${RDEPEND}"
36 +DEPEND="
37 + x11-libs/libtinynotify:=
38 +"
39 +RDEPEND="
40 + ${DEPEND}
41 +"
42 BDEPEND="
43 virtual/pkgconfig
44 - doc? ( dev-util/gtk-doc )"
45 +"
46
47 src_configure() {
48 local myconf=(
49 - $(use_enable doc gtk-doc)
50 + --disable-gtk-doc
51 --disable-regular
52 --disable-system-wide
53 )