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/xwit/
Date: Sat, 01 Apr 2017 10:24:56
Message-Id: 1491042238.116d5869ce8d947569d3f6bff229e8dacc468752.soap@gentoo
1 commit: 116d5869ce8d947569d3f6bff229e8dacc468752
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:37:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116d5869
7
8 x11-misc/xwit: 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/xwit/Manifest | 1 -
14 x11-misc/xwit/xwit-3.4.ebuild | 33 ---------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
18 index 09b354449ae..0a938eb5736 100644
19 --- a/x11-misc/xwit/Manifest
20 +++ b/x11-misc/xwit/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST xwit-3.4.tar.gz 14536 SHA256 d915a7f2f8809da41edcc7784c2618be3f8ce179d82d8ace6d27ba264332c729 SHA512 db0cc8cd7e899790493ca97fa4f12869385d1cfaa807298476d961401004d752531fe75ec72520733e78d81dcd91009c1b4437295056dc1de6219d766235cc5f WHIRLPOOL a72beed7ee71abc4b1679979bb05185f97fe905f2bf36b1bab6cc9874fc282b303ce458e5f1acdc9497fdc545444582f1e943d014c2747782bbbd0b70f961b08
23 DIST xwit_3.4-15.debian.tar.gz 20722 SHA256 71ee4d9816086f603754a4c16da8fd773c590821af386eb8adc2665623089f8c SHA512 047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46 WHIRLPOOL d246a368077e1025517dd59b6c8282b8888c9bdbe75dfa675aaad7cc0e9016b4663bba47da05a930e5e985d299ed2a8e54d7b0e7ffcea6f1c33974c195bc4d10
24 DIST xwit_3.4.orig.tar.gz 14557 SHA256 32e7b4929d31209791cab36e083a3fa6076f84b46dafad8642834a57675078f8 SHA512 265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94 WHIRLPOOL b6989175ef4db74d977969b5a22f9f5f4c01ee9457c3d1009273a45b994606dced8f0ed982f19699480a221f636800fdccd0a89ce563193e0af6190aec389a10
25
26 diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild
27 deleted file mode 100644
28 index c73dfdc9bbd..00000000000
29 --- a/x11-misc/xwit/xwit-3.4.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=2
36 -inherit eutils toolchain-funcs
37 -
38 -DESCRIPTION="A collection of simple routines to call some of those X11 functions"
39 -HOMEPAGE="https://tracker.debian.org/pkg/xwit"
40 -SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz"
41 -
42 -LICENSE="public-domain HPND"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~ppc x86"
45 -IUSE=""
46 -
47 -RDEPEND="x11-libs/libX11"
48 -DEPEND="${RDEPEND}
49 - x11-proto/xproto"
50 -
51 -src_prepare() {
52 - epatch "${FILESDIR}"/malloc.patch
53 - cp -vf "${FILESDIR}"/Makefile .
54 -}
55 -
56 -src_compile() {
57 - tc-export CC
58 - emake || die
59 -}
60 -
61 -src_install() {
62 - dobin xwit || die
63 - newman xwit.man xwit.1 || die
64 -}