Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
Date: Fri, 07 Dec 2018 23:58:31
Message-Id: 1544226988.47ead0c3c14d646b42995b8927d7047fab56f4b3.leio@gentoo
1 commit: 47ead0c3c14d646b42995b8927d7047fab56f4b3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 23:56:28 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 23:56:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=47ead0c3
7
8 app-dicts/gnome-dictionary-3.26.1: remove, available in ::gentoo
9
10 ::gentoo version adds necessary docbook-xml-dtd dep, and removes
11 unnecessary appstream-glib dep (appdata.xml is known to gettext
12 itself, unless developer_name tag is used)
13
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15 Package-Manager: Portage-2.3.52, Repoman-2.3.11
16
17 .../gnome-dictionary-3.26.1.ebuild | 41 ----------------------
18 1 file changed, 41 deletions(-)
19
20 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
21 deleted file mode 100644
22 index 0547b732..00000000
23 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
24 +++ /dev/null
25 @@ -1,41 +0,0 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -inherit gnome-meson
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"
37 -IUSE="ipv6"
38 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
39 -
40 -COMMON_DEPEND="
41 - >=dev-libs/glib-2.42:2[dbus]
42 - x11-libs/cairo:=
43 - >=x11-libs/gtk+-3.21.1:3
44 - x11-libs/pango
45 -"
46 -RDEPEND="${COMMON_DEPEND}
47 - gnome-base/gsettings-desktop-schemas
48 - !<gnome-extra/gnome-utils-3.4
49 -"
50 -# ${PN} was part of gnome-utils before 3.4
51 -DEPEND="${COMMON_DEPEND}
52 - app-text/docbook-xsl-stylesheets
53 - dev-libs/appstream-glib
54 - dev-util/glib-utils
55 - dev-libs/libxslt
56 - dev-util/itstool
57 - >=dev-util/meson-0.42.0
58 - >=sys-devel/gettext-0.17
59 - virtual/pkgconfig
60 -"
61 -
62 -src_configure() {
63 - gnome-meson_src_configure \
64 - -Dbuild_man=true \
65 - $(meson_use ipv6 use_ipv6)
66 -}