diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 14:49:58 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 14:49:58 +0000 |
commit | c6d872e3194b86fa6bf3b8cf18fd42252060ef5d (patch) | |
tree | aca901d8a97b814542999d01c9c1f66a89f4b995 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-c6d872e3194b86fa6bf3b8cf18fd42252060ef5d.tar.gz gentoo-2-c6d872e3194b86fa6bf3b8cf18fd42252060ef5d.tar.bz2 gentoo-2-c6d872e3194b86fa6bf3b8cf18fd42252060ef5d.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.6.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 904693b3bb41..7f58f66a34ae 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.74 2013/02/27 06:22:35 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.75 2013/07/18 14:49:58 chithanh Exp $ + +*xhost-1.0.6 (18 Jul 2013) + + 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xhost-1.0.6.ebuild: + Version bump. 27 Feb 2013; Zac Medico <zmedico@gentoo.org> xhost-1.0.5.ebuild: Add ~arm-linux keywords. diff --git a/x11-apps/xhost/xhost-1.0.6.ebuild b/x11-apps/xhost/xhost-1.0.6.ebuild new file mode 100644 index 000000000000..dedc099cc73e --- /dev/null +++ b/x11-apps/xhost/xhost-1.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.6.ebuild,v 1.1 2013/07/18 14:49:58 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ipv6" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXau" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |