Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/kodkod: kodkod-1.5.2.ebuild metadata.xml ChangeLog
Date: Sun, 28 Jun 2015 19:31:50
Message-Id: 20150628193140.988CB746@oystercatcher.gentoo.org
1 jlec 15/06/28 19:31:40
2
3 Modified: kodkod-1.5.2.ebuild metadata.xml ChangeLog
4 Log:
5 Add missing eclass
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.6 sci-mathematics/kodkod/kodkod-1.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?r1=1.5&r2=1.6
15
16 Index: kodkod-1.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- kodkod-1.5.2.ebuild 3 Jan 2015 12:26:50 -0000 1.5
23 +++ kodkod-1.5.2.ebuild 28 Jun 2015 19:31:40 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.5 2015/01/03 12:26:50 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.6 2015/06/28 19:31:40 jlec Exp $
29
30 EAPI="5"
31
32 @@ -8,7 +8,7 @@
33 PYTHON_COMPAT=( python2_7 )
34 PYTHON_REQ_USE='threads(+)'
35
36 -inherit java-pkg-2 python-any-r1 waf-utils
37 +inherit eutils java-pkg-2 python-any-r1 waf-utils
38
39 DESCRIPTION="a constraint solver for relational logic"
40 HOMEPAGE="http://alloy.mit.edu/kodkod/index.html"
41
42
43
44 1.3 sci-mathematics/kodkod/metadata.xml
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/metadata.xml?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/metadata.xml?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/metadata.xml?r1=1.2&r2=1.3
49
50 Index: metadata.xml
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/metadata.xml,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- metadata.xml 20 Jan 2013 13:17:39 -0000 1.2
57 +++ metadata.xml 28 Jun 2015 19:31:40 -0000 1.3
58 @@ -1,11 +1,11 @@
59 <?xml version="1.0" encoding="UTF-8"?>
60 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 <pkgmetadata>
62 -<maintainer>
63 - <email>gienah@g.o</email>
64 -</maintainer>
65 -<herd>sci-mathematics</herd>
66 -<longdescription lang='en'>
67 + <maintainer>
68 + <email>gienah@g.o</email>
69 + </maintainer>
70 + <herd>sci-mathematics</herd>
71 + <longdescription lang="en">
72 Kodkod is an efficient SAT-based constraint solver for first order
73 logic with relations, transitive closure, bit-vector arithmetic, and
74 partial models. It provides analyses for both satisfiable and
75
76
77
78 1.7 sci-mathematics/kodkod/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.7&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.7&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?r1=1.6&r2=1.7
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v
87 retrieving revision 1.6
88 retrieving revision 1.7
89 diff -u -r1.6 -r1.7
90 --- ChangeLog 3 Jan 2015 12:26:50 -0000 1.6
91 +++ ChangeLog 28 Jun 2015 19:31:40 -0000 1.7
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sci-mathematics/kodkod
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.6 2015/01/03 12:26:50 mgorny Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.7 2015/06/28 19:31:40 jlec Exp $
97 +
98 + 28 Jun 2015; Justin Lecher <jlec@g.o> kodkod-1.5.2.ebuild,
99 + metadata.xml:
100 + Add missing eclass
101
102 03 Jan 2015; Michał Górny <mgorny@g.o> kodkod-1.5.2.ebuild:
103 Use python-any-r1 for waf.