chithanh 14/06/13 13:28:55 Modified: ChangeLog Added: libICE-1.0.9.ebuild Removed: libICE-1.0.7.ebuild libICE-1.0.8.ebuild Log: Version bump, remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.101 x11-libs/libICE/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libICE/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libICE/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libICE/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 15 Apr 2014 18:35:59 -0000 1.100 +++ ChangeLog 13 Jun 2014 13:28:55 -0000 1.101 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libICE # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.100 2014/04/15 18:35:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.101 2014/06/13 13:28:55 chithanh Exp $ + +*libICE-1.0.9 (13 Jun 2014) + + 13 Jun 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +libICE-1.0.9.ebuild, -libICE-1.0.7.ebuild, -libICE-1.0.8.ebuild: + Version bump, remove old. 15 Apr 2014; Mike Frysinger <[email protected]> libICE-1.0.7.ebuild, libICE-1.0.8-r1.ebuild, libICE-1.0.8.ebuild: 1.1 x11-libs/libICE/libICE-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libICE/libICE-1.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libICE/libICE-1.0.9.ebuild?rev=1.1&content-type=text/plain Index: libICE-1.0.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.9.ebuild,v 1.1 2014/06/13 13:28:55 chithanh Exp $ EAPI=5 XORG_DOC=doc XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org Inter-Client Exchange library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" RDEPEND="x11-libs/xtrans x11-proto/xproto[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" pkg_setup() { xorg-2_pkg_setup XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) $(use_enable doc docs) $(use_enable doc specs) $(use_with doc xmlto) --without-fop ) }
