diff options
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.1.ebuild')
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.1.ebuild b/x11-misc/dxpc/dxpc-3.9.1.ebuild deleted file mode 100644 index 78484c269fea..000000000000 --- a/x11-misc/dxpc/dxpc-3.9.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.1.ebuild,v 1.3 2009/09/18 16:34:29 tove Exp $ - -DESCRIPTION="an X protocol compressor designed to improve the speed of X11 -applications run over low-bandwidth links" -SRC_URI="http://www.vigor.nu/dxpc/${PV}/${P}.tgz" -HOMEPAGE="http://www.vigor.nu/dxpc/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libXt - >=dev-libs/lzo-2" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_install () { - make prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \ - || die "make install failed" - dodoc CHANGES README TODO -} |