summaryrefslogtreecommitdiff
path: root/media-fonts/hermit
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-fonts/hermit
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-fonts/hermit')
-rw-r--r--media-fonts/hermit/Manifest2
-rw-r--r--media-fonts/hermit/hermit-1.1.ebuild18
-rw-r--r--media-fonts/hermit/hermit-1.21.ebuild18
-rw-r--r--media-fonts/hermit/metadata.xml5
4 files changed, 43 insertions, 0 deletions
diff --git a/media-fonts/hermit/Manifest b/media-fonts/hermit/Manifest
new file mode 100644
index 00000000000..f68719d6a9a
--- /dev/null
+++ b/media-fonts/hermit/Manifest
@@ -0,0 +1,2 @@
+DIST otf-hermit-1.1.tar.gz 15077 SHA256 7a7f15629270b9e2519fc8f28569bff18d9022768ac3d5ce0470a2dbcbfa3ca9 SHA512 ef87f69bfbdb0f84b16e42e06a950a351fb1203fe599dfb7cf6b0c69fb260d99e24b67c741d738f9250fcd1f14aa162c8f285fed7e6481ffd55e78a1f1617d58 WHIRLPOOL af7542351def45fc087ee74b46bf51f70b12aa6377ddd552f598d9be064be0f4552637e0d4433cf476b52b759810ebd10db439dcea0cf46fe000197a8fb8bdaa
+DIST otf-hermit-1.21.tar.gz 42646 SHA256 2966e83f012e6a31a861e3afdcb89d157f12b307f2367303d58be364d4308b85 SHA512 5b980068d349e67d78a33a100d9b38eb24c374d0cf6ac69676df0e8dd441451acc0112089634c4b408f1afcb49501bb9f5940ec6c18910b5c11f7f7f31c739ac WHIRLPOOL a988e401a29b2ff41bcb5ef5e5a4ed320ac9c5f3f6a8d412e2c3b11b2f8be4e513ae1e581c7222cf1fbfc7c645bd5ed8f30e5f92fbc27a28ac8115a63f467d5e
diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild
new file mode 100644
index 00000000000..71130873784
--- /dev/null
+++ b/media-fonts/hermit/hermit-1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit font
+
+DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
+HOMEPAGE="http://pcaro.es/p/hermit/"
+SRC_URI="http://pcaro.es/d/otf-${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}
+FONT_SUFFIX="otf"
diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
new file mode 100644
index 00000000000..3e018e563db
--- /dev/null
+++ b/media-fonts/hermit/hermit-1.21.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit font
+
+DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
+HOMEPAGE="http://pcaro.es/p/hermit/"
+SRC_URI="http://pcaro.es/d/otf-${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}
+FONT_SUFFIX="otf"
diff --git a/media-fonts/hermit/metadata.xml b/media-fonts/hermit/metadata.xml
new file mode 100644
index 00000000000..c62efd4a8c1
--- /dev/null
+++ b/media-fonts/hermit/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>fonts</herd>
+</pkgmetadata>