Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xclip/
Date: Sun, 05 Feb 2017 22:20:46
Message-Id: 1486333239.38873156f1a17e5e94dbb042afc83f1740914937.jer@gentoo
1 commit: 38873156f1a17e5e94dbb042afc83f1740914937
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 22:20:25 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 22:20:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38873156
7
8 x11-misc/xclip: Old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/xclip/Manifest | 1 -
13 x11-misc/xclip/xclip-0.12.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/x11-misc/xclip/Manifest b/x11-misc/xclip/Manifest
17 index 134cfe1..1b5f471 100644
18 --- a/x11-misc/xclip/Manifest
19 +++ b/x11-misc/xclip/Manifest
20 @@ -1,2 +1 @@
21 -DIST xclip-0.12.tar.gz 63420 SHA256 b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 SHA512 6c769878004c02d87b9eca2b33dc34edb40acc59be767a6481f207a74d52fca3725a040b0c8deffa1419b687bd73cf3124a090413c06787c0dd137b0ede795e0 WHIRLPOOL 9217c3b278557bf38758619e4895a3ec37a4debdf194dc9ab7073e21f1257edd7fb6796fe32550f6d4900326a6eafadf47932d22d1514fedbb03b2db2d1220e3
22 DIST xclip-0.13.tar.gz 30461 SHA256 ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 SHA512 191a86194a1503a47c6641a55855dc4aaa8c2c99d2e6f1d46e727feec85a6639041f37ec2265c05c178c0c7d791d3e88bde89223f879effa878812f078485ed2 WHIRLPOOL 0757bd5ce14895bf77fe07da37531ae5715ff3b6980bea36991aaee21bb5baf7a65fcef409b279ac176fb8c1630208e0f1803085a6b7d7bef30a8259ee65795c
23
24 diff --git a/x11-misc/xclip/xclip-0.12.ebuild b/x11-misc/xclip/xclip-0.12.ebuild
25 deleted file mode 100644
26 index 49ab539..00000000
27 --- a/x11-misc/xclip/xclip-0.12.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection"
35 -HOMEPAGE="https://sourceforge.net/projects/xclip/"
36 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 -IUSE=""
42 -
43 -RDEPEND="x11-libs/libX11
44 - x11-libs/libXmu"
45 -DEPEND="${RDEPEND}
46 - x11-libs/libXt"
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" install || die
50 - dodoc ChangeLog README
51 -}