mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-fonts/joypixels: drop 6.5.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user