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 ADA931581EC for ; Wed, 20 Nov 2024 23:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035A4E0798; Wed, 20 Nov 2024 23:54:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2BD1E0798 for ; Wed, 20 Nov 2024 23:54:32 +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 EC1A533BEED for ; Wed, 20 Nov 2024 23:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ED65E84 for ; Wed, 20 Nov 2024 23:54:30 +0000 (UTC) From: "Nicolas PARLANT" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas PARLANT" Message-ID: <1732146868.f66ca03020ddd46e038ac5e80328ee674c3694d8.ppn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/ttf-ancient-fonts/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/ttf-ancient-fonts/Manifest media-fonts/ttf-ancient-fonts/metadata.xml media-fonts/ttf-ancient-fonts/ttf-ancient-fonts-2.60.ebuild X-VCS-Directories: media-fonts/ttf-ancient-fonts/ X-VCS-Committer: ppn X-VCS-Committer-Name: Nicolas PARLANT X-VCS-Revision: f66ca03020ddd46e038ac5e80328ee674c3694d8 X-VCS-Branch: dev Date: Wed, 20 Nov 2024 23:54:30 +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: ae1c71d1-bf29-4e66-aca9-11b244cf2a3e X-Archives-Hash: 002fdcb8d0babc64b441e4a7beecd628 commit: f66ca03020ddd46e038ac5e80328ee674c3694d8 Author: Nicolas PARLANT parhuet fr> AuthorDate: Tue Nov 19 09:24:35 2024 +0000 Commit: Nicolas PARLANT parhuet fr> CommitDate: Wed Nov 20 23:54:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f66ca030 media-fonts/ttf-ancient-fonts: new package, add 2.60 Closes: #262 Closes: #263 Signed-off-by: Nicolas PARLANT parhuet.fr> media-fonts/ttf-ancient-fonts/Manifest | 1 + media-fonts/ttf-ancient-fonts/metadata.xml | 8 ++++++++ .../ttf-ancient-fonts/ttf-ancient-fonts-2.60.ebuild | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/media-fonts/ttf-ancient-fonts/Manifest b/media-fonts/ttf-ancient-fonts/Manifest new file mode 100644 index 000000000..d7194d397 --- /dev/null +++ b/media-fonts/ttf-ancient-fonts/Manifest @@ -0,0 +1 @@ +DIST ttf-ancient-fonts-2.60.tar.xz 41814936 BLAKE2B 44302a058514b2b079bf860d7ced04807e26ee034887445a14fce2c1a98a63044d17afc554561d37f361d81cb3dc3716779a43d3e13b1db19d1f01eb21655c84 SHA512 5db3577cad65665846d844fda267539885fe25a863ed6ab6bb6408743e7a62da130ce1de02d9d6995afed147644ebdf472d014ac95622d9c65115582385078a8 diff --git a/media-fonts/ttf-ancient-fonts/metadata.xml b/media-fonts/ttf-ancient-fonts/metadata.xml new file mode 100644 index 000000000..2a45b6ac6 --- /dev/null +++ b/media-fonts/ttf-ancient-fonts/metadata.xml @@ -0,0 +1,8 @@ + + + + + nicolas.parlant@parhuet.fr + Nicolas PARLANT + + diff --git a/media-fonts/ttf-ancient-fonts/ttf-ancient-fonts-2.60.ebuild b/media-fonts/ttf-ancient-fonts/ttf-ancient-fonts-2.60.ebuild new file mode 100644 index 000000000..2360b5bc8 --- /dev/null +++ b/media-fonts/ttf-ancient-fonts/ttf-ancient-fonts-2.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks" +HOMEPAGE="https://web.archive.org/web/20170707150432/http://users.teilar.gr:80/~g1951d" +SRC_URI="https://deb.debian.org/debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz" + +S="${WORKDIR}/${P}.orig/" + +LICENSE="Unicode_Fonts_for_Ancient_Scripts" +SLOT="0" +KEYWORDS="~amd64" + +FONT_SUFFIX="ttf"