summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 10:03:46 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 10:03:46 +0000
commit533d956ff425f975380ba55dd7de596e1d06cc52 (patch)
tree6c670887c4ae24122ff49a88cd37efa26ad1cd1a /app-dicts
parentVersion bump for Gnome 3.16. (diff)
downloadgentoo-2-533d956ff425f975380ba55dd7de596e1d06cc52.tar.gz
gentoo-2-533d956ff425f975380ba55dd7de596e1d06cc52.tar.bz2
gentoo-2-533d956ff425f975380ba55dd7de596e1d06cc52.zip
Version bump for Gnome 3.16. Clean up old revision.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/gnome-dictionary/ChangeLog8
-rw-r--r--app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild (renamed from app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild)17
2 files changed, 16 insertions, 9 deletions
diff --git a/app-dicts/gnome-dictionary/ChangeLog b/app-dicts/gnome-dictionary/ChangeLog
index 5db0a84fc504..82244722861d 100644
--- a/app-dicts/gnome-dictionary/ChangeLog
+++ b/app-dicts/gnome-dictionary/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/gnome-dictionary
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.16 2015/03/15 13:14:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.17 2015/06/09 10:03:46 eva Exp $
+
+*gnome-dictionary-3.16.2 (09 Jun 2015)
+
+ 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-dictionary-3.10.0.ebuild, +gnome-dictionary-3.16.2.ebuild:
+ Version bump for Gnome 3.16. Clean up old revision.
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gnome-dictionary-3.14.2.ebuild:
x86 stable, bug 534012
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
index 5d75013140c2..cb10d8966d78 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild,v 1.5 2014/03/09 11:53:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild,v 1.1 2015/06/09 10:03:46 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -12,15 +11,16 @@ DESCRIPTION="Dictionary utility for GNOME"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/6" # subslot = suffix of libgdict-1.0.so
-IUSE="ipv6"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+SLOT="0/8" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
COMMON_DEPEND="
- >=dev-libs/glib-2.28:2
+ >=dev-libs/glib-2.39:2
x11-libs/cairo:=
- >=x11-libs/gtk+-3:3
+ >=x11-libs/gtk+-3.14:3
x11-libs/pango
+ introspection? ( >=dev-libs/gobject-introspection-1.42 )
"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
@@ -36,6 +36,7 @@ DEPEND="${COMMON_DEPEND}
src_configure() {
gnome2_src_configure \
+ $(use_enable introspection) \
$(use_enable ipv6) \
ITSTOOL=$(type -P true)
}