diff options
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/synapse/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/synapse/synapse-0.2.4.ebuild | 8 | ||||
-rw-r--r-- | gnome-extra/synapse/synapse-0.2.6.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/gnome-extra/synapse/ChangeLog b/gnome-extra/synapse/ChangeLog index c3a97d585143..91b871963ef6 100644 --- a/gnome-extra/synapse/ChangeLog +++ b/gnome-extra/synapse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/synapse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/ChangeLog,v 1.6 2011/12/15 22:51:46 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/ChangeLog,v 1.7 2012/01/29 16:06:46 jlec Exp $ + + 29 Jan 2012; Justin Lecher <jlec@gentoo.org> synapse-0.2.4.ebuild, + synapse-0.2.6.ebuild: + Correct slotting of libgee dep, #395585 15 Dec 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #353461 diff --git a/gnome-extra/synapse/synapse-0.2.4.ebuild b/gnome-extra/synapse/synapse-0.2.4.ebuild index e6e3feac8e80..ccbfbc30236b 100644 --- a/gnome-extra/synapse/synapse-0.2.4.ebuild +++ b/gnome-extra/synapse/synapse-0.2.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/synapse-0.2.4.ebuild,v 1.2 2011/03/02 08:46:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/synapse-0.2.4.ebuild,v 1.3 2012/01/29 16:06:46 jlec Exp $ EAPI=4 inherit gnome2-utils DESCRIPTION="A program launcher in the style of GNOME Do" -HOMEPAGE="http://launchpad.net/synapse-project" +HOMEPAGE="http://launchpad.net/synapse-project/" SRC_URI="http://launchpad.net/synapse-project/0.2/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-lang/vala:0.12 x11-libs/gtkhotkey - dev-libs/libgee + dev-libs/libgee:0 dev-libs/json-glib x11-libs/gtk+:2 dev-libs/glib:2 diff --git a/gnome-extra/synapse/synapse-0.2.6.ebuild b/gnome-extra/synapse/synapse-0.2.6.ebuild index c90a7525dda7..16a1f440b8a9 100644 --- a/gnome-extra/synapse/synapse-0.2.6.ebuild +++ b/gnome-extra/synapse/synapse-0.2.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/synapse-0.2.6.ebuild,v 1.3 2011/05/25 19:12:51 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/synapse/synapse-0.2.6.ebuild,v 1.4 2012/01/29 16:06:46 jlec Exp $ EAPI=4 inherit gnome2-utils DESCRIPTION="A program launcher in the style of GNOME Do" -HOMEPAGE="http://launchpad.net/synapse-project" +HOMEPAGE="http://launchpad.net/synapse-project/" SRC_URI="http://launchpad.net/synapse-project/0.2/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-lang/vala:0.12 x11-libs/gtkhotkey - >=dev-libs/libgee-0.5.2 + dev-libs/libgee:0 >=dev-libs/json-glib-0.10.0 >=x11-libs/gtk+-2.20.0:2 >=dev-libs/glib-2.20.0:2 |