diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2012-06-27 06:09:30 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2012-06-27 06:09:30 +0000 |
commit | 1947cc8c10cd2401273a1ee0673f7ceb1da82436 (patch) | |
tree | a1d00998d8f56be73b47b1d45a3d938a04f521d3 /dev-libs/cloog | |
parent | Bump for #419345 #417241 (diff) | |
download | gentoo-2-1947cc8c10cd2401273a1ee0673f7ceb1da82436.tar.gz gentoo-2-1947cc8c10cd2401273a1ee0673f7ceb1da82436.tar.bz2 gentoo-2-1947cc8c10cd2401273a1ee0673f7ceb1da82436.zip |
Remove old.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cloog')
-rw-r--r-- | dev-libs/cloog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cloog/cloog-0.16.3.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-libs/cloog/ChangeLog b/dev-libs/cloog/ChangeLog index d615b26d97b5..f5ad0c099a36 100644 --- a/dev-libs/cloog/ChangeLog +++ b/dev-libs/cloog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cloog # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.5 2012/06/27 06:09:30 dirtyepic Exp $ + + 27 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> -cloog-0.16.3.ebuild: + Remove old. *cloog-0.17.0 (20 Feb 2012) diff --git a/dev-libs/cloog/cloog-0.16.3.ebuild b/dev-libs/cloog/cloog-0.16.3.ebuild deleted file mode 100644 index e1f904f343f7..000000000000 --- a/dev-libs/cloog/cloog-0.16.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.2 2012/02/20 06:46:15 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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DEPEND="dev-libs/gmp - <dev-libs/isl-0.09 - !<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 -} |