x11-misc/dxpc: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 28 Mar 2017 18:07:09 +0000 (21:07 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 1 Apr 2017 10:21:49 +0000 (12:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

x11-misc/dxpc/dxpc-3.9.2-r1.ebuild [deleted file]

diff --git a/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild
deleted file mode 100644 (file)
index 0b9f0a5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Differential X Protocol Compressor"
-HOMEPAGE="http://www.vigor.nu/dxpc/"
-SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXt
-       >=dev-libs/lzo-2"
-DEPEND="${RDEPEND}
-       x11-proto/xproto"
-
-src_install () {
-       emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1" install || die
-       dodoc CHANGES README TODO
-}