public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.3.ebuild ChangeLog
@ 2015-02-05 12:33 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-02-05 12:33 UTC (permalink / raw
  To: gentoo-commits

blueness    15/02/05 12:33:39

  Modified:             cloog-0.18.3.ebuild ChangeLog
  Log:
  Fix FEATURES=test for 0.18.3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  dev-libs/cloog/cloog-0.18.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?r1=1.1&r2=1.2

Index: cloog-0.18.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cloog-0.18.3.ebuild	5 Feb 2015 11:52:17 -0000	1.1
+++ cloog-0.18.3.ebuild	5 Feb 2015 12:33:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.1 2015/02/05 11:52:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.2 2015/02/05 12:33:39 blueness Exp $
 
 EAPI="5"
 
@@ -48,6 +48,12 @@
 		$(use_enable static-libs static)
 }
 
+# The default src_test() fails, so we'll just run these directly
+multilib_src_test () {
+	echo ">>> Test phase [check]: ${CATEGORY}/${PF}"
+	emake -j1 check
+}
+
 multilib_src_install_all() {
 	einstalldocs
 	prune_libtool_files



1.29                 dev-libs/cloog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	5 Feb 2015 11:52:17 -0000	1.28
+++ ChangeLog	5 Feb 2015 12:33:39 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/cloog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.28 2015/02/05 11:52:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.29 2015/02/05 12:33:39 blueness Exp $
+
+  05 Feb 2015; Anthony G. Basile <blueness@gentoo.org> cloog-0.18.3.ebuild:
+  Fix FEATURES=test for 0.18.3
 
 *cloog-0.18.3 (05 Feb 2015)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.3.ebuild ChangeLog
@ 2015-07-15  3:32 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-07-15  3:32 UTC (permalink / raw
  To: gentoo-commits

vapier      15/07/15 03:32:39

  Modified:             cloog-0.18.3.ebuild ChangeLog
  Log:
  Fix building w/isl-0.15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.4                  dev-libs/cloog/cloog-0.18.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?r1=1.3&r2=1.4

Index: cloog-0.18.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cloog-0.18.3.ebuild	17 Mar 2015 05:29:23 -0000	1.3
+++ cloog-0.18.3.ebuild	15 Jul 2015 03:32:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.3 2015/03/17 05:29:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.4 2015/07/15 03:32:39 vapier Exp $
 
 EAPI="5"
 
@@ -22,7 +22,7 @@
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
-	>=dev-libs/isl-0.14:0/14[${MULTILIB_USEDEP}]
+	>=dev-libs/isl-0.14:0=[${MULTILIB_USEDEP}]
 	!dev-libs/cloog-ppl"
 DEPEND="${DEPEND}
 	virtual/pkgconfig"
@@ -38,6 +38,11 @@
 		# sed to avoid eautoreconf
 		sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die
 	fi
+
+	epatch "${FILESDIR}"/${P}-isl-0.15.patch
+
+	# Make sure we always use the system isl.
+	rm -rf isl
 }
 
 multilib_src_configure() {



1.32                 dev-libs/cloog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	13 Apr 2015 08:58:39 -0000	1.31
+++ ChangeLog	15 Jul 2015 03:32:39 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/cloog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.31 2015/04/13 08:58:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.32 2015/07/15 03:32:39 vapier Exp $
+
+  15 Jul 2015; Mike Frysinger <vapier@gentoo.org>
+  +files/cloog-0.18.3-isl-0.15.patch, cloog-0.18.3.ebuild:
+  Fix building w/isl-0.15.
 
   13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cloog-0.18.1.ebuild:
   Stable for alpha, wrt bug #545124





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-15  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 12:33 [gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.3.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-15  3:32 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox