Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.102.ebuild
Date: Sun, 07 Sep 2008 20:03:40
Message-Id: E1KcQTv-0000U8-9X@stork.gentoo.org
1 loki_val 08/09/07 20:03:35
2
3 Modified: ChangeLog
4 Added: culmus-0.102.ebuild
5 Log:
6 Bump wrt. bug #236993
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.25 media-fonts/culmus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 5 Jun 2008 12:37:03 -0000 1.24
23 +++ ChangeLog 7 Sep 2008 20:03:34 -0000 1.25
24 @@ -1,6 +1,11 @@
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.24 2008/06/05 12:37:03 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.25 2008/09/07 20:03:34 loki_val Exp $
29 +
30 +*culmus-0.102 (07 Sep 2008)
31 +
32 + 07 Sep 2008; Peter Alfredsen <loki_val@g.o> +culmus-0.102.ebuild:
33 + Bump wrt. bug #236993
34
35 *culmus-0.101-r2 (05 Jun 2008)
36
37
38
39
40 1.1 media-fonts/culmus/culmus-0.102.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/culmus-0.102.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/culmus/culmus-0.102.ebuild?rev=1.1&content-type=text/plain
44
45 Index: culmus-0.102.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.102.ebuild,v 1.1 2008/09/07 20:03:34 loki_val Exp $
50
51 inherit font
52
53 DESCRIPTION="Hebrew Type1 fonts"
54 SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz
55 http://culmus.sourceforge.net/fancy/dorian.tar.gz
56 http://culmus.sourceforge.net/fancy/gladia.tar.gz
57 http://culmus.sourceforge.net/fancy/ozrad.tar.gz
58 http://culmus.sourceforge.net/fancy/gan.tar.gz
59 http://culmus.sourceforge.net/fancy/comix.tar.gz
60 http://culmus.sourceforge.net/fancy/ktav-yad.tar.gz"
61 HOMEPAGE="http://culmus.sourceforge.net/"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
63 SLOT="0"
64 LICENSE="|| ( GPL-2 LICENSE-BITSTREAM )"
65 IUSE=""
66
67 S="${WORKDIR}/${P}"
68 FONT_S="${S}"
69 FONT_SUFFIX="afm pfa ttf"
70 FONT_CONF=( "65-culmus.conf" )
71 DOCS="CHANGES"
72
73 src_unpack() {
74 unpack ${A}
75 mv *.afm *.pfa "${S}"/
76 cd "${S}"
77 mv culmus.conf 65-culmus.conf
78 }
79
80 pkg_postinst() {
81 elog "This font contains support for fontconfig, which may make"
82 elog "it render more smoothly. To enable it, do:"
83 elog "eselect fontconfig enable 65-culmus.conf"
84 }