Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cloog-ppl: ChangeLog cloog-ppl-0.15.9.ebuild
Date: Thu, 06 May 2010 04:55:40
Message-Id: 20100506045536.8B1DB28867@corvid.gentoo.org
1 dirtyepic 10/05/06 04:55:36
2
3 Modified: ChangeLog
4 Added: cloog-ppl-0.15.9.ebuild
5 Log:
6 Version bump, bug #318645.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 dev-libs/cloog-ppl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cloog-ppl/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cloog-ppl/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cloog-ppl/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog-ppl/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 30 Apr 2010 06:13:37 -0000 1.15
23 +++ ChangeLog 6 May 2010 04:55:36 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/cloog-ppl
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog-ppl/ChangeLog,v 1.15 2010/04/30 06:13:37 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog-ppl/ChangeLog,v 1.16 2010/05/06 04:55:36 dirtyepic Exp $
29 +
30 +*cloog-ppl-0.15.9 (06 May 2010)
31 +
32 + 06 May 2010; Ryan Hill <dirtyepic@g.o> +cloog-ppl-0.15.9.ebuild:
33 + Version bump, bug #318645.
34
35 30 Apr 2010; Alexis Ballier <aballier@g.o> cloog-ppl-0.15.8.ebuild:
36 keyword ~sparc-fbsd
37
38
39
40 1.1 dev-libs/cloog-ppl/cloog-ppl-0.15.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cloog-ppl/cloog-ppl-0.15.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cloog-ppl/cloog-ppl-0.15.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cloog-ppl-0.15.9.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog-ppl/cloog-ppl-0.15.9.ebuild,v 1.1 2010/05/06 04:55:36 dirtyepic Exp $
50
51 inherit autotools
52
53 DESCRIPTION="Port of CLooG (Chunky LOOp Generator) to PPL (Parma Polyhedra Library)"
54 HOMEPAGE="http://repo.or.cz/w/cloog-ppl.git"
55 SRC_URI="ftp://gcc.gnu.org/pub/gcc/infrastructure/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/ppl-0.10
63 dev-libs/gmp"
64 DEPEND="${RDEPEND}"
65
66 src_compile() {
67 econf --with-ppl || die "econf failed"
68 emake || die "emake failed"
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die "install failed"
73 }