commit: d9479ac981d2f02979c7c07a1e11d565b2769e4f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Sep 2 18:44:39 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 13:41:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9479ac9
app-text/t1utils: EAPI8 bump, improve ebuild Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38387 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-text/t1utils/t1utils-1.42-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-text/t1utils/t1utils-1.42-r1.ebuild b/app-text/t1utils/t1utils-1.42-r1.ebuild new file mode 100644 index 000000000000..2de13f788a47 --- /dev/null +++ b/app-text/t1utils/t1utils-1.42-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Type 1 Font utilities" +HOMEPAGE="https://www.lcdf.org/type/#t1utils" +SRC_URI="https://www.lcdf.org/type/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +DOCS=( NEWS.md README.md )
