From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70246158030 for ; Mon, 27 Feb 2023 15:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64322E07F9; Mon, 27 Feb 2023 15:12:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A36EE07F9 for ; Mon, 27 Feb 2023 15:12:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A94D340E1F for ; Mon, 27 Feb 2023 15:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9EFD8C7 for ; Mon, 27 Feb 2023 15:12:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1677510503.d68b2b0d54036931c9d091fbb68cf358ff089096.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild X-VCS-Directories: gnome-extra/synapse/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d68b2b0d54036931c9d091fbb68cf358ff089096 X-VCS-Branch: master Date: Mon, 27 Feb 2023 15:12:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5766a88-e3d3-4adc-8b21-7dbe6704a714 X-Archives-Hash: db3b9652143d554c2011dbb3a35a50a0 commit: d68b2b0d54036931c9d091fbb68cf358ff089096 Author: Pacho Ramos gentoo org> AuthorDate: Mon Feb 27 15:08:23 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Feb 27 15:08:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68b2b0d gnome-extra/synapse: drop 0.2.99.4-r1 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild | 52 -------------------------- 1 file changed, 52 deletions(-) diff --git a/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild b/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild deleted file mode 100644 index 8ae574a4f853..000000000000 --- a/gnome-extra/synapse/synapse-0.2.99.4-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vala xdg - -DESCRIPTION="A program launcher in the style of GNOME Do" -HOMEPAGE="https://launchpad.net/synapse-project/" -SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="appindicator nls plugins" - -RDEPEND=" - >=dev-libs/glib-2.28.0:2 - >=x11-libs/gtk+-3.0.0:3 - dev-libs/json-glib - dev-libs/keybinder:3 - dev-libs/libgee:0.8 - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/libnotify - x11-libs/pango - x11-themes/adwaita-icon-theme - appindicator? ( dev-libs/libappindicator:3 ) - nls? ( virtual/libintl ) - plugins? ( >=net-libs/rest-0.7:0.7 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - $(vala_depend) - nls? ( sys-devel/gettext ) - virtual/pkgconfig -" - -src_prepare() { - default - sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die - vala_src_prepare -} - -src_configure() { - econf \ - $(use_enable appindicator indicator) \ - $(use_enable nls) \ - $(use_enable plugins librest yes) \ - --disable-zeitgeist -}