From: Harri Nieminen Date: Tue, 28 Mar 2017 18:07:09 +0000 (+0300) Subject: x11-misc/dxpc: Remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f55d54d75d8a0ee23e5a2c5e6cb08ca03fe08976;p=gentoo.git x11-misc/dxpc: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 --- 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 index 0b9f0a5c2b75..000000000000 --- a/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild +++ /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 -}