Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libast: libast-0.7.ebuild libast-9999.ebuild ChangeLog
Date: Wed, 28 Jan 2015 22:21:11
Message-Id: 20150128222105.E7F6310824@oystercatcher.gentoo.org
1 mgorny 15/01/28 22:21:05
2
3 Modified: libast-0.7.ebuild libast-9999.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.18 x11-libs/libast/libast-0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-0.7.ebuild?r1=1.17&r2=1.18
15
16 Index: libast-0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- libast-0.7.ebuild 26 Nov 2010 05:22:15 -0000 1.17
23 +++ libast-0.7.ebuild 28 Jan 2015 22:21:05 -0000 1.18
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.17 2010/11/26 05:22:15 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.18 2015/01/28 22:21:05 mgorny Exp $
30
31 DESCRIPTION="LIBrary of Assorted Spiffy Things"
32 HOMEPAGE="http://www.eterm.org/download/"
33 @@ -9,7 +9,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 -IUSE="imlib mmx pcre"
38 +IUSE="imlib cpu_flags_x86_mmx pcre"
39
40 RDEPEND="!sci-astronomy/ast
41 x11-libs/libXt
42 @@ -27,7 +27,7 @@
43 use pcre && myregexp="pcre"
44 econf \
45 $(use_with imlib) \
46 - $(use_enable mmx) \
47 + $(use_enable cpu_flags_x86_mmx mmx) \
48 --with-regexp=${myregexp} \
49 || die
50 emake || die
51
52
53
54 1.12 x11-libs/libast/libast-9999.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?rev=1.12&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?rev=1.12&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/libast-9999.ebuild?r1=1.11&r2=1.12
59
60 Index: libast-9999.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v
63 retrieving revision 1.11
64 retrieving revision 1.12
65 diff -u -r1.11 -r1.12
66 --- libast-9999.ebuild 26 Nov 2010 05:22:15 -0000 1.11
67 +++ libast-9999.ebuild 28 Jan 2015 22:21:05 -0000 1.12
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2010 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.11 2010/11/26 05:22:15 vapier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.12 2015/01/28 22:21:05 mgorny Exp $
74
75 #ECVS_SERVER="cvs.sourceforge.net:/cvsroot/enlightenment"
76 ECVS_SERVER="anoncvs.enlightenment.org:/var/cvs/e"
77 @@ -14,7 +14,7 @@
78 LICENSE="GPL-2"
79 SLOT="0"
80 KEYWORDS=""
81 -IUSE="imlib mmx pcre"
82 +IUSE="imlib cpu_flags_x86_mmx pcre"
83
84 RDEPEND="!sci-astronomy/ast
85 x11-libs/libXt
86 @@ -40,7 +40,7 @@
87 use pcre && myregexp="pcre"
88 econf \
89 $(use_with imlib) \
90 - $(use_enable mmx) \
91 + $(use_enable cpu_flags_x86_mmx mmx) \
92 --with-regexp=${myregexp} \
93 || die
94 emake || die
95
96
97
98 1.34 x11-libs/libast/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?rev=1.34&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?rev=1.34&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libast/ChangeLog?r1=1.33&r2=1.34
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v
107 retrieving revision 1.33
108 retrieving revision 1.34
109 diff -u -r1.33 -r1.34
110 --- ChangeLog 26 Nov 2010 05:22:15 -0000 1.33
111 +++ ChangeLog 28 Jan 2015 22:21:05 -0000 1.34
112 @@ -1,6 +1,10 @@
113 # ChangeLog for x11-libs/libast
114 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.33 2010/11/26 05:22:15 vapier Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.34 2015/01/28 22:21:05 mgorny Exp $
118 +
119 + 28 Jan 2015; Michał Górny <mgorny@g.o> libast-0.7.ebuild,
120 + libast-9999.ebuild:
121 + Switch to CPU_FLAGS_X86.
122
123 26 Nov 2010; Mike Frysinger <vapier@g.o> libast-0.7.ebuild,
124 libast-9999.ebuild: