Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/freefont-ttf: ChangeLog freefont-ttf-20080323.ebuild
Date: Tue, 25 Mar 2008 02:29:34
Message-Id: E1Jdyup-0007Dh-LQ@stork.gentoo.org
1 dirtyepic 08/03/25 02:29:31
2
3 Modified: ChangeLog
4 Added: freefont-ttf-20080323.ebuild
5 Log:
6 Version bump. https://savannah.gnu.org/forum/forum.php?forum_id=5248
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 media-fonts/freefont-ttf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/freefont-ttf/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/freefont-ttf/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/freefont-ttf/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 24 Feb 2008 12:13:22 -0000 1.5
23 +++ ChangeLog 25 Mar 2008 02:29:31 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/freefont-ttf
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/ChangeLog,v 1.5 2008/02/24 12:13:22 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/ChangeLog,v 1.6 2008/03/25 02:29:31 dirtyepic Exp $
29 +
30 +*freefont-ttf-20080323 (25 Mar 2008)
31 +
32 + 25 Mar 2008; Ryan Hill <dirtyepic@g.o>
33 + +freefont-ttf-20080323.ebuild:
34 + Version bump. https://savannah.gnu.org/forum/forum.php?forum_id=5248
35
36 24 Feb 2008; Raúl Porcel <armin76@g.o>
37 freefont-ttf-20060126.ebuild:
38
39
40
41 1.1 media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild?rev=1.1&content-type=text/plain
45
46 Index: freefont-ttf-20080323.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/freefont-ttf/freefont-ttf-20080323.ebuild,v 1.1 2008/03/25 02:29:31 dirtyepic Exp $
51
52 inherit font
53
54 DESCRIPTION="TrueType Unicode fonts from the Free UCS Outline Fonts Project"
55 HOMEPAGE="http://savannah.nongnu.org/projects/freefont/"
56 SRC_URI="mirror://gnu/freefont/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61
62 FONT_SUFFIX="ttf"
63 S="${WORKDIR}/freefont-${PV}"
64 FONT_S="${S}"
65 DOCS="CREDITS"
66
67 RESTRICT="strip binchecks"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list