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/ubuntu-font-family: ChangeLog ubuntu-font-family-0.71.2-r1.ebuild
Date: Tue, 02 Aug 2011 19:29:13
Message-Id: 20110802192902.0A2502004C@flycatcher.gentoo.org
1 spatz 11/08/02 19:29:02
2
3 Modified: ChangeLog
4 Added: ubuntu-font-family-0.71.2-r1.ebuild
5 Log:
6 Don't install medium weight fonts as they look too bold in Qt, bug 370851.
7
8 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-fonts/ubuntu-font-family/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 8 Jun 2011 18:21:43 -0000 1.4
24 +++ ChangeLog 2 Aug 2011 19:29:01 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-fonts/ubuntu-font-family
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog,v 1.4 2011/06/08 18:21:43 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog,v 1.5 2011/08/02 19:29:01 spatz Exp $
30 +
31 +*ubuntu-font-family-0.71.2-r1 (02 Aug 2011)
32 +
33 + 02 Aug 2011; Dror Levin <spatz@g.o>
34 + +ubuntu-font-family-0.71.2-r1.ebuild:
35 + Don't install medium weight fonts as they look too bold in Qt, bug 370851.
36
37 08 Jun 2011; Markus Meier <maekke@g.o>
38 ubuntu-font-family-0.71.2.ebuild:
39
40
41
42 1.1 media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ubuntu-font-family-0.71.2-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2-r1.ebuild,v 1.1 2011/08/02 19:29:01 spatz Exp $
52
53 EAPI=4
54
55 inherit font
56
57 DESCRIPTION="A set of matching libre/open fonts funded by Canonical"
58 HOMEPAGE="http://font.ubuntu.com/"
59 SRC_URI="http://font.ubuntu.com/download/${P}.zip"
60
61 LICENSE="UbuntuFontLicense-1.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="app-arch/unzip"
67 RDEPEND=""
68
69 FONT_SUFFIX="ttf"
70
71 DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt"
72
73 src_prepare() {
74 rm "${S}"/Ubuntu-M*.ttf
75 }