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-misc/sw-notify-send/
Date: Wed, 01 Mar 2023 09:40:37
Message-Id: 1677663617.c4838e22cd783ea09439c599a676d68a4d15907b.mgorny@gentoo
1 commit: c4838e22cd783ea09439c599a676d68a4d15907b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:30:47 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4838e22
7
8 x11-misc/sw-notify-send: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 39 ----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
16 deleted file mode 100644
17 index a7650200395f..000000000000
18 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
27 -inherit autotools git-r3
28 -
29 -MY_P=tinynotify-send-${PV}
30 -DESCRIPTION="A system-wide variant of tinynotify-send"
31 -HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
32 -SRC_URI=""
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS=""
37 -IUSE=""
38 -
39 -RDEPEND="x11-libs/libtinynotify:0=
40 - ~x11-libs/libtinynotify-cli-${PV}
41 - x11-libs/libtinynotify-systemwide:0="
42 -DEPEND="${RDEPEND}
43 - dev-util/gtk-doc
44 - virtual/pkgconfig"
45 -
46 -src_prepare() {
47 - default
48 - eautoreconf
49 -}
50 -
51 -src_configure() {
52 - local myconf=(
53 - --disable-library
54 - --disable-regular
55 - --enable-system-wide
56 - )
57 -
58 - econf "${myconf[@]}"
59 -}