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: ChangeLog pixman-0.26.2.ebuild
Date: Sat, 30 Jun 2012 15:15:35
Message-Id: 20120630151525.944102004B@flycatcher.gentoo.org
1 mattst88 12/06/30 15:15:25
2
3 Modified: ChangeLog
4 Added: pixman-0.26.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.65/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.135 x11-libs/pixman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.135&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.135&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?r1=1.134&r2=1.135
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v
20 retrieving revision 1.134
21 retrieving revision 1.135
22 diff -u -r1.134 -r1.135
23 --- ChangeLog 29 Jun 2012 05:40:02 -0000 1.134
24 +++ ChangeLog 30 Jun 2012 15:15:25 -0000 1.135
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/pixman
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.134 2012/06/29 05:40:02 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.135 2012/06/30 15:15:25 mattst88 Exp $
30 +
31 +*pixman-0.26.2 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Matt Turner <mattst88@g.o> +pixman-0.26.2.ebuild:
34 + Version bump.
35
36 29 Jun 2012; Markus Meier <maekke@g.o> pixman-0.26.0.ebuild:
37 arm stable, bug #419473
38
39
40
41 1.1 x11-libs/pixman/pixman-0.26.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.26.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.26.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pixman-0.26.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.26.2.ebuild,v 1.1 2012/06/30 15:15:25 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 test"
60
61 pkg_setup() {
62 xorg-2_pkg_setup
63
64 XORG_CONFIGURE_OPTIONS=(
65 $(use_enable mmx)
66 $(use_enable sse2)
67 $(use_enable altivec vmx)
68 $(use_enable neon arm-neon)
69 $(use_enable iwmmxt arm-iwmmxt)
70 --disable-gtk
71 )
72 }