summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-01-09 14:57:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-01-09 14:57:15 +0000
commit12cd28127c07b1749237974350f1e88ddf5ad642 (patch)
treee837cbf36a2bcbe1c444db7d33101134176bd44a /x11-misc/dxpc
parentkeyword ~sparc-fbsd (diff)
downloadgentoo-2-12cd28127c07b1749237974350f1e88ddf5ad642.tar.gz
gentoo-2-12cd28127c07b1749237974350f1e88ddf5ad642.tar.bz2
gentoo-2-12cd28127c07b1749237974350f1e88ddf5ad642.zip
Bump, add ~amd64 keyword, fix src_uri #296774
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/dxpc')
-rw-r--r--x11-misc/dxpc/ChangeLog9
-rw-r--r--x11-misc/dxpc/dxpc-3.9.2.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/x11-misc/dxpc/ChangeLog b/x11-misc/dxpc/ChangeLog
index 0ecbe1fba2b4..4d90614b3efb 100644
--- a/x11-misc/dxpc/ChangeLog
+++ b/x11-misc/dxpc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/dxpc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.13 2009/09/18 16:34:29 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.14 2010/01/09 14:57:15 patrick Exp $
+
+*dxpc-3.9.2 (09 Jan 2010)
+
+ 09 Jan 2010; Patrick Lauer <patrick@gentoo.org> +dxpc-3.9.2.ebuild:
+ Bump, add ~amd64 keyword, fix src_uri #296774
18 Sep 2009; Torsten Veller <tove@gentoo.org> dxpc-3.8.2-r1.ebuild,
dxpc-3.9.1.ebuild:
diff --git a/x11-misc/dxpc/dxpc-3.9.2.ebuild b/x11-misc/dxpc/dxpc-3.9.2.ebuild
new file mode 100644
index 000000000000..a94933eb71ab
--- /dev/null
+++ b/x11-misc/dxpc/dxpc-3.9.2.ebuild
@@ -0,0 +1,24 @@
+# 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 $
+
+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"
+HOMEPAGE="http://www.vigor.nu/dxpc/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~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
+}