summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-10-20 00:45:25 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-10-20 00:45:25 +0000
commitecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0 (patch)
tree8c53c4b6318835a68c005ac7d33ba46ac08a548c /x11-apps/xauth
parentUpdate SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ... (diff)
downloadhistorical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.tar.gz
historical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.tar.bz2
historical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.zip
Bump for 7.0 RC1.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r--x11-apps/xauth/ChangeLog7
-rw-r--r--x11-apps/xauth/files/digest-xauth-0.99.11
-rw-r--r--x11-apps/xauth/xauth-0.99.1.ebuild16
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index bf1997865f46..bfed26b56c6c 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,11 @@
# 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.7 2005/10/19 02:27:39 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.8 2005/10/20 00:45:21 spyderous Exp $
+
+*xauth-0.99.1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; +xauth-0.99.1.ebuild:
+ Bump for 7.0 RC1.
19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> xauth-0.99.0.ebuild:
added ~mips keyword
diff --git a/x11-apps/xauth/files/digest-xauth-0.99.1 b/x11-apps/xauth/files/digest-xauth-0.99.1
new file mode 100644
index 000000000000..488421080558
--- /dev/null
+++ b/x11-apps/xauth/files/digest-xauth-0.99.1
@@ -0,0 +1 @@
+MD5 86a7e4af32a3f78eb3bab3bc3f213b95 xauth-0.99.1.tar.bz2 93901
diff --git a/x11-apps/xauth/xauth-0.99.1.ebuild b/x11-apps/xauth/xauth-0.99.1.ebuild
new file mode 100644
index 000000000000..c1a7e4c496fe
--- /dev/null
+++ b/x11-apps/xauth/xauth-0.99.1.ebuild
@@ -0,0 +1,16 @@
+# 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.ebuild,v 1.1 2005/10/20 00:45:21 spyderous 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}"