diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-14 16:16:14 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-14 16:16:14 +0000 |
commit | b3c645fac6cc22add61b584bafbd179ebb2db2bb (patch) | |
tree | 627b6a0f4aa5ea37759cb4014fa008d8df64c2ff /x11-apps/xhost | |
parent | Version bump, closing bug #288608 (diff) | |
download | gentoo-2-b3c645fac6cc22add61b584bafbd179ebb2db2bb.tar.gz gentoo-2-b3c645fac6cc22add61b584bafbd179ebb2db2bb.tar.bz2 gentoo-2-b3c645fac6cc22add61b584bafbd179ebb2db2bb.zip |
x11-apps/xhost: bump to 1.0.3, update deps
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.3.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 286966857c4c..235ff1de6f2c 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.44 2009/05/04 15:04:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.45 2009/10/14 16:16:14 remi Exp $ + +*xhost-1.0.3 (14 Oct 2009) + + 14 Oct 2009; Rémi Cardona <remi@gentoo.org> +xhost-1.0.3.ebuild: + bump to 1.0.3, update deps 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xhost-1.0.2.ebuild: Move use_ functions out of global scope. diff --git a/x11-apps/xhost/xhost-1.0.3.ebuild b/x11-apps/xhost/xhost-1.0.3.ebuild new file mode 100644 index 000000000000..d33cb9604a19 --- /dev/null +++ b/x11-apps/xhost/xhost-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.3.ebuild,v 1.1 2009/10/14 16:16:14 remi Exp $ + +inherit x-modular + +DESCRIPTION="Controls host and/or user access to a running X server." + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXau" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |