From 50f47b7aab146c446556b5c37458f7c19763a057 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 27 Sep 2010 12:19:53 +0000 Subject: Version bump. Package-Manager: portage-2.2_rc87/cvs/Linux x86_64 --- x11-apps/xauth/xauth-1.0.5.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11-apps/xauth/xauth-1.0.5.ebuild (limited to 'x11-apps/xauth/xauth-1.0.5.ebuild') 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)" +} -- cgit v1.2.3-65-gdbad