media-fonts/ubuntu-font-family: Revision bump 0.83-r1
authorJohannes Huber <johu@gentoo.org>
Mon, 16 Apr 2018 17:32:04 +0000 (19:32 +0200)
committerJohannes Huber <johu@gentoo.org>
Mon, 16 Apr 2018 17:37:28 +0000 (19:37 +0200)
EAPI 6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

media-fonts/ubuntu-font-family/ubuntu-font-family-0.83-r1.ebuild [new file with mode: 0644]

diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83-r1.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83-r1.ebuild
new file mode 100644 (file)
index 0000000..75c978b
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="A set of matching libre/open fonts funded by Canonical"
+HOMEPAGE="http://font.ubuntu.com/"
+SRC_URI="http://font.ubuntu.com/download/${P}.zip"
+
+LICENSE="UbuntuFontLicense-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+FONT_SUFFIX="ttf"
+
+DOCS=( CONTRIBUTING.txt FONTLOG.txt README.txt )
+
+src_prepare() {
+       default
+       rm "${S}"/Ubuntu-M*.ttf || die
+}