public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/
Date: Thu, 26 Apr 2018 18:45:00 +0000 (UTC)	[thread overview]
Message-ID: <1524768289.de05aa9df628f997e6c81ff1f3d40ca66667f20b.johu@gentoo> (raw)

commit:     de05aa9df628f997e6c81ff1f3d40ca66667f20b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 18:43:28 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 18:44:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de05aa9d

media-fonts/liberation-fonts: Revision bump 2.00.1-r3

EAPI 6.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../liberation-fonts-2.00.1-r3.ebuild              | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r3.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r3.ebuild
new file mode 100644
index 00000000000..6038e947fe2
--- /dev/null
+++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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://pagure.io/liberation-fonts"
+SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz )
+fontforge? ( https://releases.pagure.org/${PN}/${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
+}


             reply	other threads:[~2018-04-26 18:45 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26 18:45 Johannes Huber [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
2019-09-17  4:26 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-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=1524768289.de05aa9df628f997e6c81ff1f3d40ca66667f20b.johu@gentoo \
    --to=johu@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