commit: 47ead0c3c14d646b42995b8927d7047fab56f4b3 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Dec 7 23:56:28 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Dec 7 23:56:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=47ead0c3
app-dicts/gnome-dictionary-3.26.1: remove, available in ::gentoo ::gentoo version adds necessary docbook-xml-dtd dep, and removes unnecessary appstream-glib dep (appdata.xml is known to gettext itself, unless developer_name tag is used) Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 .../gnome-dictionary-3.26.1.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild deleted file mode 100644 index 0547b732..00000000 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome-meson - -DESCRIPTION="Dictionary utility for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary" - -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" -SLOT="0" -IUSE="ipv6" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -COMMON_DEPEND=" - >=dev-libs/glib-2.42:2[dbus] - x11-libs/cairo:= - >=x11-libs/gtk+-3.21.1:3 - x11-libs/pango -" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas - !<gnome-extra/gnome-utils-3.4 -" -# ${PN} was part of gnome-utils before 3.4 -DEPEND="${COMMON_DEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/appstream-glib - dev-util/glib-utils - dev-libs/libxslt - dev-util/itstool - >=dev-util/meson-0.42.0 - >=sys-devel/gettext-0.17 - virtual/pkgconfig -" - -src_configure() { - gnome-meson_src_configure \ - -Dbuild_man=true \ - $(meson_use ipv6 use_ipv6) -}