mgorny      15/01/03 12:26:50

  Modified:             kodkod-1.5.2.ebuild ChangeLog
  Log:
  Use python-any-r1 for waf.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.5                  sci-mathematics/kodkod/kodkod-1.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?r1=1.4&r2=1.5

Index: kodkod-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kodkod-1.5.2.ebuild 22 Jun 2014 13:52:20 -0000      1.4
+++ kodkod-1.5.2.ebuild 3 Jan 2015 12:26:50 -0000       1.5
@@ -1,12 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.4 
2014/06/22 13:52:20 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.5 
2015/01/03 12:26:50 mgorny Exp $
 
 EAPI="5"
 
 JAVA_PKG_IUSE="doc source"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
 
-inherit java-pkg-2 waf-utils
+inherit java-pkg-2 python-any-r1 waf-utils
 
 DESCRIPTION="a constraint solver for relational logic"
 HOMEPAGE="http://alloy.mit.edu/kodkod/index.html";
@@ -29,6 +31,11 @@
 JAVA_SRC_DIR="src"
 LIBDIR="/usr/"$(get_libdir)"/${PN}"
 
+pkg_setup() {
+       python-any-r1_pkg_setup
+       java-pkg-2_pkg_setup
+}
+
 src_unpack() {
        unpack "${A% *}"
        cp "${DISTDIR}/${A#* }" "${S}/waf" || die "Could not copy waf"



1.6                  sci-mathematics/kodkod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   22 Jun 2014 13:52:20 -0000      1.5
+++ ChangeLog   3 Jan 2015 12:26:50 -0000       1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/kodkod
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.5 
2014/06/22 13:52:20 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.6 
2015/01/03 12:26:50 mgorny Exp $
+
+  03 Jan 2015; Michał Górny <[email protected]> kodkod-1.5.2.ebuild:
+  Use python-any-r1 for waf.
 
   22 Jun 2014; Mark Wright <[email protected]> kodkod-1.5.2.ebuild:
   Use waf 1.7.16 instead of 1.7.6 in kodkod to try to fix Bug 513978. Specify




Reply via email to