Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: gnome-dictionary-3.10.0.ebuild ChangeLog gnome-dictionary-3.6.0.ebuild
Date: Tue, 24 Dec 2013 15:25:06
Message-Id: 20131224152502.993812004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:25:02
2
3 Modified: ChangeLog
4 Added: gnome-dictionary-3.10.0.ebuild
5 Removed: gnome-dictionary-3.6.0.ebuild
6 Log:
7 Version bump for Gnome 3.10, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.8 app-dicts/gnome-dictionary/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 8 Dec 2013 17:40:01 -0000 1.7
25 +++ ChangeLog 24 Dec 2013 15:25:02 -0000 1.8
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-dicts/gnome-dictionary
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.7 2013/12/08 17:40:01 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.8 2013/12/24 15:25:02 pacho Exp $
31 +
32 +*gnome-dictionary-3.10.0 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gnome-dictionary-3.10.0.ebuild,
35 + -gnome-dictionary-3.6.0.ebuild:
36 + Version bump for Gnome 3.10, drop old
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-dictionary-3.8.0.ebuild:
39 x86 stable, bug #478252
40
41
42
43 1.1 app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-dictionary-3.10.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild,v 1.1 2013/12/24 15:25:02 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="Dictionary utility for GNOME"
61 HOMEPAGE="https://live.gnome.org/GnomeUtils"
62
63 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
64 SLOT="0/6" # subslot = suffix of libgdict-1.0.so
65 IUSE="ipv6"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
67
68 COMMON_DEPEND="
69 >=dev-libs/glib-2.28:2
70 x11-libs/cairo:=
71 >=x11-libs/gtk+-3:3
72 x11-libs/pango
73 "
74 RDEPEND="${COMMON_DEPEND}
75 gnome-base/gsettings-desktop-schemas
76 !<gnome-extra/gnome-utils-3.4
77 "
78 # ${PN} was part of gnome-utils before 3.4
79 DEPEND="${COMMON_DEPEND}
80 >=dev-util/gtk-doc-am-1.15
81 >=dev-util/intltool-0.40
82 >=sys-devel/gettext-0.17
83 virtual/pkgconfig
84 "
85
86 src_configure() {
87 gnome2_src_configure \
88 $(use_enable ipv6) \
89 ITSTOOL=$(type -P true)
90 }