commit: f9a3fb91becb303f944174714de6eae6b6192c75 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Mar 22 18:44:19 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Mar 22 18:44:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f9a3fb91
gui-libs/amtk: remove, available in ::gentoo Main tree version doesn't support valgrind, as it seems to only be a check that adds extra make targets, but isn't used out of the box for tests at all as-is. Also uses proper SLOT dep for gtk+ and correct HOMEPAGE. Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gui-libs/amtk/amtk-5.0.0.ebuild | 33 --------------------------------- gui-libs/amtk/metadata.xml | 8 -------- 2 files changed, 41 deletions(-) diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild deleted file mode 100644 index b170a5c6..00000000 --- a/gui-libs/amtk/amtk-5.0.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2 - -DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/amtk" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~x86" -IUSE="+introspection test" - -RDEPEND=" - >=dev-libs/glib-2.52:2 - >=x11-libs/gtk+-3.22 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${DEPEND} - test? ( dev-util/valgrind ) - >=sys-devel/gettext-0.19.4 - >=dev-util/gtk-doc-am-1.25 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-gtk-doc \ - $(use_enable introspection) \ - $(use_enable test valgrind) -} diff --git a/gui-libs/amtk/metadata.xml b/gui-libs/amtk/metadata.xml deleted file mode 100644 index 996e7cac..00000000 --- a/gui-libs/amtk/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> -</pkgmetadata>
