summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 09:58:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 10:36:22 +0200
commit10ae2923c044a7eed6fa0b3202ddaecdb70c3767 (patch)
treea0337e0ecf4f84b91136ef484dadae4be1e9c483 /x11-misc/autocutsel
parentdev-libs/log4cpp: drop 1.1.3, EAPI-6-- (diff)
downloadgentoo-10ae2923c044a7eed6fa0b3202ddaecdb70c3767.tar.gz
gentoo-10ae2923c044a7eed6fa0b3202ddaecdb70c3767.tar.bz2
gentoo-10ae2923c044a7eed6fa0b3202ddaecdb70c3767.zip
x11-misc/autocutsel: drop 0.10.0, EAPI-6--
Closes: https://bugs.gentoo.org/867178 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r--x11-misc/autocutsel/Manifest1
-rw-r--r--x11-misc/autocutsel/autocutsel-0.10.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/autocutsel/Manifest b/x11-misc/autocutsel/Manifest
index 21d74fd9b06c..b7fcf4604401 100644
--- a/x11-misc/autocutsel/Manifest
+++ b/x11-misc/autocutsel/Manifest
@@ -1,2 +1 @@
-DIST autocutsel-0.10.0.tar.gz 329527 BLAKE2B 1ab17fec1dde40fae6a98a9cc079f7080add2a30b3384e7a4cfbe7e85ca13a7394ce96ba1dd32a9d147f123ce44fc4ff7fbbf77a02eacd2301b91fafc3096232 SHA512 2d9b7114fde67ee217ceee673e32b407eef5b266a9d457a83b35d1c6227e5873cc7928aa10f7d84ce5e8c78d4940ee29985696f49b4015269584f1559f6b6d1d
DIST autocutsel-0.10.1.tar.gz 337872 BLAKE2B df1d924bf61c5e2b3dc2930b85f5b3b2f906892fa84932cfb4511be3e94dcc8763a8af1d4a6685da013d65b82e8f003f194fcb0522c35e43bc88269611132109 SHA512 a4f68342b389ef94fde8052f5d9e4b4585bab8fa8364985a2b0a3ec3e6f81ed58ba45be9349aa6e16c70ca623a7c315796cf0440ef6f4ffa9606ed7b7981a4a2
diff --git a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
deleted file mode 100644
index f7dec4fbc608..000000000000
--- a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
-HOMEPAGE="http://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel"
-SRC_URI="https://github.com/sigmike/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXaw
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXt
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"