summaryrefslogtreecommitdiff
path: root/x11-misc/xwit/xwit-3.4_p15.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xwit/xwit-3.4_p15.ebuild')
-rw-r--r--x11-misc/xwit/xwit-3.4_p15.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/xwit/xwit-3.4_p15.ebuild b/x11-misc/xwit/xwit-3.4_p15.ebuild
deleted file mode 100644
index 6f20325979dd..000000000000
--- a/x11-misc/xwit/xwit-3.4_p15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A collection of simple routines to call some of those X11 functions"
-HOMEPAGE="https://tracker.debian.org/pkg/xwit"
-SRC_URI="
- mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
- mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p/-}.debian.tar.gz
-"
-
-LICENSE="public-domain HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/${P/_p*/}.orig
-
-PATCHES=( "${WORKDIR}"/debian/patches )
-
-src_prepare() {
- default
- sed -i \
- -e 's|gcc|${CC}|g' \
- Makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin xwit
- newman xwit.man xwit.1
- einstalldocs
-}