diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-09-02 20:44:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-13 15:41:26 +0200 |
commit | d9479ac981d2f02979c7c07a1e11d565b2769e4f (patch) | |
tree | eea27c9b9cca31dc9cb8e77b429dd986eba5cfa6 /app-text | |
parent | net-analyzer/mping: EAPI8 bump, use https (diff) | |
download | gentoo-d9479ac981d2f02979c7c07a1e11d565b2769e4f.tar.gz gentoo-d9479ac981d2f02979c7c07a1e11d565b2769e4f.tar.bz2 gentoo-d9479ac981d2f02979c7c07a1e11d565b2769e4f.zip |
app-text/t1utils: EAPI8 bump, improve ebuild
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38387
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/t1utils/t1utils-1.42-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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 ) |