Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/culmus-latex: ChangeLog culmus-latex-0.7.ebuild
Date: Wed, 29 Dec 2010 09:10:49
Message-Id: 20101229091033.D0D3C20054@flycatcher.gentoo.org
1 pva 10/12/29 09:10:33
2
3 Modified: ChangeLog culmus-latex-0.7.ebuild
4 Log:
5 Update dependency for culmus font, bug #349472, thank David Abbott for tests.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-tex/culmus-latex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 6 Sep 2009 20:46:07 -0000 1.14
23 +++ ChangeLog 29 Dec 2010 09:10:33 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-tex/culmus-latex
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/ChangeLog,v 1.14 2009/09/06 20:46:07 ranger Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/ChangeLog,v 1.15 2010/12/29 09:10:33 pva Exp $
30 +
31 + 29 Dec 2010; Peter Volkov <pva@g.o> culmus-latex-0.7.ebuild:
32 + Update dependency for culmus font, bug #349472, thank David Abbott for tests.
33
34 06 Sep 2009; Brent Baude <ranger@g.o> culmus-latex-0.7.ebuild:
35 Marking culmus-latex-0.7 ppc64 stable for bug 276990
36
37
38
39 1.15 dev-tex/culmus-latex/culmus-latex-0.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild?r1=1.14&r2=1.15
44
45 Index: culmus-latex-0.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- culmus-latex-0.7.ebuild 6 Sep 2009 20:46:07 -0000 1.14
52 +++ culmus-latex-0.7.ebuild 29 Dec 2010 09:10:33 -0000 1.15
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild,v 1.14 2009/09/06 20:46:07 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/culmus-latex/culmus-latex-0.7.ebuild,v 1.15 2010/12/29 09:10:33 pva Exp $
59
60 +EAPI="2"
61 inherit latex-package
62
63 DESCRIPTION="Culmus fonts support for latex"
64 @@ -15,7 +16,7 @@
65
66 RDEPEND="virtual/latex-base"
67 DEPEND="${RDEPEND}
68 - media-fonts/culmus
69 + || ( >=media-fonts/culmus-0.110[fancy] <media-fonts/culmus-0.110 )
70 app-text/t1utils"
71
72 src_compile() {