summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-23 15:30:46 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-23 15:30:46 +0000
commit0d461bb2700e93e7c474c2855c5513a6f89e3c90 (patch)
tree4974ff309367505a2cdd2f1d52446374d8e978b4 /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-0d461bb2700e93e7c474c2855c5513a6f89e3c90.tar.gz
gentoo-2-0d461bb2700e93e7c474c2855c5513a6f89e3c90.tar.bz2
gentoo-2-0d461bb2700e93e7c474c2855c5513a6f89e3c90.zip
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xauth/ChangeLog10
-rw-r--r--x11-apps/xauth/xauth-1.0.7.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index be7ed7867df5..4b819963042a 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xauth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.77 2011/08/20 15:45:11 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.78 2012/03/23 15:30:46 chithanh Exp $
+
+*xauth-1.0.7 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xauth-1.0.7.ebuild:
+ Version bump.
20 Aug 2011; Jeroen Roovers <jer@gentoo.org> xauth-1.0.6.ebuild:
Stable for HPPA (bug #371857).
diff --git a/x11-apps/xauth/xauth-1.0.7.ebuild b/x11-apps/xauth/xauth-1.0.7.ebuild
new file mode 100644
index 000000000000..a6002878d82e
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.7.ebuild,v 1.1 2012/03/23 15:30:46 chithanh Exp $
+
+EAPI=4
+
+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() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ )
+ xorg-2_pkg_setup
+}