media-gfx/libpsautohint: treeclean

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-09-05 10:38:13 +02:00
parent 0db2f25ff2
commit 4e433ea46f
4 changed files with 0 additions and 40 deletions

View File

@@ -1 +0,0 @@
DIST libpsautohint-2.4.0.tar.gz 181009 BLAKE2B bb6ed5ae6b800742d8d1061004bfb49a84e3b9c99977a653ef8eeccf38d9c03261be5b735df20ee93dcf712b8b6ade7a2391937f327206fc2e01f2b5bcbe9022 SHA512 dfc29d020bedf8bd546e395743befb390e9fb01a3025aa10357a32724c9a78236acd57e05300aa26be630c9d43edab8bda731dc4f51c0a07d0bef79112d952aa

View File

@@ -1,26 +0,0 @@
# 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
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">adobe-type-tools/psautohint</remote-id>
</upstream>
</pkgmetadata>