summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:37:32 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:23:58 +0200
commit116d5869ce8d947569d3f6bff229e8dacc468752 (patch)
tree3b4341ee6bb342cb86c32f0e68b4ded1ca380e9c /x11-misc/xwit
parentx11-misc/xvkbd: Remove old (diff)
downloadgentoo-116d5869ce8d947569d3f6bff229e8dacc468752.tar.gz
gentoo-116d5869ce8d947569d3f6bff229e8dacc468752.tar.bz2
gentoo-116d5869ce8d947569d3f6bff229e8dacc468752.zip
x11-misc/xwit: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/xwit')
-rw-r--r--x11-misc/xwit/Manifest1
-rw-r--r--x11-misc/xwit/xwit-3.4.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index 09b354449aee..0a938eb57369 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1,3 +1,2 @@
-DIST xwit-3.4.tar.gz 14536 SHA256 d915a7f2f8809da41edcc7784c2618be3f8ce179d82d8ace6d27ba264332c729 SHA512 db0cc8cd7e899790493ca97fa4f12869385d1cfaa807298476d961401004d752531fe75ec72520733e78d81dcd91009c1b4437295056dc1de6219d766235cc5f WHIRLPOOL a72beed7ee71abc4b1679979bb05185f97fe905f2bf36b1bab6cc9874fc282b303ce458e5f1acdc9497fdc545444582f1e943d014c2747782bbbd0b70f961b08
DIST xwit_3.4-15.debian.tar.gz 20722 SHA256 71ee4d9816086f603754a4c16da8fd773c590821af386eb8adc2665623089f8c SHA512 047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46 WHIRLPOOL d246a368077e1025517dd59b6c8282b8888c9bdbe75dfa675aaad7cc0e9016b4663bba47da05a930e5e985d299ed2a8e54d7b0e7ffcea6f1c33974c195bc4d10
DIST xwit_3.4.orig.tar.gz 14557 SHA256 32e7b4929d31209791cab36e083a3fa6076f84b46dafad8642834a57675078f8 SHA512 265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94 WHIRLPOOL b6989175ef4db74d977969b5a22f9f5f4c01ee9457c3d1009273a45b994606dced8f0ed982f19699480a221f636800fdccd0a89ce563193e0af6190aec389a10
diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild
deleted file mode 100644
index c73dfdc9bbd2..000000000000
--- a/x11-misc/xwit/xwit-3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A collection of simple routines to call some of those X11 functions"
-HOMEPAGE="https://tracker.debian.org/pkg/xwit"
-SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz"
-
-LICENSE="public-domain HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_prepare() {
- epatch "${FILESDIR}"/malloc.patch
- cp -vf "${FILESDIR}"/Makefile .
-}
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin xwit || die
- newman xwit.man xwit.1 || die
-}