Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/otter: otter-3.3-r1.ebuild ChangeLog
Date: Mon, 28 Jan 2008 19:19:13
Message-Id: E1JJZVe-000151-Bq@stork.gentoo.org
1 grobian 08/01/28 19:19:10
2
3 Modified: otter-3.3-r1.ebuild ChangeLog
4 Log:
5 Dropped ppc-macos keyword, see you in prefix
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 sci-mathematics/otter/otter-3.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: otter-3.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- otter-3.3-r1.ebuild 13 Jul 2007 05:28:09 -0000 1.4
22 +++ otter-3.3-r1.ebuild 28 Jan 2008 19:19:09 -0000 1.5
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild,v 1.4 2007/07/13 05:28:09 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild,v 1.5 2008/01/28 19:19:09 grobian Exp $
29
30 DESCRIPTION="An Automated Deduction System."
31 SRC_URI="http://www-unix.mcs.anl.gov/AR/${PN}/${P}.tar.gz"
32 HOMEPAGE="http://www-unix.mcs.anl.gov/AR/otter/"
33
34 -KEYWORDS="~amd64 ~ppc ~ppc-macos x86"
35 +KEYWORDS="~amd64 ~ppc x86"
36 LICENSE="otter"
37 SLOT="0"
38 IUSE=""
39 @@ -15,7 +15,7 @@
40 src_compile() {
41 cd source
42 make || die
43 - cd ${S}/mace2
44 + cd "${S}"/mace2
45 make || die
46 }
47
48
49
50
51 1.10 sci-mathematics/otter/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/ChangeLog?rev=1.10&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/ChangeLog?rev=1.10&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/otter/ChangeLog?r1=1.9&r2=1.10
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v
60 retrieving revision 1.9
61 retrieving revision 1.10
62 diff -u -r1.9 -r1.10
63 --- ChangeLog 31 Jul 2007 21:57:29 -0000 1.9
64 +++ ChangeLog 28 Jan 2008 19:19:09 -0000 1.10
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sci-mathematics/otter
67 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.9 2007/07/31 21:57:29 phreak Exp $
69 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.10 2008/01/28 19:19:09 grobian Exp $
71 +
72 + 28 Jan 2008; Fabian Groffen <grobian@g.o> otter-3.3-r1.ebuild:
73 + Dropped ppc-macos keyword, see you in prefix
74
75 31 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
76 Reassigning to sci from math-proof (see #138059 for reference).
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list