media-fonts/glass-tty-vt220: new package.
authorConrad Kostecki <conrad@kostecki.com>
Mon, 26 Mar 2018 13:31:52 +0000 (15:31 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 11 Apr 2018 23:07:46 +0000 (01:07 +0200)
Closes: https://bugs.gentoo.org/649510
Closes: https://github.com/gentoo/gentoo/pull/7347

media-fonts/glass-tty-vt220/Manifest [new file with mode: 0644]
media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild [new file with mode: 0644]
media-fonts/glass-tty-vt220/metadata.xml [new file with mode: 0644]

diff --git a/media-fonts/glass-tty-vt220/Manifest b/media-fonts/glass-tty-vt220/Manifest
new file mode 100644 (file)
index 0000000..5281cb2
--- /dev/null
@@ -0,0 +1 @@
+DIST Glass_TTY_VT220-001.3.ttf 88228 BLAKE2B 0ea3b0f47f280f4b58f3a0ab844ec69c3870c9cf12d7f1cf1124ffbdcd451988aafcf9aa714d42610d3bba44c352b93791a7a2457f1ad3cd2e690a3f058cfb61 SHA512 0b3b598bbdcc8f1177b48a7cedd2ad035a8a95d17d162d868e7c988a9d918f2756a8fe674bef3f30357225a87ea4e3adde01889502540d6920210161edc37023
diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
new file mode 100644 (file)
index 0000000..6871734
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="Hacking with Style: TrueType VT220 Font"
+HOMEPAGE="http://sensi.org/~svo/glasstty/"
+SRC_URI="http://sensi.org/~svo/glasstty/Glass_TTY_VT220.ttf -> Glass_TTY_VT220-${PV}.ttf"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="freedist"
+SLOT="0"
+
+RESTRICT="mirror"
+
+S="${DISTDIR}"
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_unpack() {
+       return
+}
+
+pkg_postinst() {
+       einfo "When using the GlassTTY VT220 font, you must set the font size to 15."
+}
diff --git a/media-fonts/glass-tty-vt220/metadata.xml b/media-fonts/glass-tty-vt220/metadata.xml
new file mode 100644 (file)
index 0000000..54d5423
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ck+gentoo@bl4ckb0x.de</email>
+               <name>Conrad Kostecki</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>