commit:     9403efda5a025d27c204b703a18f3c581e98c6cf
Author:     Andrew Udvare <audvare <AT> gmail <DOT> com>
AuthorDate: Mon Oct  1 15:26:32 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 16:19:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9403efda

media-fonts/libertine: Install TTF files

Closes: https://github.com/gentoo/gentoo/pull/10032
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-fonts/libertine/Manifest                     |  1 +
 .../libertine/libertine-5.3.0.20120702-r3.ebuild   | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/media-fonts/libertine/Manifest b/media-fonts/libertine/Manifest
index 5d2e1979370..2509d296529 100644
--- a/media-fonts/libertine/Manifest
+++ b/media-fonts/libertine/Manifest
@@ -1 +1,2 @@
 DIST LinLibertineOTF_5.3.0_2012_07_02.tgz 3001259 BLAKE2B 
b585611591674d2dbbc616a572afee7d89e3ba7244a3b19abee2e99937da1db8047739a79ada23f2d0ef5febe39970e08b907e347994996da922a5131a3669fe
 SHA512 
a441a127fb56413a69de3a435f3c5870b53ef2d3b6c341f7bf14e112f90d698ed2e7f9b002e0fcf951b93fa7f29be229bd796f8679f0b610d06705f02e01a6c7
+DIST LinLibertineTTF_5.3.0_2012_07_02.tgz 3673659 BLAKE2B 
46107c8521a5cd680fa7b2ebc7dec969c0bf326f7598dfe850570771ec79b10cc472953be045a539a4fc414c1612f6865e1b6b86f390514ae14ed601854384c8
 SHA512 
ea9af8d47d22e5f35be65fbae08c7230602a57abe6f39e9a63a5761a69e519fe4e4ac41b878764035fdf8a2c8ee855c0cb9b0077a216d8ba5a2ddf615913e273

diff --git a/media-fonts/libertine/libertine-5.3.0.20120702-r3.ebuild 
b/media-fonts/libertine/libertine-5.3.0.20120702-r3.ebuild
new file mode 100644
index 00000000000..973c709030e
--- /dev/null
+++ b/media-fonts/libertine/libertine-5.3.0.20120702-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eapi7-ver font
+
+MY_DATE=$(ver_cut 4)
+MY_PV=$(ver_cut 1-3)_${MY_DATE:0:4}_${MY_DATE:4:2}_${MY_DATE:6}
+MY_P_OTF="LinLibertineOTF_${MY_PV}"
+MY_P_TTF="LinLibertineTTF_${MY_PV}"
+
+DESCRIPTION="Fonts from the Linux Libertine Open Fonts Project"
+HOMEPAGE="http://linuxlibertine.org/";
+SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P_OTF}.tgz
+       mirror://sourceforge/linuxlibertine/${MY_P_TTF}.tgz"
+
+LICENSE="|| ( GPL-2-with-font-exception OFL-1.1 )"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="!<x11-libs/pango-1.20.4"
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="otf ttf"
+DOCS="Bugs.txt ChangeLog.txt README Readme-TEX.txt"

Reply via email to