media-fonts/polarsys-b612-fonts: Version bump 1.008
authorJan Henke <Jan.Henke@taujhe.de>
Sun, 6 Oct 2019 08:57:56 +0000 (10:57 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Oct 2019 11:23:40 +0000 (13:23 +0200)
Closes: https://bugs.gentoo.org/696456
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Closes: https://github.com/gentoo/gentoo/pull/13184
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-fonts/polarsys-b612-fonts/Manifest
media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild [new file with mode: 0644]

index 8146e3e169c21e000a00b57085079264fd2d3d06..795e8cc67f66c2270a3f70f3035bb47fd0155c71 100644 (file)
@@ -1 +1,2 @@
 DIST polarsys-b612-fonts-1.003.tar.bz2 2823506 BLAKE2B 31c918285f6072d6cc8bd44c2b57114eb027447b0002ea16d737dd75772299169fe1d9f20620fd09fd96c34b61cf41544848d945c339db02224f045d979d4d22 SHA512 7ffb6fa858eb20d02bc2fc12788fdfd3fd15117b1a5e1ed2cc70fd19bc9fad5ec92c714dee07c85dd954911862f5852716eeccc6b72d63ba32993f3d03e35f44
+DIST polarsys-b612-fonts-1.008.tar.gz 5178817 BLAKE2B 3675c57002bb66da32f1ab0d1b2c487a11a12cca4098b9c3943b20a11bd4f49b8ca7c82b063a53b66bd99ee33f5167b46e9576c2383ed05ff3f4e8868ebdd58b SHA512 977b7bc6f1a41243cce381ddd0a5db2853df21a738ddc86debfc13954653fbfcffaf1c869b6287ea20482cc10ad479934bf6b70edc1e14dc656a22b1b64c64f3
diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild
new file mode 100644 (file)
index 0000000..b2c835d
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="Font designed for aircraft cockpit displays"
+HOMEPAGE="https://b612-font.com/"
+SRC_URI="https://github.com/polarsys/b612/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/b612-${PV}"
+FONT_S="${S}/fonts/ttf"
+FONT_SUFFIX="ttf"
+
+DOCS=( README.md )