summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-10-27 15:25:38 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-10-27 15:25:38 +0000
commit9ee5731dd1bb469ec96c550bb7fd7452e9d50c5f (patch)
tree914cbe534c657043a27e474778ad5f11209d48c1 /x11-apps/xhost
parentMarking imagemagick-6.2.4.2-r1 ppc64 stable per bug 105717 (diff)
downloadgentoo-2-9ee5731dd1bb469ec96c550bb7fd7452e9d50c5f.tar.gz
gentoo-2-9ee5731dd1bb469ec96c550bb7fd7452e9d50c5f.tar.bz2
gentoo-2-9ee5731dd1bb469ec96c550bb7fd7452e9d50c5f.zip
Rev-bump for new USE flag.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/ChangeLog8
-rw-r--r--x11-apps/xhost/Manifest4
-rw-r--r--x11-apps/xhost/files/digest-xhost-0.99.1-r11
-rw-r--r--x11-apps/xhost/xhost-0.99.1-r1.ebuild17
4 files changed, 28 insertions, 2 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index af99559c6e4d..8a9a05f7d914 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.9 2005/10/27 03:42:32 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.10 2005/10/27 15:23:07 joshuabaergen Exp $
+
+*xhost-0.99.1-r1 (27 Oct 2005)
+
+ 27 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xhost-0.99.1-r1.ebuild:
+ Rev-bump for new USE flag.
27 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
xhost-0.99.1.ebuild:
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
index 9293e608afdf..5f6ee9ca2904 100644
--- a/x11-apps/xhost/Manifest
+++ b/x11-apps/xhost/Manifest
@@ -1,6 +1,8 @@
-MD5 f9cf79f8f49d0908306c6c1eaf55497c ChangeLog 1132
+MD5 e68ed800fac43a079d77ee39457433c5 ChangeLog 1278
MD5 d47c0fb93bec00d81788e4d992be415d files/digest-xhost-0.99.0 64
MD5 f93d22c7bad8661796b36e6259307081 files/digest-xhost-0.99.1 64
+MD5 f93d22c7bad8661796b36e6259307081 files/digest-xhost-0.99.1-r1 64
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 b0a3a8e7ecf03764ba1275ebd31f8e3b xhost-0.99.0.ebuild 457
+MD5 85ff8f493d163953e2334bc266f5ec06 xhost-0.99.1-r1.ebuild 516
MD5 85ff8f493d163953e2334bc266f5ec06 xhost-0.99.1.ebuild 516
diff --git a/x11-apps/xhost/files/digest-xhost-0.99.1-r1 b/x11-apps/xhost/files/digest-xhost-0.99.1-r1
new file mode 100644
index 000000000000..87f68e274bfa
--- /dev/null
+++ b/x11-apps/xhost/files/digest-xhost-0.99.1-r1
@@ -0,0 +1 @@
+MD5 aab0d8fcc4a64e8b67b62b2f5d06a7f1 xhost-0.99.1.tar.bz2 83887
diff --git a/x11-apps/xhost/xhost-0.99.1-r1.ebuild b/x11-apps/xhost/xhost-0.99.1-r1.ebuild
new file mode 100644
index 000000000000..8705c76ac926
--- /dev/null
+++ b/x11-apps/xhost/xhost-0.99.1-r1.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.1-r1.ebuild,v 1.1 2005/10/27 15:23:07 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)"