From ca3678f88e5f4b70c44a80138ec187e86011c9ef Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 18 Nov 2013 02:49:33 +0000 Subject: Version bump to 0.32.4, bug 491110. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A) --- x11-libs/pixman/ChangeLog | 8 +++++++- x11-libs/pixman/pixman-0.32.2.ebuild | 31 ------------------------------- x11-libs/pixman/pixman-0.32.4.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 32 deletions(-) delete mode 100644 x11-libs/pixman/pixman-0.32.2.ebuild create mode 100644 x11-libs/pixman/pixman-0.32.4.ebuild (limited to 'x11-libs/pixman') diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog index 53b0d856280c..29fd539d5ce9 100644 --- a/x11-libs/pixman/ChangeLog +++ b/x11-libs/pixman/ChangeLog @@ -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.174 2013/11/14 16:01:46 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.175 2013/11/18 02:49:33 mattst88 Exp $ + +*pixman-0.32.4 (18 Nov 2013) + + 18 Nov 2013; Matt Turner +pixman-0.32.4.ebuild, + -pixman-0.32.2.ebuild: + Version bump to 0.32.4, bug 491110. *pixman-0.32.2 (14 Nov 2013) diff --git a/x11-libs/pixman/pixman-0.32.2.ebuild b/x11-libs/pixman/pixman-0.32.2.ebuild deleted file mode 100644 index 2ebbc13d0dd4..000000000000 --- a/x11-libs/pixman/pixman-0.32.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.2.ebuild,v 1.1 2013/11/14 16:01:46 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" -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 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 -} diff --git a/x11-libs/pixman/pixman-0.32.4.ebuild b/x11-libs/pixman/pixman-0.32.4.ebuild new file mode 100644 index 000000000000..9f7c20c97bca --- /dev/null +++ b/x11-libs/pixman/pixman-0.32.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 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.1 2013/11/18 02:49:33 mattst88 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" +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 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 +} -- cgit v1.2.3-65-gdbad