From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/
Date: Tue, 17 Sep 2019 04:26:01 +0000 (UTC) [thread overview]
Message-ID: <1568694344.0993f2748976d424dfaf0dd9d56db16a30d28eb9.mattst88@gentoo> (raw)
commit: 0993f2748976d424dfaf0dd9d56db16a30d28eb9
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 04:18:58 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 04:25:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0993f274
media-fonts/liberation-fonts: Version bump to 2.00.5
Closes: https://bugs.gentoo.org/670735
Closes: https://bugs.gentoo.org/670739
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-fonts/liberation-fonts/Manifest | 2 ++
.../liberation-fonts-2.00.5.ebuild | 41 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-fonts/liberation-fonts/Manifest b/media-fonts/liberation-fonts/Manifest
index 7d8c88b6d0d..d16d7013e7d 100644
--- a/media-fonts/liberation-fonts/Manifest
+++ b/media-fonts/liberation-fonts/Manifest
@@ -1,2 +1,4 @@
DIST liberation-fonts-2.00.1.tar.gz 4842687 BLAKE2B c38635a3bfdddbf5ef3f2ed2a1f78d47ef7e384625606f47f94aacf1b07c805307a0e1fc3dea52b1dee823f66934f6ce767496f830fdd50c9a5efb073802b173 SHA512 8cfc1fa8f36e9f1c622879a822614b851b8339673ed6d2736937c483d85764ef12cc0d8a308f6c50e4877c2ab9b83ca2ea748b1458aa02cc840251e400285362
+DIST liberation-fonts-2.00.5.tar.gz 4935865 BLAKE2B 059adc20217238a0783ea669d7e7b15673791e5f4d6769d091e4a6aabb8ced47e21c71ad19505f2215d4377d01ddae5c671304cb1ebb8430f60f44a5bd19ea5b SHA512 47e15ec1695a9576163f7378dc263d51c09956c73031f4a30abc7be10ccac9e0af69965c2f00b97509f6456e2e6ae09b49be17049cf2e54a27bdbd3b001a2a39
DIST liberation-fonts-ttf-2.00.1.tar.gz 2285857 BLAKE2B 5eb3e10dbf1e5867bcbd443b5f68153448956fc73313e60a408fc69985229658951175753ccf694a79dcc91faafdec3edf113f300ee55f2246261f0dd3067054 SHA512 52dce5cf2c35165f81c903f2c7245d7f0e37a37eeb4003a015d8cc2404728f17ff4d723ddc5d4b6a6c03044d7ec97b98cf4eecfbc91607fcfed6e0aaff260739
+DIST liberation-fonts-ttf-2.00.5.tar.gz 2355722 BLAKE2B a782ab6668168b85cbfdba85df99a4ed4e6c173db7c47a2a2b0d67a1484bab70648b7b950fbb51448dd3cd31f68c3ea68a977966f0cf3cfd0aed903b8922c29b SHA512 fc00494842475d040c01029b6fb134fec9a37516a5e8e1b9ba945a2b38fe2ef3df6a0acfc00dc024cf2019f1106092d063c8322eece1be1cf8690db4ed8a653f
diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild
new file mode 100644
index 00000000000..dce9d1c39a1
--- /dev/null
+++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit font python-any-r1
+
+DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
+HOMEPAGE="https://github.com/liberationfonts/liberation-fonts"
+SRC_URI="!fontforge? ( ${HOMEPAGE}/files/2926169/${PN}-ttf-${PV}.tar.gz )
+fontforge? ( ${HOMEPAGE}/files/2926167/${P}.tar.gz )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
+SLOT="0"
+LICENSE="OFL-1.1"
+IUSE="fontforge X"
+
+FONT_SUFFIX="ttf"
+
+FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
+
+DEPEND="
+ fontforge? (
+ ${PYTHON_DEPS}
+ media-gfx/fontforge
+ dev-python/fonttools
+ )"
+RDEPEND=""
+
+pkg_setup() {
+ if use fontforge; then
+ FONT_S="${S}/${PN}-ttf-${PV}"
+ python-any-r1_pkg_setup
+ else
+ FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
+ S="${FONT_S}"
+ fi
+ font_pkg_setup
+}
next reply other threads:[~2019-09-17 4:26 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-17 4:26 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-06 4:09 [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ Sam James
2023-12-21 0:07 Ionen Wolkens
2023-12-15 6:31 Sam James
2022-12-26 11:43 Andreas Sturmlechner
2022-10-11 6:41 Agostino Sarubbo
2022-08-20 18:24 Matt Turner
2022-08-18 2:53 Matt Turner
2022-05-07 4:28 WANG Xuerui
2022-05-07 4:28 WANG Xuerui
2022-01-28 9:43 Guilherme Amadio
2021-09-26 22:28 James Le Cuirot
2021-05-06 10:01 Sam James
2021-05-04 19:13 Sam James
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2021-03-14 15:36 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-02-15 0:38 Sam James
2021-02-13 19:18 Sam James
2021-02-13 17:56 Sam James
2021-02-13 17:56 Sam James
2021-02-12 13:47 Sam James
2020-12-21 9:49 Pacho Ramos
2020-03-27 10:43 Mikle Kolyada
2020-03-27 10:35 Mikle Kolyada
2020-02-16 10:33 Mikle Kolyada
2019-12-10 15:50 Brian Evans
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 11:20 David Seifert
2019-10-04 19:13 Matt Turner
2018-04-26 21:16 Johannes Huber
2018-04-26 20:59 Mikle Kolyada
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-03-17 7:01 Matt Turner
2018-03-17 7:01 Matt Turner
2018-03-03 1:43 Mart Raudsepp
2018-02-09 13:42 Guilherme Amadio
2017-04-01 19:14 David Seifert
2016-08-06 10:38 Pacho Ramos
2016-02-13 23:45 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1568694344.0993f2748976d424dfaf0dd9d56db16a30d28eb9.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox