summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:19:53 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:19:53 +0000
commitc2047139a217cf31b0b3ef0ddf3807c6066b827a (patch)
tree7968d623cc825e22561dc3785e2531a78aacf8d1 /x11-apps
parentVersion bump to latest. Drop older. (diff)
downloadgentoo-2-c2047139a217cf31b0b3ef0ddf3807c6066b827a.tar.gz
gentoo-2-c2047139a217cf31b0b3ef0ddf3807c6066b827a.tar.bz2
gentoo-2-c2047139a217cf31b0b3ef0ddf3807c6066b827a.zip
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xauth/ChangeLog7
-rw-r--r--x11-apps/xauth/xauth-1.0.5.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index e59d909a640c..3f0b9fe91837 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xauth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.61 2010/01/23 18:42:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.62 2010/09/27 12:19:53 scarabeus Exp $
+
+*xauth-1.0.5 (27 Sep 2010)
+
+ 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xauth-1.0.5.ebuild:
+ Version bump.
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xauth-1.0.3.ebuild:
rm
diff --git a/x11-apps/xauth/xauth-1.0.5.ebuild b/x11-apps/xauth/xauth-1.0.5.ebuild
new file mode 100644
index 000000000000..225577deacfd
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.0.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.5.ebuild,v 1.1 2010/09/27 12:19:53 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+inherit xorg-2
+
+DESCRIPTION="X authority file utility"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}