Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/
Date: Mon, 27 Feb 2023 15:12:46
Message-Id: 1677510503.d68b2b0d54036931c9d091fbb68cf358ff089096.pacho@gentoo
1 commit: d68b2b0d54036931c9d091fbb68cf358ff089096
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:08:23 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:08:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68b2b0d
7
8 gnome-extra/synapse: drop 0.2.99.4-r1
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild | 52 --------------------------
13 1 file changed, 52 deletions(-)
14
15 diff --git a/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild b/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild
16 deleted file mode 100644
17 index 8ae574a4f853..000000000000
18 --- a/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,52 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit vala xdg
27 -
28 -DESCRIPTION="A program launcher in the style of GNOME Do"
29 -HOMEPAGE="https://launchpad.net/synapse-project/"
30 -SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz"
31 -
32 -LICENSE="GPL-3"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="appindicator nls plugins"
36 -
37 -RDEPEND="
38 - >=dev-libs/glib-2.28.0:2
39 - >=x11-libs/gtk+-3.0.0:3
40 - dev-libs/json-glib
41 - dev-libs/keybinder:3
42 - dev-libs/libgee:0.8
43 - sys-apps/dbus
44 - x11-libs/cairo
45 - x11-libs/gdk-pixbuf:2
46 - x11-libs/libnotify
47 - x11-libs/pango
48 - x11-themes/adwaita-icon-theme
49 - appindicator? ( dev-libs/libappindicator:3 )
50 - nls? ( virtual/libintl )
51 - plugins? ( >=net-libs/rest-0.7:0.7 )
52 -"
53 -DEPEND="${RDEPEND}"
54 -BDEPEND="
55 - $(vala_depend)
56 - nls? ( sys-devel/gettext )
57 - virtual/pkgconfig
58 -"
59 -
60 -src_prepare() {
61 - default
62 - sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die
63 - vala_src_prepare
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - $(use_enable appindicator indicator) \
69 - $(use_enable nls) \
70 - $(use_enable plugins librest yes) \
71 - --disable-zeitgeist
72 -}