Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/libpsautohint/
Date: Tue, 28 Feb 2023 10:09:20
Message-Id: 1677578880.0b3faca5240d12521a8b6965c4627019a9fdcafd.cybertailor@gentoo
1 commit: 0b3faca5240d12521a8b6965c4627019a9fdcafd
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Feb 28 08:30:01 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue Feb 28 10:08:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b3faca5
7
8 media-gfx/libpsautohint: new package, add 2.4.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 media-gfx/libpsautohint/Manifest | 1 +
13 media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild | 26 ++++++++++++++++++++++
14 media-gfx/libpsautohint/metadata.xml | 8 +++++++
15 3 files changed, 35 insertions(+)
16
17 diff --git a/media-gfx/libpsautohint/Manifest b/media-gfx/libpsautohint/Manifest
18 new file mode 100644
19 index 000000000..abdf9ad15
20 --- /dev/null
21 +++ b/media-gfx/libpsautohint/Manifest
22 @@ -0,0 +1 @@
23 +DIST libpsautohint-2.4.0.tar.gz 181009 BLAKE2B bb6ed5ae6b800742d8d1061004bfb49a84e3b9c99977a653ef8eeccf38d9c03261be5b735df20ee93dcf712b8b6ade7a2391937f327206fc2e01f2b5bcbe9022 SHA512 dfc29d020bedf8bd546e395743befb390e9fb01a3025aa10357a32724c9a78236acd57e05300aa26be630c9d43edab8bda731dc4f51c0a07d0bef79112d952aa
24
25 diff --git a/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild b/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild
26 new file mode 100644
27 index 000000000..8f6997d72
28 --- /dev/null
29 +++ b/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 2023 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit meson
37 +
38 +MY_PN="${PN#lib}"
39 +DESCRIPTION="A library for autohinting PostScript fonts"
40 +HOMEPAGE="https://github.com/adobe-type-tools/psautohint"
41 +SRC_URI="https://github.com/adobe-type-tools/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
42 +S="${WORKDIR}/${MY_PN}-${PV}/${PN}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +src_prepare() {
49 + default
50 + sed "/-Werror/d" -i meson.build || die
51 +}
52 +
53 +src_install() {
54 + meson_src_install
55 + doheader include/*.h
56 +}
57
58 diff --git a/media-gfx/libpsautohint/metadata.xml b/media-gfx/libpsautohint/metadata.xml
59 new file mode 100644
60 index 000000000..7ebbd0334
61 --- /dev/null
62 +++ b/media-gfx/libpsautohint/metadata.xml
63 @@ -0,0 +1,8 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="person">
68 + <email>cyber+gentoo@×××××.in</email>
69 + <name>Anna</name>
70 + </maintainer>
71 +</pkgmetadata>