Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
Date: Sat, 30 May 2009 09:13:37
Message-Id: E1MAKd8-0005iW-OY@stork.gentoo.org
1 ulm 09/05/30 09:13:30
2
3 Modified: nusmv-2.3.1.ebuild ChangeLog
4 Log:
5 Remove app-text/tetex from dependencies, bug 227443.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 sci-mathematics/nusmv/nusmv-2.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?r1=1.2&r2=1.3
14
15 Index: nusmv-2.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- nusmv-2.3.1.ebuild 18 May 2008 17:10:18 -0000 1.2
22 +++ nusmv-2.3.1.ebuild 30 May 2009 09:13:30 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.2 2008/05/18 17:10:18 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.3 2009/05/30 09:13:30 ulm Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -40,7 +40,6 @@
33 DEPEND="${RDEPEND}
34 virtual/latex-base
35 || ( ( dev-texlive/texlive-latexextra )
36 - app-text/tetex
37 app-text/ptex )
38 virtual/ghostscript
39 www-client/lynx
40
41
42
43 1.5 sci-mathematics/nusmv/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/ChangeLog?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/ChangeLog?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/ChangeLog?r1=1.4&r2=1.5
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- ChangeLog 6 Aug 2008 20:39:23 -0000 1.4
56 +++ ChangeLog 30 May 2009 09:13:30 -0000 1.5
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/nusmv
59 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.4 2008/08/06 20:39:23 ulm Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.5 2009/05/30 09:13:30 ulm Exp $
63 +
64 + 30 May 2009; Ulrich Mueller <ulm@g.o> nusmv-2.3.1.ebuild:
65 + Remove app-text/tetex from dependencies, bug 227443.
66
67 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
68 Add USE flag description to metadata wrt GLEP 56.