commit:     862b30b9913528ad930fe1e9861fd96f5fc65103
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 19:19:05 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 22 19:20:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862b30b9

media-fonts/Humor-Sans: Revision bump 1.0-r1

EAPI 6

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild 
b/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild
new file mode 100644
index 00000000000..a840cf3146d
--- /dev/null
+++ b/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~x86"
+
+S="${WORKDIR}"
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_unpack() {
+       cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}" || die
+}

Reply via email to