summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2012-02-20 06:46:16 +0000
committerRyan Hill <dirtyepic@gentoo.org>2012-02-20 06:46:16 +0000
commit36d682dc5d12b55bd58f26f7617516027a39787c (patch)
treea0edec062e102c998a0cc1eaaae9288974967c42 /dev-libs/cloog
parentVersion bump (bug #389357 by Samuli). (diff)
downloadgentoo-2-36d682dc5d12b55bd58f26f7617516027a39787c.tar.gz
gentoo-2-36d682dc5d12b55bd58f26f7617516027a39787c.tar.bz2
gentoo-2-36d682dc5d12b55bd58f26f7617516027a39787c.zip
Version bump.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cloog')
-rw-r--r--dev-libs/cloog/ChangeLog10
-rw-r--r--dev-libs/cloog/cloog-0.16.1.ebuild32
-rw-r--r--dev-libs/cloog/cloog-0.16.3.ebuild6
-rw-r--r--dev-libs/cloog/cloog-0.17.0.ebuild (renamed from dev-libs/cloog/cloog-0.16.2.ebuild)6
4 files changed, 14 insertions, 40 deletions
diff --git a/dev-libs/cloog/ChangeLog b/dev-libs/cloog/ChangeLog
index c996728f089d..d615b26d97b5 100644
--- a/dev-libs/cloog/ChangeLog
+++ b/dev-libs/cloog/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/cloog
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.3 2011/08/21 06:44:38 dirtyepic Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.4 2012/02/20 06:46:15 dirtyepic Exp $
+
+*cloog-0.17.0 (20 Feb 2012)
+
+ 20 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> -cloog-0.16.1.ebuild,
+ -cloog-0.16.2.ebuild, cloog-0.16.3.ebuild, +cloog-0.17.0.ebuild:
+ Version bump.
*cloog-0.16.3 (21 Aug 2011)
diff --git a/dev-libs/cloog/cloog-0.16.1.ebuild b/dev-libs/cloog/cloog-0.16.1.ebuild
deleted file mode 100644
index b9037a0133c4..000000000000
--- a/dev-libs/cloog/cloog-0.16.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.16.1.ebuild,v 1.1 2011/01/08 06:05:23 dirtyepic Exp $
-
-EAPI="3"
-
-inherit autotools-utils
-
-DESCRIPTION="A loop generator for scanning polyhedra"
-HOMEPAGE="http://www.bastoul.net/cloog/index.php"
-#SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"
-SRC_URI="ftp://gcc.gnu.org/pub/gcc/infrastructure/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="dev-libs/gmp
- >=dev-libs/isl-0.05.1
- !<dev-libs/cloog-ppl-0.15.10"
-RDEPEND="${DEPEND}"
-
-DOCS=( README doc/cloog.pdf )
-
-src_configure() {
- myeconfargs=(
- --with-isl=system
- --with-polylib=no
- )
- autotools-utils_src_configure
-}
diff --git a/dev-libs/cloog/cloog-0.16.3.ebuild b/dev-libs/cloog/cloog-0.16.3.ebuild
index 519dbae3264a..e1f904f343f7 100644
--- a/dev-libs/cloog/cloog-0.16.3.ebuild
+++ b/dev-libs/cloog/cloog-0.16.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.16.3.ebuild,v 1.1 2011/08/21 06:44:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.16.3.ebuild,v 1.2 2012/02/20 06:46:15 dirtyepic Exp $
EAPI="3"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
DEPEND="dev-libs/gmp
- >=dev-libs/isl-0.07
+ <dev-libs/isl-0.09
!<dev-libs/cloog-ppl-0.15.10"
RDEPEND="${DEPEND}"
diff --git a/dev-libs/cloog/cloog-0.16.2.ebuild b/dev-libs/cloog/cloog-0.17.0.ebuild
index 4e497e5ab7b2..f3d6dc3231c8 100644
--- a/dev-libs/cloog/cloog-0.16.2.ebuild
+++ b/dev-libs/cloog/cloog-0.17.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.16.2.ebuild,v 1.1 2011/04/14 07:27:59 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.17.0.ebuild,v 1.1 2012/02/20 06:46:16 dirtyepic Exp $
EAPI="3"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
DEPEND="dev-libs/gmp
- >=dev-libs/isl-0.05.1
+ >=dev-libs/isl-0.09
!<dev-libs/cloog-ppl-0.15.10"
RDEPEND="${DEPEND}"