summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-18 19:26:16 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-18 19:26:16 +0000
commit77f406740db7da0d1839f91c6518af47c6d0aba3 (patch)
treefa20a4d6992ffebbf4c44a472d66f02170ec5c5d /x11-apps/xauth
parentVersion bump (diff)
downloadgentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.gz
gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.bz2
gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.zip
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r--x11-apps/xauth/ChangeLog8
-rw-r--r--x11-apps/xauth/files/digest-xauth-1.0.01
-rw-r--r--x11-apps/xauth/xauth-1.0.0.ebuild19
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index 6b0ef9023222..2e781b5edb48 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.13 2005/12/09 06:40:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.14 2005/12/18 19:24:46 joshuabaergen Exp $
+
+*xauth-1.0.0 (18 Dec 2005)
+
+ 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xauth-1.0.0.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xauth-0.99.0.ebuild,
-xauth-0.99.1.ebuild, -xauth-0.99.1-r1.ebuild, -xauth-0.99.2.ebuild:
diff --git a/x11-apps/xauth/files/digest-xauth-1.0.0 b/x11-apps/xauth/files/digest-xauth-1.0.0
new file mode 100644
index 000000000000..397df0e7bd6f
--- /dev/null
+++ b/x11-apps/xauth/files/digest-xauth-1.0.0
@@ -0,0 +1 @@
+MD5 a20d508c4c0b7fb596d923dbb1b464a2 xauth-1.0.0.tar.bz2 95656
diff --git a/x11-apps/xauth/xauth-1.0.0.ebuild b/x11-apps/xauth/xauth-1.0.0.ebuild
new file mode 100644
index 000000000000..7d2c18b5da6b
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.0.0.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-1.0.0.ebuild,v 1.1 2005/12/18 19:24:46 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)"