Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/isabelle: isabelle-2013.ebuild ChangeLog
Date: Sun, 01 Sep 2013 08:30:37
Message-Id: 20130901083031.E79B02004C@flycatcher.gentoo.org
1 zmedico 13/09/01 08:30:31
2
3 Modified: isabelle-2013.ebuild ChangeLog
4 Log:
5 Fix SRC_URI and HOMEPAGE (case-sensitive).
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.2 sci-mathematics/isabelle/isabelle-2013.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild?r1=1.1&r2=1.2
15
16 Index: isabelle-2013.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- isabelle-2013.ebuild 31 Aug 2013 09:24:13 -0000 1.1
23 +++ isabelle-2013.ebuild 1 Sep 2013 08:30:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild,v 1.1 2013/08/31 09:24:13 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.ebuild,v 1.2 2013/09/01 08:30:31 zmedico Exp $
29
30 EAPI="5"
31
32 @@ -23,8 +23,8 @@
33 JFREECHART_IC_P="${JFREECHART_IC_PN}-${JFREECHART_PV}"
34
35 DESCRIPTION="Isabelle is a generic proof assistant"
36 -HOMEPAGE="http://www.cl.cam.ac.uk/research/hvg/isabelle/index.html"
37 -SRC_URI="http://www.cl.cam.ac.uk/research/hvg/isabelle/dist/${MY_P}.tar.gz
38 +HOMEPAGE="http://www.cl.cam.ac.uk/research/hvg/Isabelle/index.html"
39 +SRC_URI="http://www.cl.cam.ac.uk/research/hvg/Isabelle/dist/${MY_P}.tar.gz
40 http://isabelle.in.tum.de/components/${JEDIT_P}.tar.gz -> ${JEDIT_IC_P}.tar.gz
41 http://isabelle.in.tum.de/components/${JFREECHART_P}.tar.gz -> ${JFREECHART_IC_P}.tar.gz"
42
43
44
45
46 1.10 sci-mathematics/isabelle/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.10&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.10&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?r1=1.9&r2=1.10
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v
55 retrieving revision 1.9
56 retrieving revision 1.10
57 diff -u -r1.9 -r1.10
58 --- ChangeLog 31 Aug 2013 09:24:13 -0000 1.9
59 +++ ChangeLog 1 Sep 2013 08:30:31 -0000 1.10
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sci-mathematics/isabelle
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.9 2013/08/31 09:24:13 gienah Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.10 2013/09/01 08:30:31 zmedico Exp $
65 +
66 + 01 Sep 2013; Zac Medico <zmedico@g.o> isabelle-2013.ebuild:
67 + Fix SRC_URI and HOMEPAGE (case-sensitive).
68
69 *isabelle-2013 (31 Aug 2013)