From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/
Date: Sun, 21 Mar 2021 21:08:41 +0000 (UTC) [thread overview]
Message-ID: <1616360759.89b159a4b45f5b7b2e2877a21ac30a83fd96f596.asturm@gentoo> (raw)
commit: 89b159a4b45f5b7b2e2877a21ac30a83fd96f596
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Mar 9 14:57:12 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 21:05:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b159a4
app-text/lcdf-typetools: EAPI 7
Bug: https://bugs.gentoo.org/757561
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19846
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
new file mode 100644
index 00000000000..f0df24089ef
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+HOMEPAGE="https://lcdf.org/type/#typetools"
+SRC_URI="https://lcdf.org/type/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+ econf $(use_with kpathsea)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc NEWS.md README.md ONEWS
+}
next reply other threads:[~2021-03-21 21:08 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 21:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-16 10:55 [gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/ Sam James
2024-06-16 10:55 Sam James
2024-06-16 10:30 Sam James
2024-01-07 0:20 Conrad Kostecki
2024-01-07 0:20 Conrad Kostecki
2024-01-07 0:20 Conrad Kostecki
2023-10-28 19:38 Sam James
2022-12-08 7:38 WANG Xuerui
2021-03-27 16:11 Sam James
2021-03-27 16:04 Sam James
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-24 19:42 Sam James
2021-03-22 0:10 Sam James
2021-03-22 0:10 Sam James
2021-03-21 21:08 Andreas Sturmlechner
2020-09-26 19:40 Aaron Bauman
2019-10-03 13:22 Alexis Ballier
2018-02-24 12:31 Alexis Ballier
2017-01-21 17:14 Alexis Ballier
2016-10-05 19:01 Markus Meier
2016-10-02 6:45 Jeroen Roovers
2016-09-26 15:22 Tobias Klausmann
2016-09-24 13:41 Agostino Sarubbo
2016-09-23 15:20 Alexis Ballier
2016-06-28 10:57 Alexis Ballier
2015-09-17 16:47 Alexis Ballier
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=1616360759.89b159a4b45f5b7b2e2877a21ac30a83fd96f596.asturm@gentoo \
--to=asturm@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