Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
Date: Wed, 09 Aug 2017 06:59:11
Message-Id: 1502261912.4af9f1c7b6cf8e84e0c1d227b531a066e5e4756f.eva@gentoo
1 commit: 4af9f1c7b6cf8e84e0c1d227b531a066e5e4756f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 06:58:32 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 06:58:32 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4af9f1c7
7
8 app-dicts/gnome-dictionary: sync with gentoo repository
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 .../gnome-dictionary-3.20.0.ebuild | 42 ----------------------
14 .../gnome-dictionary/gnome-dictionary-9999.ebuild | 22 +++++-------
15 2 files changed, 9 insertions(+), 55 deletions(-)
16
17 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
18 deleted file mode 100644
19 index 450e4a48..00000000
20 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI="5"
28 -GCONF_DEBUG="yes"
29 -
30 -inherit gnome2
31 -
32 -DESCRIPTION="Dictionary utility for GNOME"
33 -HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
34 -
35 -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
36 -SLOT="0/9" # subslot = suffix of libgdict-1.0.so
37 -IUSE="+introspection ipv6"
38 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
39 -
40 -COMMON_DEPEND="
41 - >=dev-libs/glib-2.39:2[dbus]
42 - x11-libs/cairo:=
43 - >=x11-libs/gtk+-3.16:3
44 - x11-libs/pango
45 - introspection? ( >=dev-libs/gobject-introspection-1.42:= )
46 -"
47 -RDEPEND="${COMMON_DEPEND}
48 - gnome-base/gsettings-desktop-schemas
49 - !<gnome-extra/gnome-utils-3.4
50 -"
51 -# ${PN} was part of gnome-utils before 3.4
52 -DEPEND="${COMMON_DEPEND}
53 - >=dev-util/gtk-doc-am-1.15
54 - >=dev-util/intltool-0.40
55 - dev-util/itstool
56 - >=sys-devel/gettext-0.17
57 - virtual/pkgconfig
58 -"
59 -
60 -src_configure() {
61 - gnome2_src_configure \
62 - $(use_enable introspection) \
63 - $(use_enable ipv6)
64 -}
65
66 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
67 index 7ac85405..ff799821 100644
68 --- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
69 +++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
70 @@ -1,21 +1,18 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 +# Copyright 1999-2017 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI="5"
77 -GCONF_DEBUG="yes"
78
79 +EAPI=6
80 inherit gnome2
81 if [[ ${PV} = 9999 ]]; then
82 inherit gnome2-live
83 fi
84
85 DESCRIPTION="Dictionary utility for GNOME"
86 -HOMEPAGE="https://live.gnome.org/GnomeUtils"
87 +HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
88
89 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
90 -SLOT="0/8" # subslot = suffix of libgdict-1.0.so
91 -IUSE="+introspection ipv6"
92 +SLOT="0/10" # subslot = suffix of libgdict-1.0.so
93 +IUSE="debug +introspection ipv6"
94 if [[ ${PV} = 9999 ]]; then
95 IUSE="${IUSE} doc"
96 KEYWORDS=""
97 @@ -26,7 +23,7 @@ fi
98 COMMON_DEPEND="
99 >=dev-libs/glib-2.39:2[dbus]
100 x11-libs/cairo:=
101 - >=x11-libs/gtk+-3.16:3
102 + >=x11-libs/gtk+-3.20:3
103 x11-libs/pango
104 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
105 "
106 @@ -38,6 +35,7 @@ RDEPEND="${COMMON_DEPEND}
107 DEPEND="${COMMON_DEPEND}
108 >=dev-util/gtk-doc-am-1.15
109 >=dev-util/intltool-0.40
110 + dev-util/itstool
111 >=sys-devel/gettext-0.17
112 virtual/pkgconfig
113 "
114 @@ -49,10 +47,8 @@ if [[ ${PV} = 9999 ]]; then
115 fi
116
117 src_configure() {
118 - local myconf=""
119 - [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
120 gnome2_src_configure \
121 + $(usex debug --enable-debug=yes ' ') \
122 $(use_enable introspection) \
123 - $(use_enable ipv6) \
124 - ${myconf}
125 + $(use_enable ipv6)
126 }