commit:     0b3faca5240d12521a8b6965c4627019a9fdcafd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 28 08:30:01 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Feb 28 10:08:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b3faca5

media-gfx/libpsautohint: new package, add 2.4.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-gfx/libpsautohint/Manifest                   |  1 +
 media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild | 26 ++++++++++++++++++++++
 media-gfx/libpsautohint/metadata.xml               |  8 +++++++
 3 files changed, 35 insertions(+)

diff --git a/media-gfx/libpsautohint/Manifest b/media-gfx/libpsautohint/Manifest
new file mode 100644
index 000000000..abdf9ad15
--- /dev/null
+++ b/media-gfx/libpsautohint/Manifest
@@ -0,0 +1 @@
+DIST libpsautohint-2.4.0.tar.gz 181009 BLAKE2B 
bb6ed5ae6b800742d8d1061004bfb49a84e3b9c99977a653ef8eeccf38d9c03261be5b735df20ee93dcf712b8b6ade7a2391937f327206fc2e01f2b5bcbe9022
 SHA512 
dfc29d020bedf8bd546e395743befb390e9fb01a3025aa10357a32724c9a78236acd57e05300aa26be630c9d43edab8bda731dc4f51c0a07d0bef79112d952aa

diff --git a/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild 
b/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild
new file mode 100644
index 000000000..8f6997d72
--- /dev/null
+++ b/media-gfx/libpsautohint/libpsautohint-2.4.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+MY_PN="${PN#lib}"
+DESCRIPTION="A library for autohinting PostScript fonts"
+HOMEPAGE="https://github.com/adobe-type-tools/psautohint";
+SRC_URI="https://github.com/adobe-type-tools/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}/${PN}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+       default
+       sed "/-Werror/d" -i meson.build || die
+}
+
+src_install() {
+       meson_src_install
+       doheader include/*.h
+}

diff --git a/media-gfx/libpsautohint/metadata.xml 
b/media-gfx/libpsautohint/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/media-gfx/libpsautohint/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Anna</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to