summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-13 14:38:30 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-13 14:38:30 +0200
commit8352f857e280fa9832596ab88fcd5183000a5a7b (patch)
treeebb1310984098730a8fce279ac4dcf7a03348adf /x11-libs
parentx11-libs/libaosd: Remove last-rited pkg (diff)
downloadgentoo-8352f857e280fa9832596ab88fcd5183000a5a7b.tar.gz
gentoo-8352f857e280fa9832596ab88fcd5183000a5a7b.tar.bz2
gentoo-8352f857e280fa9832596ab88fcd5183000a5a7b.zip
x11-libs/gtkhotkey: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694258 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtkhotkey/Manifest1
-rw-r--r--x11-libs/gtkhotkey/files/gtkhotkey-0.2.1-glibheaders.patch22
-rw-r--r--x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild53
-rw-r--r--x11-libs/gtkhotkey/metadata.xml8
4 files changed, 0 insertions, 84 deletions
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 <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
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 @@
-<?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>