From 8d6a6f8010b1935793cfb66f80d83966e85af949 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 4 Mar 2019 16:13:35 -0600 Subject: [PATCH] x11-misc/sxhkd: remove old Signed-off-by: Tim Harder --- x11-misc/sxhkd/Manifest | 2 -- x11-misc/sxhkd/sxhkd-0.5.7.ebuild | 27 --------------------------- x11-misc/sxhkd/sxhkd-0.5.8.ebuild | 27 --------------------------- 3 files changed, 56 deletions(-) delete mode 100644 x11-misc/sxhkd/sxhkd-0.5.7.ebuild delete mode 100644 x11-misc/sxhkd/sxhkd-0.5.8.ebuild diff --git a/x11-misc/sxhkd/Manifest b/x11-misc/sxhkd/Manifest index 09b68be243f64..ceaaf277891a8 100644 --- a/x11-misc/sxhkd/Manifest +++ b/x11-misc/sxhkd/Manifest @@ -1,4 +1,2 @@ -DIST sxhkd-0.5.7.tar.gz 34472 BLAKE2B 7fad813c20786c4010f62422f9dc134f5b867ae02c3135c497d298915f2ffdc911c6684da40c57ba1b4cb0616864ef894e88898bde06600a72884991968d0201 SHA512 b977c79f2f8ef311b1bbe5bab21ae60c5689d1069552368573bc9aad55e58df4abff51ccdcf74b5e7c72cdee6077da67636f45a390f0fffb1a5e34b478579a18 -DIST sxhkd-0.5.8.tar.gz 34566 BLAKE2B e8133dff70441a7383a3f0cc62d63a76552d26b8e30954b6127cd5fe3f9bd7b15ad030a73f6654b5c8c24edae3570f685bbec3df7431c358498abab714814c5d SHA512 59b38a77e7fd4b23cb109a1365514f39d23ae5bd1b467355ad894d3a861627fd0fc5c5fb556176161c6580c719a4032cf516f60eb3023dc30bf09ae362e4e094 DIST sxhkd-0.5.9.tar.gz 34649 BLAKE2B e07d9a7a99cd3ab1436ece589a57023de87c6a1e74ef509e9bfc9db3bcda9680f826dc2edad1474004775cf307b9280dc60e18060a803deb801022c004bf0e8c SHA512 32ee7261b4fa10d5a62a7fa61e689977d12afd654e81123711bda1f006e4b6baa7524352086037594e6ef1989dd8fcb6eddc1114085ee91546a69f6d1146924e DIST sxhkd-0.6.0.tar.gz 34756 BLAKE2B e0bf9cc50893baa345ea0dcfae096b5f76408bf1c5e8b5405a2175f33c6201c14c3683da2202cc2a9eaa07327df484f921863178b464164cdf931ca3a0c21848 SHA512 0ccafa2b29b87dcf6bdcb45b67b8aeb5f70c2855fe99c0cd2b271052cd7b6bbf5186b3ae2da3ae9b411f0766a8ab85a35b3a325442a80527a7c959280d36b46b diff --git a/x11-misc/sxhkd/sxhkd-0.5.7.ebuild b/x11-misc/sxhkd/sxhkd-0.5.7.ebuild deleted file mode 100644 index 2583e00848e71..0000000000000 --- a/x11-misc/sxhkd/sxhkd-0.5.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs systemd - -DESCRIPTION="Simple X hotkey daemon" -HOMEPAGE="https://github.com/baskerville/sxhkd/" -SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="x11-libs/libxcb - x11-libs/xcb-util-keysyms" -DEPEND="${RDEPEND} - x11-libs/xcb-util" - -src_compile() { - emake CC="$(tc-getCC)" PREFIX=/usr -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install - systemd_dounit contrib/systemd/${PN}.service -} diff --git a/x11-misc/sxhkd/sxhkd-0.5.8.ebuild b/x11-misc/sxhkd/sxhkd-0.5.8.ebuild deleted file mode 100644 index 2583e00848e71..0000000000000 --- a/x11-misc/sxhkd/sxhkd-0.5.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs systemd - -DESCRIPTION="Simple X hotkey daemon" -HOMEPAGE="https://github.com/baskerville/sxhkd/" -SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="x11-libs/libxcb - x11-libs/xcb-util-keysyms" -DEPEND="${RDEPEND} - x11-libs/xcb-util" - -src_compile() { - emake CC="$(tc-getCC)" PREFIX=/usr -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install - systemd_dounit contrib/systemd/${PN}.service -}