media-fonts/source-serif: drop 4.004-r1

newest version is in ::gentoo, -pro version stays here

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-09-19 07:45:34 +02:00
parent 9e64555bfa
commit c6c99a0e41
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 0 additions and 31 deletions

View File

@ -1,2 +1 @@
DIST source-serif-3.001.tar.gz 8670432 BLAKE2B f6d7c5f9a521165bb4557fea36cf53cf535697f7114186c68f5702ccbcb7edb228b3d43bb80a7e4cfe7ea9c55a8194eec31fd33be5d88039264ec5955127191d SHA512 9051f35745e4a1f5cc3cf43805d763cdbfb6ff4e9f22a1e9d829afde023c716acf7f87bb0fc6e6394e1b9c1709628715250f08d66eb1671fca30922615ec4663
DIST source-serif-4.004.tar.gz 40747188 BLAKE2B 9c91fbb5d9b29c28e1e64f36e410afce8ae6f0e6d030a6ee4e6069a20d270bf7852967641eb54b33bfe9a23eae024448f6c22de25d766a9f8a830cce04d29db1 SHA512 fff923121f1d536886468fd4887e036d9d85603e57c4ecabe64f73af4506b15265481ca69cbe7d83751f93ff72f7f9dce3aae56dacdd2c4da1bc1e7285f76d6b

View File

@ -1,30 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MAJORV="${PV%%.*}"
FONT_PN=${PN}-${MAJORV}
inherit font
DESCRIPTION="Serif font family for user interface environments"
HOMEPAGE="https://adobe-fonts.github.io/source-serif/"
SRC_URI="https://github.com/adobe-fonts/source-serif/archive/${PV}R.tar.gz -> source-serif-${PV}.tar.gz"
S="${WORKDIR}/${P}R"
LICENSE="OFL-1.1"
SLOT="${MAJORV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
RESTRICT="binchecks strip"
RDEPEND="media-libs/fontconfig"
FONT_CONF=( "${FILESDIR}"/63-${PN}-${MAJORV}.conf )
FONT_SUFFIX="otf"
src_prepare() {
default
mv OTF/*.otf . || die
}