Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Ryan Hill (dirtyepic)" <dirtyepic@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-libs/ppl: ChangeLog ppl-0.10-r1.ebuild ppl-0.10.ebuild ppl-0.10_pre27.ebuild
|
|
Date:
|
Sun, 22 Mar 2009 23:08:25 +0000
|
|
dirtyepic 09/03/22 23:08:25
Modified: ChangeLog ppl-0.10-r1.ebuild
Removed: ppl-0.10.ebuild ppl-0.10_pre27.ebuild
Log:
Require swi-prolog built with USE=gmp for bug #263368. Drop old. Shorten
desc for repoman happiness.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-libs/ppl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ppl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 23 Feb 2009 06:05:26 -0000 1.6
+++ ChangeLog 22 Mar 2009 23:08:25 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/ppl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ChangeLog,v 1.6 2009/02/23 06:05:26 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ChangeLog,v 1.7 2009/03/22 23:08:25 dirtyepic Exp $
+
+ 22 Mar 2009; Ryan Hill <dirtyepic@g.o> -ppl-0.10_pre27.ebuild,
+ -ppl-0.10.ebuild, ppl-0.10-r1.ebuild:
+ Require swi-prolog built with USE=gmp for bug #263368. Drop old. Shorten
+ desc for repoman happiness.
23 Feb 2009; Ryan Hill <dirtyepic@g.o> ppl-0.10-r1.ebuild:
Stop using prepalldocs.
1.4 dev-libs/ppl/ppl-0.10-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild?r1=1.3&r2=1.4
Index: ppl-0.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ppl-0.10-r1.ebuild 23 Feb 2009 06:05:26 -0000 1.3
+++ ppl-0.10-r1.ebuild 22 Mar 2009 23:08:25 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild,v 1.3 2009/02/23 06:05:26 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10-r1.ebuild,v 1.4 2009/03/22 23:08:25 dirtyepic Exp $
EAPI=2
-DESCRIPTION="The Parma Polyhedra Library (PPL) is a modern and reasonably complete library providing numerical abstractions especially targeted at applications in the field of analysis and verification of complex systems"
+DESCRIPTION="The Parma Polyhedra Library provides numerical abstractions for analysis of complex systems"
HOMEPAGE="http://www.cs.unipr.it/ppl/"
SRC_URI="http://www.cs.unipr.it/ppl/Download/ftp/releases/${PV}/${P}.tar.bz2
ftp://ftp.cs.unipr.it/pub/ppl/releases/${PV}/${P}.tar.bz2"
@@ -14,7 +14,7 @@
KEYWORDS="~amd64 ~mips ~x86"
IUSE="doc prolog"
-RDEPEND="prolog? ( dev-lang/swi-prolog )
+RDEPEND="prolog? ( dev-lang/swi-prolog[gmp] )
>=dev-libs/gmp-4.1.3[-nocxx]"
DEPEND="${RDEPEND}
sys-devel/m4"
|
|