Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.105.ebuild
Date: Mon, 30 Aug 2010 16:49:25
Message-Id: 20100830164922.107EC20051@flycatcher.gentoo.org
1 spatz 10/08/30 16:49:21
2
3 Modified: ChangeLog culmus-0.105.ebuild
4 Log:
5 Add new Makabi font released with this version.
6
7 (Portage version: 2.2_rc72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.50 media-fonts/culmus/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 30 Aug 2010 11:23:45 -0000 1.49
23 +++ ChangeLog 30 Aug 2010 16:49:21 -0000 1.50
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-fonts/culmus
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.49 2010/08/30 11:23:45 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.50 2010/08/30 16:49:21 spatz Exp $
29 +
30 + 30 Aug 2010; Dror Levin <spatz@g.o> culmus-0.105.ebuild:
31 + Add new Makabi font released with this version.
32
33 *culmus-0.105 (30 Aug 2010)
34
35
36
37
38 1.2 media-fonts/culmus/culmus-0.105.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild?r1=1.1&r2=1.2
43
44 Index: culmus-0.105.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- culmus-0.105.ebuild 30 Aug 2010 11:23:45 -0000 1.1
51 +++ culmus-0.105.ebuild 30 Aug 2010 16:49:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild,v 1.1 2010/08/30 11:23:45 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.105.ebuild,v 1.2 2010/08/30 16:49:21 spatz Exp $
57
58 EAPI="2"
59
60 @@ -10,6 +10,7 @@
61 HOMEPAGE="http://culmus.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz
63 mirror://sourceforge/culmus/${PN}-type1-${PV}.tar.gz
64 + http://culmus.sourceforge.net/fancy-yg/MakabiYG.zip
65 http://culmus.sourceforge.net/fancy/hillel.tar.gz
66 http://culmus.sourceforge.net/fancy/anka.tar.gz
67 http://culmus.sourceforge.net/fancy/comix.tar.gz
68 @@ -32,7 +33,7 @@
69 DOCS="CHANGES"
70
71 src_prepare() {
72 - mv "${WORKDIR}"/*.{afm,pfa} "${S}"
73 + mv "${WORKDIR}"/*.{afm,pfa,ttf} "${S}"
74 mv "${WORKDIR}"/${PN}-type1-${PV}/*.{afm,pfa} "${S}"
75 mv culmus.conf 65-culmus.conf
76 }