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/xauth
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/xauth')
-rw-r--r--x11-apps/xauth/ChangeLog8
-rw-r--r--x11-apps/xauth/Manifest4
-rw-r--r--x11-apps/xauth/files/digest-xauth-0.99.1-r11
-rw-r--r--x11-apps/xauth/xauth-0.99.1-r1.ebuild19
4 files changed, 30 insertions, 2 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index 709e89a012a2..e20419e2d3d0 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xauth
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.9 2005/10/27 03:39:02 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.10 2005/10/27 15:21:55 joshuabaergen Exp $
+
+*xauth-0.99.1-r1 (27 Oct 2005)
+
+ 27 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xauth-0.99.1-r1.ebuild:
+ Rev-bump for new USE flag.
27 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
xauth-0.99.1.ebuild:
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index f9e5103b98ee..974ddde07880 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1,6 +1,8 @@
-MD5 bf52d61ce0f487fbdec443b70c3d63cf ChangeLog 1132
+MD5 3afd0b7949d34a95b5f137a1cbf3a6e5 ChangeLog 1278
MD5 90404d10addaf1b73adf8051cc3f7c77 files/digest-xauth-0.99.0 64
MD5 4477ce92c13f067558cedfb314c73acd files/digest-xauth-0.99.1 64
+MD5 4477ce92c13f067558cedfb314c73acd files/digest-xauth-0.99.1-r1 64
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 a8d97d27c179e6f1c87e35a965f62de4 xauth-0.99.0.ebuild 492
+MD5 757eeb5acd2a5563842ab1f93760b4ea xauth-0.99.1-r1.ebuild 551
MD5 757eeb5acd2a5563842ab1f93760b4ea xauth-0.99.1.ebuild 551
diff --git a/x11-apps/xauth/files/digest-xauth-0.99.1-r1 b/x11-apps/xauth/files/digest-xauth-0.99.1-r1
new file mode 100644
index 000000000000..488421080558
--- /dev/null
+++ b/x11-apps/xauth/files/digest-xauth-0.99.1-r1
@@ -0,0 +1 @@
+MD5 86a7e4af32a3f78eb3bab3bc3f213b95 xauth-0.99.1.tar.bz2 93901
diff --git a/x11-apps/xauth/xauth-0.99.1-r1.ebuild b/x11-apps/xauth/xauth-0.99.1-r1.ebuild
new file mode 100644
index 000000000000..c2947cee5ac1
--- /dev/null
+++ b/x11-apps/xauth/xauth-0.99.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-0.99.1-r1.ebuild,v 1.1 2005/10/27 15:21:55 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xauth application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+IUSE="ipv6"
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)"