summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-22 22:26:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-24 22:25:27 +0200
commit40a932900bd4f6422fca469bd7ca24a818cfc97d (patch)
tree9777a82a238da1ec23476785491a7c929aec0404 /media-fonts
parentmedia-fonts/terminus-font: drop 4.49.1 (diff)
downloadgentoo-40a932900bd4f6422fca469bd7ca24a818cfc97d.tar.gz
gentoo-40a932900bd4f6422fca469bd7ca24a818cfc97d.tar.bz2
gentoo-40a932900bd4f6422fca469bd7ca24a818cfc97d.zip
media-fonts/joypixels: drop 6.5.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/joypixels/Manifest1
-rw-r--r--media-fonts/joypixels/joypixels-6.5.0-r1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/media-fonts/joypixels/Manifest b/media-fonts/joypixels/Manifest
index 1605b12808e2..c2319aafab1a 100644
--- a/media-fonts/joypixels/Manifest
+++ b/media-fonts/joypixels/Manifest
@@ -1,2 +1 @@
-DIST joypixels-6.5.0.ttf 25348564 BLAKE2B 4e38a3bb04f71292ba9003b52d050c04afe96eac5b99073560a6e39c781ad895102812093f4aa3b64670ff2907060e8ca1cfebbf00a22abc68315a1691713cc5 SHA512 abe44c631e5b1e7f7a2c59ae979beb381bbf10c04a157f67ca022cff5ee4c5162e3108b34fe55d4165f4b5e062755387f421363fa8ca8d600d5a005a534b0f4f
DIST joypixels-6.6.0.ttf 25445808 BLAKE2B a07ca010b469b5b720fce86521f0c6de35d463c010dec7da7f0e601c1e54f399b0e2c7a6e5250c1fcca0c0c4f345501e2d73ea5dc2a7c312f85f321ab6133bec SHA512 6a8aebb8f37a22821a1b55364619bbe8d5eb180505422808d6005d06afba2e25051a962a6ecd00ad386eb0c6495cf10337892deeb424ee28d85cced73a540c16
diff --git a/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild b/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild
deleted file mode 100644
index 73579320e864..000000000000
--- a/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FONT_SUFFIX="ttf"
-inherit font readme.gentoo-r1
-
-DESCRIPTION="A font for better emoji and unicode support"
-HOMEPAGE="https://www.joypixels.com/"
-SRC_URI="https://cdn.joypixels.com/distributions/gentoo-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf"
-S="${WORKDIR}"
-
-#https://cdn.joypixels.com/distributions/gentoo-linux/appendix/joypixels-license-appendix.txt
-#https://cdn.joypixels.com/distributions/gentoo-linux/license/free-license.txt
-LICENSE="JoyPixels"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-RESTRICT="bindist mirror"
-
-FONT_CONF=( "${FILESDIR}"/99-joypixels.conf )
-
-DOC_CONTENTS="Free for personal/education use only, premium/enterprise license
- required for any other use. See: https://www.joypixels.com/licenses"
-
-src_prepare() {
- default
- cp "${DISTDIR}"/${P}.ttf "${S}"/${P}.ttf || die
-}
-
-src_install() {
- font_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
- font_pkg_postinst
-}