Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/autocutsel/
Date: Mon, 29 Aug 2022 08:38:40
Message-Id: 1661762182.10ae2923c044a7eed6fa0b3202ddaecdb70c3767.asturm@gentoo
1 commit: 10ae2923c044a7eed6fa0b3202ddaecdb70c3767
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:58:37 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae2923
7
8 x11-misc/autocutsel: drop 0.10.0, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/867178
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/autocutsel/Manifest | 1 -
14 x11-misc/autocutsel/autocutsel-0.10.0.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/x11-misc/autocutsel/Manifest b/x11-misc/autocutsel/Manifest
18 index 21d74fd9b06c..b7fcf4604401 100644
19 --- a/x11-misc/autocutsel/Manifest
20 +++ b/x11-misc/autocutsel/Manifest
21 @@ -1,2 +1 @@
22 -DIST autocutsel-0.10.0.tar.gz 329527 BLAKE2B 1ab17fec1dde40fae6a98a9cc079f7080add2a30b3384e7a4cfbe7e85ca13a7394ce96ba1dd32a9d147f123ce44fc4ff7fbbf77a02eacd2301b91fafc3096232 SHA512 2d9b7114fde67ee217ceee673e32b407eef5b266a9d457a83b35d1c6227e5873cc7928aa10f7d84ce5e8c78d4940ee29985696f49b4015269584f1559f6b6d1d
23 DIST autocutsel-0.10.1.tar.gz 337872 BLAKE2B df1d924bf61c5e2b3dc2930b85f5b3b2f906892fa84932cfb4511be3e94dcc8763a8af1d4a6685da013d65b82e8f003f194fcb0522c35e43bc88269611132109 SHA512 a4f68342b389ef94fde8052f5d9e4b4585bab8fa8364985a2b0a3ec3e6f81ed58ba45be9349aa6e16c70ca623a7c315796cf0440ef6f4ffa9606ed7b7981a4a2
24
25 diff --git a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
26 deleted file mode 100644
27 index f7dec4fbc608..000000000000
28 --- a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
37 -HOMEPAGE="http://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel"
38 -SRC_URI="https://github.com/sigmike/${PN}/releases/download/${PV}/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ppc sparc x86"
43 -
44 -RDEPEND="
45 - x11-libs/libX11
46 - x11-libs/libXaw
47 - x11-libs/libXext
48 - x11-libs/libXmu
49 - x11-libs/libXt
50 -"
51 -DEPEND="
52 - ${RDEPEND}
53 - x11-base/xorg-proto
54 -"