From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B79AF158046 for ; Sun, 13 Oct 2024 13:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E066E08CA; Sun, 13 Oct 2024 13:43:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66FB9E08CA for ; Sun, 13 Oct 2024 13:43:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B25BD343279 for ; Sun, 13 Oct 2024 13:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37DCF27B6 for ; Sun, 13 Oct 2024 13:43:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1728826886.d9479ac981d2f02979c7c07a1e11d565b2769e4f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/t1utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/t1utils/t1utils-1.42-r1.ebuild X-VCS-Directories: app-text/t1utils/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d9479ac981d2f02979c7c07a1e11d565b2769e4f X-VCS-Branch: master Date: Sun, 13 Oct 2024 13:43:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63a81790-222c-4087-97b3-45137d2b1992 X-Archives-Hash: 1107334b770962be462255ebca8725ac commit: d9479ac981d2f02979c7c07a1e11d565b2769e4f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Sep 2 18:44:39 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38387 Signed-off-by: Conrad Kostecki 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 )