chithanh 14/10/22 17:15:49 Modified: pixman-0.32.4.ebuild ChangeLog Added: pixman-0.32.6.ebuild Log: Version bump. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.12 x11-libs/pixman/pixman-0.32.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?r1=1.11&r2=1.12 Index: pixman-0.32.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pixman-0.32.4.ebuild 26 Dec 2013 20:17:27 -0000 1.11 +++ pixman-0.32.4.ebuild 22 Oct 2014 17:15:49 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.11 2013/12/26 20:17:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.12 2014/10/22 17:15:49 chithanh Exp $ EAPI=5 XORG_MULTILIB=yes 1.188 x11-libs/pixman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 27 Dec 2013 03:20:15 -0000 1.187 +++ ChangeLog 22 Oct 2014 17:15:49 -0000 1.188 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/pixman -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.187 2013/12/27 03:20:15 mattst88 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.188 2014/10/22 17:15:49 chithanh Exp $ + +*pixman-0.32.6 (22 Oct 2014) + + 22 Oct 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +pixman-0.32.6.ebuild, pixman-0.32.4.ebuild: + Version bump. 27 Dec 2013; Matt Turner <[email protected]> -pixman-0.28.0.ebuild, -pixman-0.28.2.ebuild, -pixman-0.30.0.ebuild, -pixman-0.30.2-r1.ebuild, 1.1 x11-libs/pixman/pixman-0.32.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild?rev=1.1&content-type=text/plain Index: pixman-0.32.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild,v 1.1 2014/10/22 17:15:49 chithanh Exp $ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 toolchain-funcs versionator EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" DESCRIPTION="Low-level pixel manipulation routines" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="altivec iwmmxt loongson2f mmxext neon sse2 ssse3" RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-gtklibs-20131008 !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] )" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable mmxext mmx) $(use_enable sse2) $(use_enable ssse3) $(use_enable altivec vmx) $(use_enable neon arm-neon) $(use_enable iwmmxt arm-iwmmxt) $(use_enable loongson2f loongson-mmi) --disable-gtk --disable-libpng ) xorg-2_src_configure }
