public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.1.0_rc1.ebuild ChangeLog
@ 2014-01-19  2:27 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-01-19  2:27 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/01/19 02:27:37

  Modified:             libcircle-0.1.0_rc1.ebuild ChangeLog
  Log:
  fixed build without dev-libs/check
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?r1=1.1&r2=1.2

Index: libcircle-0.1.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcircle-0.1.0_rc1.ebuild	18 Jan 2014 02:23:17 -0000	1.1
+++ libcircle-0.1.0_rc1.ebuild	19 Jan 2014 02:27:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.1 2014/01/18 02:23:17 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.2 2014/01/19 02:27:37 ottxor Exp $
 
 EAPI=5
 
@@ -35,8 +35,8 @@
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable test tests)
-		$(use_enable doc doxygen)
+		$(usex test '--enable-tests' '')
+		$(usex doc '--enable-doxygen' '')
 	)
 	autotools-utils_src_configure
 }



1.2                  sys-cluster/libcircle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Jan 2014 02:23:17 -0000	1.1
+++ ChangeLog	19 Jan 2014 02:27:37 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/libcircle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.1 2014/01/18 02:23:17 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.2 2014/01/19 02:27:37 ottxor Exp $
+
+  19 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
+  libcircle-0.1.0_rc1.ebuild:
+  fixed build without dev-libs/check
 
 *libcircle-0.1.0_rc1 (18 Jan 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.1.0_rc1.ebuild ChangeLog
@ 2014-01-19 19:27 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-01-19 19:27 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/01/19 19:27:26

  Modified:             libcircle-0.1.0_rc1.ebuild ChangeLog
  Log:
  added ~x86 (tested by me)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.3                  sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild?r1=1.2&r2=1.3

Index: libcircle-0.1.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcircle-0.1.0_rc1.ebuild	19 Jan 2014 02:27:37 -0000	1.2
+++ libcircle-0.1.0_rc1.ebuild	19 Jan 2014 19:27:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.2 2014/01/19 02:27:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.3 2014/01/19 19:27:26 ottxor Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 	[[ ${PV} = *rc* ]] && MY_PV="${PV%%_rc*}-rc.${PV#*_rc}" || MY_PV="${PV}"
 	inherit vcs-snapshot
 	SRC_URI="https://github.com/hpc/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="an API for distributing embarrassingly parallel workloads using self-stabilization"



1.3                  sys-cluster/libcircle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcircle/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Jan 2014 02:27:37 -0000	1.2
+++ ChangeLog	19 Jan 2014 19:27:26 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/libcircle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.2 2014/01/19 02:27:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.3 2014/01/19 19:27:26 ottxor Exp $
+
+  19 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
+  libcircle-0.1.0_rc1.ebuild:
+  added ~x86 (tested by me)
 
   19 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
   libcircle-0.1.0_rc1.ebuild:





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

end of thread, other threads:[~2014-01-19 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 19:27 [gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.1.0_rc1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-19  2:27 Christoph Junghans (ottxor)

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