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.
+++ /dev/null
-DIST gtkhotkey-0.2.1.tar.gz 382043 BLAKE2B 05ed162cc1eec7e6c981e796a5dca125e5c940c38ed79d67699d7194fce0c77489f3aae9747ae8610c14417b9871859cb5024990f6adb3524e6e14265603a07b SHA512 7f7e1b9bd94ff806d98277f2dafbf5b6569efdc6f0367a83e885d38584a8f6e098f31d0f03b080f2ca76394eb73e43f9da07e0d944a2e6443a55d9f2e8fee324
+++ /dev/null
-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
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?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>