x11-libs/gtkhotkey: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:38:30 +0000 (14:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:38:30 +0000 (14:38 +0200)
Closes: https://bugs.gentoo.org/694258
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
x11-libs/gtkhotkey/Manifest [deleted file]
x11-libs/gtkhotkey/files/gtkhotkey-0.2.1-glibheaders.patch [deleted file]
x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild [deleted file]
x11-libs/gtkhotkey/metadata.xml [deleted file]

index ed7d11c34bfa8cfb3dd3aeedfdf78d504a9ebbf5..cf9997029626b13ac391b0c8d1f615fbcfe45092 100644 (file)
@@ -550,14 +550,6 @@ sys-libs/libmath++
 sys-libs/rvm
 sys-libs/system-config-base
 
-# Michał Górny <mgorny@gentoo.org> (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 <polynomial-c@gentoo.org> (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 (file)
index 9ff422a..0000000
+++ /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 (file)
index 389db60..0000000
+++ /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 <glib/gquark.h>
-+#include <glib.h>
- 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 <glib/gtypes.h>
-+#include <glib.h>
- 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 (file)
index 3470b1d..0000000
+++ /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 (file)
index 67a70ed..0000000
+++ /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-needed -->
-       <upstream>
-               <remote-id type="launchpad">gtkhotkey</remote-id>
-       </upstream>
-</pkgmetadata>