Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.102-r1.ebuild
Date: Tue, 02 Dec 2008 19:20:33
Message-Id: E1L7anN-0007i1-Kh@stork.gentoo.org
1 pva 08/12/02 19:20:29
2
3 Modified: ChangeLog
4 Added: culmus-0.102-r1.ebuild
5 Log:
6 Added type1 David fonts, bug #247782, thank Guy Rutenberg for report. Also added anka* fancy fonts.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
8
9 Revision Changes Path
10 1.28 media-fonts/culmus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 13 Nov 2008 02:52:14 -0000 1.27
23 +++ ChangeLog 2 Dec 2008 19:20:29 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/culmus
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.27 2008/11/13 02:52:14 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.28 2008/12/02 19:20:29 pva Exp $
29 +
30 +*culmus-0.102-r1 (02 Dec 2008)
31 +
32 + 02 Dec 2008; Peter Volkov <pva@g.o> +culmus-0.102-r1.ebuild:
33 + Added type1 David fonts, bug #247782, thank Guy Rutenberg for report. Also
34 + added anka* fancy fonts.
35
36 13 Nov 2008; Brent Baude <ranger@g.o> culmus-0.101-r2.ebuild:
37 Marking culmus-0.101-r2 ~ppc64 for bug 168331
38
39
40
41 1.1 media-fonts/culmus/culmus-0.102-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/culmus-0.102-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/culmus-0.102-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: culmus-0.102-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.102-r1.ebuild,v 1.1 2008/12/02 19:20:29 pva Exp $
51
52 inherit font
53
54 DESCRIPTION="Hebrew Type1 fonts"
55 SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz
56 mirror://sourceforge/culmus/david-type1-${PV}.tar.gz
57 http://culmus.sourceforge.net/fancy/anka.tar.gz
58 http://culmus.sourceforge.net/fancy/anka-otf.zip
59 http://culmus.sourceforge.net/fancy/comix.tar.gz
60 http://culmus.sourceforge.net/fancy/gan.tar.gz
61 http://culmus.sourceforge.net/fancy/ozrad.tar.gz
62 http://culmus.sourceforge.net/fancy/ktav-yad.tar.gz
63 http://culmus.sourceforge.net/fancy/dorian.tar.gz
64 http://culmus.sourceforge.net/fancy/gladia.tar.gz"
65 HOMEPAGE="http://culmus.sourceforge.net/"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 SLOT="0"
68 LICENSE="|| ( GPL-2 LICENSE-BITSTREAM )"
69 IUSE=""
70
71 FONT_SUFFIX="afm pfa ttf"
72 FONT_CONF=( "65-culmus.conf" )
73 DOCS="CHANGES"
74
75 src_unpack() {
76 unpack ${A}
77 mv *.afm *.pfa "${S}"/
78 cd "${S}"
79 mv culmus.conf 65-culmus.conf
80 }
81
82 pkg_postinst() {
83 elog "This font contains support for fontconfig, which may make"
84 elog "it render more smoothly. To enable it, do:"
85 elog "eselect fontconfig enable 65-culmus.conf"
86 }