diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 15:06:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 15:06:25 +0000 |
commit | bd537f9146c3a63d59f2e76782a2ae54ba7d507e (patch) | |
tree | 5547cbe8e9a691bf172084be4ae3f7d7b50997f9 /x11-misc | |
parent | Fixup default/linux/mips/10.0/lemote subprofiles inheritance (diff) | |
download | gentoo-2-bd537f9146c3a63d59f2e76782a2ae54ba7d507e.tar.gz gentoo-2-bd537f9146c3a63d59f2e76782a2ae54ba7d507e.tar.bz2 gentoo-2-bd537f9146c3a63d59f2e76782a2ae54ba7d507e.zip |
QA
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dxpc/dxpc-3.8.2-r1.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.1.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.2.ebuild | 10 |
3 files changed, 8 insertions, 35 deletions
diff --git a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild b/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild index 1c23f26bee9a..fa1224007606 100644 --- a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild +++ b/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild,v 1.5 2009/09/18 16:34:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild,v 1.6 2010/01/09 15:06:25 ssuominen Exp $ inherit eutils -DESCRIPTION="an X protocol compressor designed to improve the speed of X11 -applications run over low-bandwidth links" +DESCRIPTION="Differential X Protocol Compressor" SRC_URI="http://www.vigor.nu/dxpc/3.8.2/${P}.tar.gz" HOMEPAGE="http://www.vigor.nu/dxpc/" @@ -25,7 +24,7 @@ src_unpack() { } src_install () { - make prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \ + emake -j1 prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \ || die "make install failed" dodoc CHANGES README TODO } 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 -} diff --git a/x11-misc/dxpc/dxpc-3.9.2.ebuild b/x11-misc/dxpc/dxpc-3.9.2.ebuild index a94933eb71ab..9980b70ab95a 100644 --- a/x11-misc/dxpc/dxpc-3.9.2.ebuild +++ b/x11-misc/dxpc/dxpc-3.9.2.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.2.ebuild,v 1.1 2010/01/09 14:57:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.2.ebuild,v 1.2 2010/01/09 15:06:25 ssuominen 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/${P}.tgz" +DESCRIPTION="Differential X Protocol Compressor" HOMEPAGE="http://www.vigor.nu/dxpc/" +SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz" LICENSE="BSD" SLOT="0" @@ -18,7 +17,6 @@ DEPEND="${RDEPEND} x11-proto/xproto" src_install () { - make prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \ - || die "make install failed" + emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1 install" || die dodoc CHANGES README TODO } |