Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/
Date: Sat, 01 Apr 2017 10:24:45
Message-Id: 1491042221.063ad806eb1a0a99aa7b279b30dd8a585b35b3e6.soap@gentoo
1 commit: 063ad806eb1a0a99aa7b279b30dd8a585b35b3e6
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:34:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063ad806
7
8 x11-misc/xsel: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xsel/xsel-1.2.0.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild
17 deleted file mode 100644
18 index c4da9e4b7d1..00000000000
19 --- a/x11-misc/xsel/xsel-1.2.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
28 -HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
29 -SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz"
30 -
31 -LICENSE="HPND"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
34 -IUSE=""
35 -
36 -RDEPEND="x11-libs/libX11
37 - x11-libs/libXext"
38 -DEPEND="${RDEPEND}
39 - x11-proto/xproto
40 - x11-libs/libXt"
41 -
42 -src_compile() {
43 - emake CFLAGS="${CFLAGS}"
44 -}