Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.17.ebuild ChangeLog orc-0.4.16-r1.ebuild orc-0.4.9.ebuild orc-0.4.10.ebuild orc-0.4.16.ebuild orc-0.4.11.ebuild orc-0.4.14.ebuild
Date: Mon, 29 Apr 2013 13:49:17
Message-Id: 20130429134911.C917C2171D@flycatcher.gentoo.org
1 tetromino 13/04/29 13:49:11
2
3 Modified: ChangeLog orc-0.4.16-r1.ebuild
4 Added: orc-0.4.17.ebuild
5 Removed: orc-0.4.9.ebuild orc-0.4.10.ebuild
6 orc-0.4.16.ebuild orc-0.4.11.ebuild
7 orc-0.4.14.ebuild
8 Log:
9 Version bump. Remove obsolete versions. Fix building with automake-1.13 (bug #466956, thanks to Alphat-PC).
10
11 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
12
13 Revision Changes Path
14 1.31 dev-lang/orc/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.31&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.31&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.30&r2=1.31
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
23 retrieving revision 1.30
24 retrieving revision 1.31
25 diff -u -r1.30 -r1.31
26 --- ChangeLog 4 Dec 2012 15:37:34 -0000 1.30
27 +++ ChangeLog 29 Apr 2013 13:49:11 -0000 1.31
28 @@ -1,6 +1,16 @@
29 # ChangeLog for dev-lang/orc
30 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.30 2012/12/04 15:37:34 ago Exp $
32 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.31 2013/04/29 13:49:11 tetromino Exp $
34 +
35 +*orc-0.4.17 (29 Apr 2013)
36 +
37 + 29 Apr 2013; Alexandre Rostovtsev <tetromino@g.o> -orc-0.4.9.ebuild,
38 + -orc-0.4.10.ebuild, -orc-0.4.11.ebuild, -orc-0.4.14.ebuild,
39 + -orc-0.4.16.ebuild, orc-0.4.16-r1.ebuild, +orc-0.4.17.ebuild,
40 + -files/orc-0.4.9-make-valgrind-optional.patch,
41 + +files/orc-0.4.17-AM_CONFIG_HEADER.patch:
42 + Version bump. Remove obsolete versions. Fix building with automake-1.13 (bug
43 + #466956, thanks to Alphat-PC).
44
45 04 Dec 2012; <ago@g.o> orc-0.4.16-r1.ebuild:
46 Stable for x86, wrt bug #442438
47
48
49
50 1.6 dev-lang/orc/orc-0.4.16-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?rev=1.6&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?rev=1.6&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?r1=1.5&r2=1.6
55
56 Index: orc-0.4.16-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v
59 retrieving revision 1.5
60 retrieving revision 1.6
61 diff -u -r1.5 -r1.6
62 --- orc-0.4.16-r1.ebuild 4 Dec 2012 15:37:34 -0000 1.5
63 +++ orc-0.4.16-r1.ebuild 29 Apr 2013 13:49:11 -0000 1.6
64 @@ -1,9 +1,9 @@
65 -# Copyright 1999-2012 Gentoo Foundation
66 +# Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.5 2012/12/04 15:37:34 ago Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.6 2013/04/29 13:49:11 tetromino Exp $
70
71 EAPI=4
72 -inherit autotools flag-o-matic
73 +inherit autotools eutils flag-o-matic
74
75 DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
76 HOMEPAGE="http://code.entropywave.com/projects/orc/"
77 @@ -21,6 +21,7 @@
78 src_prepare() {
79 if ! use examples; then
80 sed -i -e '/SUBDIRS/s:examples::' Makefile.am || die
81 + epatch "${FILESDIR}/${PN}-0.4.17-AM_CONFIG_HEADER.patch" # in 0.4.18
82 AT_M4DIR="m4" eautoreconf
83 fi
84 }
85
86
87
88 1.1 dev-lang/orc/orc-0.4.17.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild?rev=1.1&content-type=text/plain
92
93 Index: orc-0.4.17.ebuild
94 ===================================================================
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild,v 1.1 2013/04/29 13:49:11 tetromino Exp $
98
99 EAPI="5"
100 inherit autotools eutils flag-o-matic
101
102 DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
103 HOMEPAGE="http://code.entropywave.com/projects/orc/"
104 SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz"
105
106 LICENSE="BSD BSD-2"
107 SLOT="0"
108 KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
109 IUSE="static-libs examples"
110
111 RDEPEND=""
112 DEPEND="${RDEPEND}
113 dev-util/gtk-doc-am"
114
115 src_prepare() {
116 if ! use examples; then
117 sed -i -e '/SUBDIRS/s:examples::' Makefile.am || die
118 epatch "${FILESDIR}/${P}-AM_CONFIG_HEADER.patch" # in 0.4.18
119 AT_M4DIR="m4" eautoreconf
120 fi
121 }
122
123 src_configure() {
124 # any optimisation on PPC/Darwin yields in a complaint from the assembler
125 # Parameter error: r0 not allowed for parameter %lu (code as 0 not r0)
126 # the same for Intel/Darwin, although the error message there is different
127 # but along the same lines
128 [[ ${CHOST} == *-darwin* ]] && filter-flags -O*
129 econf \
130 $(use_enable static-libs static)
131 }
132
133 src_install() {
134 default
135 prune_libtool_files
136 }