From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/sil-charis/
Date: Fri, 1 Dec 2023 00:11:29 +0000 (UTC) [thread overview]
Message-ID: <1701389477.0007293ac1b7505a4da495988106277231a40f31.mattst88@gentoo> (raw)
commit: 0007293ac1b7505a4da495988106277231a40f31
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 00:02:30 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 00:11:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0007293a
media-fonts/sil-charis: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-fonts/sil-charis/Manifest | 3 ---
media-fonts/sil-charis/metadata.xml | 3 ---
media-fonts/sil-charis/sil-charis-5.000-r1.ebuild | 31 -----------------------
media-fonts/sil-charis/sil-charis-6.101.ebuild | 22 ----------------
4 files changed, 59 deletions(-)
diff --git a/media-fonts/sil-charis/Manifest b/media-fonts/sil-charis/Manifest
index ac59d023de60..4e3f4cb8c228 100644
--- a/media-fonts/sil-charis/Manifest
+++ b/media-fonts/sil-charis/Manifest
@@ -1,4 +1 @@
-DIST CharisSILCompact-5.000.zip 3056771 BLAKE2B 8ba790086166b606797242327ccfb9a8093354ef0f5dadbff6edc01c67217628e1c2a46973e17fafb92033af9d4f59fd0807483fd593fad388d5ccf850e34eb5 SHA512 59a444c4085f80719b1bff3cecc2d60176ed2deb136ddc0714de60e2bde1a43c136924e510790fcd7aa8d123f082b5570d80afbf188a15e8363f984dc1e75c80
-DIST sil-charis-5.000.zip 2967087 BLAKE2B 46725b826c53eff25c8a5c6fb7826b5cc9f910424f2afb3ac226aee9ae2cf17b013f17be4b0a19d9c68c63e0f091474125199e8bb4aa60c4d5c678311b1046f1 SHA512 f85da6c9b93c0ef81617241219b208ca262c12fcecae1d447163b7aff31ea8bfc3f09636dcfc0a322c86201a0d551288884e4017fded5bb71bbb54c8093faaed
-DIST sil-charis-6.101.zip 4746155 BLAKE2B 773cc5622f6cfdc4e8560a05c1b0b85e2fbcd3f0c96afce4057b0ef1c8d614709cc6ae203766ee4b046d0d814c6c6b58ce783f18557df8ac26caea799110969d SHA512 e5cdb6f3c6d1db34e654bccb9c214a8947a5148c2ad388e49a1941e256b5eaa12593680b383be6126607ce8e5c1991be9b0df9fd02a905c8f5a86ddb969fc96b
DIST sil-charis-6.200.zip 4980132 BLAKE2B 98fba54eda2fc52e9cad6abf57c18a8b7a2741f5a00475794fd2d2ba82b021b87599917f28bf3e0a1bf8a9d6d6c152ae961b09224b199be696656ec966e121de SHA512 f54bf9f275b49ed34bfb92492826a21052858adc9d85d4f5bd688c5f4d15bdd029920eb1be3908eafbf4ec72f4a8fcf5e37fb16b4ee26b829c33fca9556ad6af
diff --git a/media-fonts/sil-charis/metadata.xml b/media-fonts/sil-charis/metadata.xml
index 7087c4bd0875..8979707589c2 100644
--- a/media-fonts/sil-charis/metadata.xml
+++ b/media-fonts/sil-charis/metadata.xml
@@ -15,7 +15,4 @@
proportionally-spaced font optimized for readability in long
printed documents.
</longdescription>
- <use>
- <flag name="compact">Use more compactly spaced font</flag>
- </use>
</pkgmetadata>
diff --git a/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild b/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild
deleted file mode 100644
index 28ad8771473e..000000000000
--- a/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="CharisSIL"
-inherit font
-
-DESCRIPTION="Serif typeface for Roman and Cyrillic languages"
-HOMEPAGE="https://software.sil.org/charis/"
-SRC_URI="https://software.sil.org/downloads/r/charis/${MY_PN}-${PV}.zip -> ${P}.zip
- compact? ( https://software.sil.org/downloads/r/charis/${MY_PN}Compact-${PV}.zip )"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~loong ppc ppc64 ~s390 sparc x86 ~x64-macos"
-IUSE="compact"
-
-BDEPEND="app-arch/unzip"
-
-# DOCS=( OFL-FAQ.txt documentation/* )
-
-FONT_SUFFIX="ttf"
-
-src_prepare() {
- default
- if use compact; then
- mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} . || die
- fi
-}
diff --git a/media-fonts/sil-charis/sil-charis-6.101.ebuild b/media-fonts/sil-charis/sil-charis-6.101.ebuild
deleted file mode 100644
index a2b656eb6953..000000000000
--- a/media-fonts/sil-charis/sil-charis-6.101.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="CharisSIL"
-inherit font
-
-DESCRIPTION="Serif typeface for Roman and Cyrillic languages"
-HOMEPAGE="https://software.sil.org/charis/"
-SRC_URI="https://software.sil.org/downloads/r/charis/${MY_PN}-${PV}.zip -> ${P}.zip"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~loong ppc ppc64 ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="app-arch/unzip"
-
-# DOCS=( OFL-FAQ.txt documentation/* )
-
-FONT_SUFFIX="ttf"
next reply other threads:[~2023-12-01 0:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 0:11 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-28 0:05 [gentoo-commits] repo/gentoo:master commit in: media-fonts/sil-charis/ Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-03-04 9:46 Arthur Zamarin
2023-03-04 7:53 Arthur Zamarin
2023-03-04 6:09 Arthur Zamarin
2023-03-04 5:32 Arthur Zamarin
2023-03-04 3:16 Matt Turner
2022-11-06 18:44 Matt Turner
2018-05-14 16:36 Johannes Huber
2018-05-13 22:47 Thomas Deutschmann
2018-05-13 11:05 Johannes Huber
2018-05-13 11:05 Johannes Huber
2017-11-26 23:02 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1701389477.0007293ac1b7505a4da495988106277231a40f31.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox