public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/
Date: Fri, 16 Oct 2015 18:54:43 +0000 (UTC)	[thread overview]
Message-ID: <1445021682.265cad94668d6aecccbfb3fe22ff9bbdcd3e2d3d.jlec@gentoo> (raw)

commit:     265cad94668d6aecccbfb3fe22ff9bbdcd3e2d3d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 18:29:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 18:54:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265cad94

gnome-extra/synapse: Fix max vala version due to incompatibilities

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 gnome-extra/synapse/synapse-0.2.10-r1.ebuild |  2 +
 gnome-extra/synapse/synapse-0.2.10.ebuild    | 83 ----------------------------
 2 files changed, 2 insertions(+), 83 deletions(-)

diff --git a/gnome-extra/synapse/synapse-0.2.10-r1.ebuild b/gnome-extra/synapse/synapse-0.2.10-r1.ebuild
index 4c60891..c81d328 100644
--- a/gnome-extra/synapse/synapse-0.2.10-r1.ebuild
+++ b/gnome-extra/synapse/synapse-0.2.10-r1.ebuild
@@ -3,8 +3,10 @@
 # $Id$
 
 EAPI=5
+
 GCONF_DEBUG="no" # gnome2_src_configure is not being used
 AUTOTOOLS_AUTORECONF=true
+VALA_MAX_API_VERSION=0.26
 
 inherit gnome2 autotools-utils vala
 

diff --git a/gnome-extra/synapse/synapse-0.2.10.ebuild b/gnome-extra/synapse/synapse-0.2.10.ebuild
deleted file mode 100644
index b81e862..0000000
--- a/gnome-extra/synapse/synapse-0.2.10.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-VALA_MIN_API_VERSION=0.14
-VALA_MAX_API_VERSION=0.20
-
-inherit gnome2 autotools-utils gnome2-utils vala
-
-DESCRIPTION="A program launcher in the style of GNOME Do"
-HOMEPAGE="https://launchpad.net/synapse-project/"
-SRC_URI="https://launchpad.net/synapse-project/${PV%.*}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613
-IUSE="plugins +zeitgeist"
-
-RDEPEND="
-	dev-libs/libgee:0
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libunique:1
-	sys-apps/dbus
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtkhotkey
-	x11-libs/gtk+:2
-	x11-libs/libnotify
-	x11-libs/pango
-	x11-themes/gnome-icon-theme
-	plugins? ( net-libs/rest )
-	zeitgeist? (
-		dev-libs/libzeitgeist
-		gnome-extra/zeitgeist
-		gnome-extra/zeitgeist-extensions
-		|| ( gnome-extra/zeitgeist[fts] gnome-extra/zeitgeist-extensions[fts] )
-		)"
-	#ayatana? ( dev-libs/libappindicator )
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	dev-util/intltool
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.2.8.2-underlinking.patch
-	"${FILESDIR}"/${PN}-0.2.8.2-zeitgeist.patch
-	)
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-src_prepare() {
-	sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die
-	vala_src_prepare
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-indicator=no
-		$(use_enable plugins librest yes)
-		$(use_enable zeitgeist)
-		)
-	autotools-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_pkg_preinst
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_pkg_postrm
-}


             reply	other threads:[~2015-10-16 18:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 18:54 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-16 18:54 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/ Justin Lecher
2015-10-24  6:23 Justin Lecher
2015-10-27 12:18 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2016-09-25 19:43 Jeroen Roovers
2016-11-27 11:21 Pacho Ramos
2017-02-04 15:21 Agostino Sarubbo
2017-02-12 15:44 Agostino Sarubbo
2017-04-21 12:32 Pacho Ramos
2018-05-02 14:41 Mikle Kolyada
2018-10-14 12:18 Jeroen Roovers
2018-10-14 12:46 Jeroen Roovers
2018-10-14 12:46 Jeroen Roovers
2018-10-14 13:29 Jeroen Roovers
2019-03-16 21:39 Agostino Sarubbo
2019-03-19  2:03 Thomas Deutschmann
2019-03-19 10:49 Jeroen Roovers
2020-05-01 17:57 Pacho Ramos
2021-03-29 23:00 Jonas Stein
2021-08-11  2:05 Sam James
2022-09-27 23:57 Matt Turner
2023-01-23 17:48 Sam James
2023-01-23 18:08 Sam James
2023-02-27 15:12 Pacho Ramos

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=1445021682.265cad94668d6aecccbfb3fe22ff9bbdcd3e2d3d.jlec@gentoo \
    --to=jlec@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