Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/Humor-Sans: Humor-Sans-1.0.ebuild metadata.xml ChangeLog
Date: Sun, 01 Sep 2013 17:04:37
Message-Id: 20130901170432.2153B2004C@flycatcher.gentoo.org
1 tomwij 13/09/01 17:04:32
2
3 Added: Humor-Sans-1.0.ebuild metadata.xml ChangeLog
4 Log:
5 New ebuild for Humor-Sans, a sanserif typeface in the style of xkcd. Proxied commit for Bertrand Jacquin, who will be maintaining this package; fixes bug #481224.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: Humor-Sans-1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild,v 1.1 2013/09/01 17:04:31 tomwij Exp $
20
21 EAPI="5"
22
23 inherit font
24
25 DESCRIPTION="A sanserif typeface in the style of xkcd."
26 HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
27 SRC_URI="http://www.antiyawn.com/uploads/${P}.ttf"
28
29 LICENSE="OFL-1.1"
30 SLOT="0"
31 KEYWORDS="~amd64"
32
33 S="${WORKDIR}"
34
35 FONT_S="${S}"
36 FONT_SUFFIX="ttf"
37
38 src_unpack() {
39 cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}"
40 }
41
42
43
44 1.1 media-fonts/Humor-Sans/metadata.xml
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/metadata.xml?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/metadata.xml?rev=1.1&content-type=text/plain
48
49 Index: metadata.xml
50 ===================================================================
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 <herd>proxy-maintainers</herd>
55 <maintainer>
56 <email>beber@××××××××.net</email>
57 <name>Bertrand Jacquin</name>
58 <description>Proxied maintainer.</description>
59 </maintainer>
60 <longdescription>A sanserif typeface in the style of xkcd.</longdescription>
61 </pkgmetadata>
62
63
64
65 1.1 media-fonts/Humor-Sans/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/Humor-Sans/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for media-fonts/Humor-Sans
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/media-fonts/Humor-Sans/ChangeLog,v 1.1 2013/09/01 17:04:31 tomwij Exp $
75
76 *Humor-Sans-1.0 (01 Sep 2013)
77
78 01 Sep 2013; Tom Wijsman <TomWij@g.o> +Humor-Sans-1.0.ebuild,
79 +metadata.xml:
80 New ebuild for Humor-Sans, a sanserif typeface in the style of xkcd. Proxied
81 commit for Bertrand Jacquin, who will be maintaining this package; fixes bug
82 #481224.