summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-11-11 20:00:02 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-11-11 20:00:02 +0000
commit73d0b54e07e2c46aaccde995a6306791535dae87 (patch)
treef3e0d79babf35c8b2ab23080614eab0df7f697f6 /x11-apps/xauth
parentBump for 7.0RC2. (diff)
downloadhistorical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.gz
historical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.bz2
historical-73d0b54e07e2c46aaccde995a6306791535dae87.zip
Bump for 7.0RC2.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r--x11-apps/xauth/ChangeLog8
-rw-r--r--x11-apps/xauth/files/digest-xauth-0.99.21
-rw-r--r--x11-apps/xauth/xauth-0.99.2.ebuild19
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index e20419e2d3d0..180e78386954 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.10 2005/10/27 15:21:55 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.11 2005/11/11 19:51:27 joshuabaergen Exp $
+
+*xauth-0.99.2 (11 Nov 2005)
+
+ 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xauth-0.99.2.ebuild:
+ Bump for 7.0RC2.
*xauth-0.99.1-r1 (27 Oct 2005)
diff --git a/x11-apps/xauth/files/digest-xauth-0.99.2 b/x11-apps/xauth/files/digest-xauth-0.99.2
new file mode 100644
index 000000000000..47a497a9b79a
--- /dev/null
+++ b/x11-apps/xauth/files/digest-xauth-0.99.2
@@ -0,0 +1 @@
+MD5 00ecafeae7f688b7e6f49b5350389ad0 xauth-0.99.2.tar.bz2 93950
diff --git a/x11-apps/xauth/xauth-0.99.2.ebuild b/x11-apps/xauth/xauth-0.99.2.ebuild
new file mode 100644
index 000000000000..db9cf1a71979
--- /dev/null
+++ b/x11-apps/xauth/xauth-0.99.2.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.2.ebuild,v 1.1 2005/11/11 19:51:27 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)"