Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pixman: pixman-0.29.2.ebuild ChangeLog
Date: Thu, 31 Jan 2013 05:50:12
Message-Id: 20130131055009.669F42171D@flycatcher.gentoo.org
1 mattst88 13/01/31 05:50:09
2
3 Modified: ChangeLog
4 Added: pixman-0.29.2.ebuild
5 Log:
6 Version bump to 0.29.2.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
9
10 Revision Changes Path
11 1.153 x11-libs/pixman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.153&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.153&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?r1=1.152&r2=1.153
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v
20 retrieving revision 1.152
21 retrieving revision 1.153
22 diff -u -r1.152 -r1.153
23 --- ChangeLog 4 Jan 2013 18:02:48 -0000 1.152
24 +++ ChangeLog 31 Jan 2013 05:50:09 -0000 1.153
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/pixman
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.152 2013/01/04 18:02:48 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.153 2013/01/31 05:50:09 mattst88 Exp $
30 +
31 +*pixman-0.29.2 (31 Jan 2013)
32 +
33 + 31 Jan 2013; Matt Turner <mattst88@g.o> +pixman-0.29.2.ebuild:
34 + Version bump to 0.29.2.
35
36 04 Jan 2013; Jeroen Roovers <jer@g.o> pixman-0.28.0.ebuild:
37 Stable for HPPA (bug #440872).
38
39
40
41 1.1 x11-libs/pixman/pixman-0.29.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.29.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.29.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pixman-0.29.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.29.2.ebuild,v 1.1 2013/01/31 05:50:09 mattst88 Exp $
51
52 EAPI=4
53 inherit xorg-2 toolchain-funcs versionator
54
55 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
56 DESCRIPTION="Low-level pixel manipulation routines"
57
58 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"
59 IUSE="altivec iwmmxt mmx neon sse2"
60
61 src_configure() {
62 XORG_CONFIGURE_OPTIONS=(
63 $(use_enable mmx)
64 $(use_enable sse2)
65 $(use_enable altivec vmx)
66 $(use_enable neon arm-neon)
67 $(use_enable iwmmxt arm-iwmmxt)
68 --disable-gtk
69 )
70 xorg-2_src_configure
71 }