From: Michał Górny Date: Sun, 13 Oct 2019 12:38:30 +0000 (+0200) Subject: x11-libs/gtkhotkey: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8352f857e280fa9832596ab88fcd5183000a5a7b;p=gentoo.git x11-libs/gtkhotkey: Remove last-rited pkg Closes: https://bugs.gentoo.org/694258 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index ed7d11c34bfa..cf9997029626 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -550,14 +550,6 @@ sys-libs/libmath++ sys-libs/rvm sys-libs/system-config-base -# Michał Górny (2019-09-13) -# Unmaintained. All look pretty dead. No reverse dependencies. -# -# x11-libs/gtkhotkey: 2009 -# -# Removal in 30 days. Bug #694258. -x11-libs/gtkhotkey - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal. diff --git a/x11-libs/gtkhotkey/Manifest b/x11-libs/gtkhotkey/Manifest deleted file mode 100644 index 9ff422af4fa6..000000000000 --- a/x11-libs/gtkhotkey/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtkhotkey-0.2.1.tar.gz 382043 BLAKE2B 05ed162cc1eec7e6c981e796a5dca125e5c940c38ed79d67699d7194fce0c77489f3aae9747ae8610c14417b9871859cb5024990f6adb3524e6e14265603a07b SHA512 7f7e1b9bd94ff806d98277f2dafbf5b6569efdc6f0367a83e885d38584a8f6e098f31d0f03b080f2ca76394eb73e43f9da07e0d944a2e6443a55d9f2e8fee324 diff --git a/x11-libs/gtkhotkey/files/gtkhotkey-0.2.1-glibheaders.patch b/x11-libs/gtkhotkey/files/gtkhotkey-0.2.1-glibheaders.patch deleted file mode 100644 index 389db601c43f..000000000000 --- a/x11-libs/gtkhotkey/files/gtkhotkey-0.2.1-glibheaders.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nurp gtkhotkey-0.2.1/src/gtk-hotkey-error.h gtkhotkey-0.2.1_patched//src/gtk-hotkey-error.h ---- gtkhotkey-0.2.1/src/gtk-hotkey-error.h 2009-09-03 22:52:49.000000000 +0200 -+++ gtkhotkey-0.2.1_patched//src/gtk-hotkey-error.h 2012-02-19 12:04:19.483701649 +0100 -@@ -23,7 +23,7 @@ - #ifndef __GTK_HOTKEY_ERROR_H__ - #define __GTK_HOTKEY_ERROR_H__ - --#include -+#include - - G_BEGIN_DECLS - ---- gtkhotkey-0.2.1/src/x11/tomboykeybinder.h 2009-09-03 22:52:49.000000000 +0200 -+++ gtkhotkey-0.2.1-r1/src/x11/tomboykeybinder.h 2012-02-19 21:40:09.004325272 +0100 -@@ -2,7 +2,7 @@ - #ifndef __TOMBOY_KEY_BINDER_H__ - #define __TOMBOY_KEY_BINDER_H__ - --#include -+#include - - G_BEGIN_DECLS diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild deleted file mode 100644 index 3470b1d217a0..000000000000 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MY_CRV=$(get_version_component_range 1-2) - -RESTRICT="test" -# Tests try to access live filesystem -# See https://bugs.gentoo.org/show_bug.cgi?id=259052#c3 - -DESCRIPTION="Cross platform library for using desktop wide hotkeys" -HOMEPAGE="https://launchpad.net/gtkhotkey" -SRC_URI="https://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -COMMON_DEPEND=" - >=dev-libs/glib-2.16 - >=x11-libs/gtk+-2.12:2 -" -RDEPEND=" - ${COMMON_DEPEND} - virtual/libintl -" -DEPEND=" - ${COMMON_DEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.35.0 - sys-devel/gettext -" - -PATCHES=( "${FILESDIR}/${P}-glibheaders.patch" ) - -src_prepare() { - default - sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/x11-libs/gtkhotkey/metadata.xml b/x11-libs/gtkhotkey/metadata.xml deleted file mode 100644 index 67a70ede9b49..000000000000 --- a/x11-libs/gtkhotkey/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - gtkhotkey - -