mrueg 15/07/02 01:35:17 Modified: ChangeLog Added: xhost-1.0.7.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.87 x11-apps/xhost/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xhost/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xhost/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xhost/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 11 Apr 2015 21:54:24 -0000 1.86 +++ ChangeLog 2 Jul 2015 01:35:17 -0000 1.87 @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.86 2015/04/11 21:54:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.87 2015/07/02 01:35:17 mrueg Exp $ + +*xhost-1.0.7 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <[email protected]> +xhost-1.0.7.ebuild: + Version bump. 11 Apr 2015; Manuel Rüger <[email protected]> -xhost-1.0.4.ebuild, -xhost-1.0.5.ebuild: 1.1 x11-apps/xhost/xhost-1.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xhost/xhost-1.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xhost/xhost-1.0.7.ebuild?rev=1.1&content-type=text/plain Index: xhost-1.0.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.7.ebuild,v 1.1 2015/07/02 01:35:17 mrueg 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)" }
