rhill 14/05/22 12:57:15 Modified: ChangeLog cloog-0.18.0.ebuild Added: cloog-0.18.1.ebuild Removed: cloog-0.17.0.ebuild Log: Version bump (bug #491726). USE EAPI 5 and subslots. Add multilib support. Add missing pkgconfig dep. Remove old. Signed-off-by: Ryan Hill <rh...@gentoo.org> (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path 1.14 dev-libs/cloog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Nov 2013 02:28:34 -0000 1.13 +++ ChangeLog 22 May 2014 12:57:15 -0000 1.14 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/cloog -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.13 2013/11/04 02:28:34 mattst88 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.14 2014/05/22 12:57:15 rhill Exp $ + +*cloog-0.18.1 (22 May 2014) + + 22 May 2014; Ryan Hill <rh...@gentoo.org> -cloog-0.17.0.ebuild, + cloog-0.18.0.ebuild, +cloog-0.18.1.ebuild: + Version bump (bug #491726). USE EAPI 5 and subslots. Add multilib support. + Add missing pkgconfig dep. Remove old. 04 Nov 2013; Matt Turner <matts...@gentoo.org> cloog-0.18.0.ebuild: Added ~alpha, bug 487266. 1.9 dev-libs/cloog/cloog-0.18.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?r1=1.8&r2=1.9 Index: cloog-0.18.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cloog-0.18.0.ebuild 4 Nov 2013 02:28:34 -0000 1.8 +++ cloog-0.18.0.ebuild 22 May 2014 12:57:15 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.8 2013/11/04 02:28:34 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.9 2014/05/22 12:57:15 rhill Exp $ EAPI="4" @@ -16,7 +16,7 @@ IUSE="static-libs" DEPEND="dev-libs/gmp - >=dev-libs/isl-0.11.1 + <dev-libs/isl-0.13 !<dev-libs/cloog-ppl-0.15.10" RDEPEND="${DEPEND}" 1.1 dev-libs/cloog/cloog-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild?rev=1.1&content-type=text/plain Index: cloog-0.18.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild,v 1.1 2014/05/22 12:57:15 rhill Exp $ EAPI="5" inherit eutils multilib-minimal 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/4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.0.2[${MULTILIB_USEDEP}] dev-libs/isl:0/10[${MULTILIB_USEDEP}] !<dev-libs/cloog-ppl-0.15.10" DEPEND="${DEPEND} virtual/pkgconfig" DOCS=( README ) src_prepare() { # m4/ax_create_pkgconfig_info.m4 includes LDFLAGS # sed to avoid eautoreconf sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die } multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --with-gmp=system \ --with-isl=system \ $(use_enable static-libs static) } multilib_src_install_all() { einstalldocs prune_libtool_files }