summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
commit969537e228ed1f01afe813d06dc2b67c87953a5d (patch)
treea6e994d401941c1601bf545407b900e1788f8afb /x11-apps/xhost
parentClean house. (diff)
downloadhistorical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.gz
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.bz2
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.zip
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/ChangeLog8
-rw-r--r--x11-apps/xhost/files/digest-xhost-0.99.31
-rw-r--r--x11-apps/xhost/xhost-0.99.3.ebuild17
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index 3e13701305ba..876f1f56bd3f 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xhost
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.11 2005/11/11 19:55:41 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.12 2005/12/04 22:06:19 joshuabaergen Exp $
+
+*xhost-0.99.3 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xhost-0.99.3.ebuild:
+ Bump for 7.0RC3.
*xhost-0.99.2 (11 Nov 2005)
diff --git a/x11-apps/xhost/files/digest-xhost-0.99.3 b/x11-apps/xhost/files/digest-xhost-0.99.3
new file mode 100644
index 000000000000..a99132459e01
--- /dev/null
+++ b/x11-apps/xhost/files/digest-xhost-0.99.3
@@ -0,0 +1 @@
+MD5 57dbd8de9bae4659e9e7ad8b8ad13d40 xhost-0.99.3.tar.bz2 84683
diff --git a/x11-apps/xhost/xhost-0.99.3.ebuild b/x11-apps/xhost/xhost-0.99.3.ebuild
new file mode 100644
index 000000000000..6417150e3019
--- /dev/null
+++ b/x11-apps/xhost/xhost-0.99.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-0.99.3.ebuild,v 1.1 2005/12/04 22:06:19 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xhost application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+IUSE="ipv6"
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)"