diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-09-01 17:04:31 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-09-01 17:04:31 +0000 |
commit | d417395b725c69a2c1bea34dcdd5fb83293e2d37 (patch) | |
tree | cd671ed95cabbfdfbba50dc7316b0c092c420e2b /media-fonts | |
parent | revbump -> EAPI5, remove old (diff) | |
download | gentoo-2-d417395b725c69a2c1bea34dcdd5fb83293e2d37.tar.gz gentoo-2-d417395b725c69a2c1bea34dcdd5fb83293e2d37.tar.bz2 gentoo-2-d417395b725c69a2c1bea34dcdd5fb83293e2d37.zip |
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.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/Humor-Sans/ChangeLog | 11 | ||||
-rw-r--r-- | media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 24 | ||||
-rw-r--r-- | media-fonts/Humor-Sans/metadata.xml | 11 |
3 files changed, 46 insertions, 0 deletions
diff --git a/media-fonts/Humor-Sans/ChangeLog b/media-fonts/Humor-Sans/ChangeLog new file mode 100644 index 000000000000..40660ef5c2a2 --- /dev/null +++ b/media-fonts/Humor-Sans/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-fonts/Humor-Sans +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/Humor-Sans/ChangeLog,v 1.1 2013/09/01 17:04:31 tomwij Exp $ + +*Humor-Sans-1.0 (01 Sep 2013) + + 01 Sep 2013; Tom Wijsman <TomWij@gentoo.org> +Humor-Sans-1.0.ebuild, + +metadata.xml: + 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. diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild new file mode 100644 index 000000000000..01f88ff67e8b --- /dev/null +++ b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI="5" + +inherit font + +DESCRIPTION="A sanserif typeface in the style of xkcd." +HOMEPAGE="http://antiyawn.com/uploads/humorsans.html" +SRC_URI="http://www.antiyawn.com/uploads/${P}.ttf" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" + +FONT_S="${S}" +FONT_SUFFIX="ttf" + +src_unpack() { + cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}" +} diff --git a/media-fonts/Humor-Sans/metadata.xml b/media-fonts/Humor-Sans/metadata.xml new file mode 100644 index 000000000000..a417de94b956 --- /dev/null +++ b/media-fonts/Humor-Sans/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>beber@meleeweb.net</email> + <name>Bertrand Jacquin</name> + <description>Proxied maintainer.</description> + </maintainer> + <longdescription>A sanserif typeface in the style of xkcd.</longdescription> +</pkgmetadata> |