Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/isabelle: metadata.xml ChangeLog isabelle-2011.1.ebuild
Date: Mon, 30 Jan 2012 06:55:04
Message-Id: 20120130065453.BCAEA2004B@flycatcher.gentoo.org
1 gienah 12/01/30 06:54:53
2
3 Modified: metadata.xml ChangeLog isabelle-2011.1.ebuild
4 Log:
5 Fix bug #400961, thanks to Mr. Anderson for report and fix.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/isabelle/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 8 Jan 2012 12:35:43 -0000 1.1
23 +++ metadata.xml 30 Jan 2012 06:54:53 -0000 1.2
24 @@ -1,6 +1,9 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 +<maintainer>
29 + <email>gienah@g.o></email>
30 +</maintainer>
31 <herd>sci-mathematics</herd>
32 <longdescription lang='en'>
33 Isabelle is a generic proof assistant. It allows mathematical
34
35
36
37 1.3 sci-mathematics/isabelle/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?r1=1.2&r2=1.3
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- ChangeLog 9 Jan 2012 13:49:21 -0000 1.2
50 +++ ChangeLog 30 Jan 2012 06:54:53 -0000 1.3
51 @@ -1,6 +1,10 @@
52 # ChangeLog for sci-mathematics/isabelle
53 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.2 2012/01/09 13:49:21 gienah Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.3 2012/01/30 06:54:53 gienah Exp $
56 +
57 + 30 Jan 2012; Mark Wright <gienah@g.o> isabelle-2011.1.ebuild,
58 + metadata.xml:
59 + Fix bug #400961, thanks to Mr. Anderson for report and fix.
60
61 09 Jan 2012; Mark Wright <gienah@g.o> isabelle-2011.1.ebuild:
62 Thanks to few_ and xarthisius for reviewing, remove pdf use flag, add || die
63
64
65
66 1.3 sci-mathematics/isabelle/isabelle-2011.1.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild?rev=1.3&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild?rev=1.3&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild?r1=1.2&r2=1.3
71
72 Index: isabelle-2011.1.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild,v
75 retrieving revision 1.2
76 retrieving revision 1.3
77 diff -u -r1.2 -r1.3
78 --- isabelle-2011.1.ebuild 9 Jan 2012 13:49:21 -0000 1.2
79 +++ isabelle-2011.1.ebuild 30 Jan 2012 06:54:53 -0000 1.3
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2012 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild,v 1.2 2012/01/09 13:49:21 gienah Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild,v 1.3 2012/01/30 06:54:53 gienah Exp $
85
86 EAPI="4"
87
88 @@ -109,7 +109,7 @@
89
90 dodir /etc/isabelle
91 insinto /etc/isabelle
92 - doins -r etc
93 + doins -r etc/*
94
95 dosym /etc/isabelle "${TARGETDIR}/etc"
96 dosym "${LIBDIR}/heaps" "${TARGETDIR}/heaps"