mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-fonts/fontawesome: drop 5.14.0, 5.15.1, 5.15.2
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34382 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
2c6659609d
commit
4a9abf0ba8
@@ -1,6 +1,3 @@
|
||||
DIST fontawesome-5.14.0.tar.gz 11130737 BLAKE2B 0ae60cb0564ed89705d972f41084f2a3d28b630da82f055455686db5fad18709b440bf642743327369c2cc8d52b2a874a24f4a38b06d680768fa386246fb62a7 SHA512 a46679ae7758a94a4e52e0d24486aa2968d4ffa5fe0a583150847eeedc5703ad9cb47a0c71d074595ef7f44b91dae2b00abbe1c3e648447bfb5366daab99f6e3
|
||||
DIST fontawesome-5.15.1.tar.gz 11277799 BLAKE2B a1f59fe6b6f3ae93bc1a818956ae0034ba7bbb9f3ce800e5296903fa5f19426496dc21245691ac83bcb0eca5ed5aae33c0942eccb1ce8c05143a9e8509c89aae SHA512 0dfef0ae11d032bf52ecdc5ea94ad258805e61b7b4e2aedcf7b0b4d2f0977466339af54310b796eefe3115ef2cb10d1537080d2d68746379ff83cfcbea5c377f
|
||||
DIST fontawesome-5.15.2.tar.gz 11274421 BLAKE2B 14a0cb2d8f444a26d0552f14fbdd9a51c8bc7903e19cc33271618af87db744539cd7954baba4e8870aff98b3ed311aba37c3d8bbe6903065292a92561363067d SHA512 c1577b90053285a77ecf1225c1bd534fb0d3b89a4b90e4abcd37bd36ad1b35967a4746fe164ff7129c8a90f1294fab947dd2ff203a5b826ac89d5f6b48a77a80
|
||||
DIST fontawesome-5.15.3.tar.gz 11240429 BLAKE2B a6de9a8add03e12e569ecc45c4b1fcefddb5f146f74aaeca8359fb97012648f9a11beffc34977be49e45747f7e43a1d084400aa9ba76006ef84bcbca1ecf214e SHA512 f540d8828eff91636b7e701455062d28be58fcecfd842919f4f95f1035f6d23d9b64f3f5ac24bda08be507f8d7cd0943aef8577321c37765951d88d6d6c60fc7
|
||||
DIST fontawesome-6.1.1.tar.gz 13326697 BLAKE2B fe40d8d4474afe297636aa9768292acdd80f20b4c65effffed95deb1652aa6f52f915492f4ba6e46494fee7b3b6fd914d422b8440f02a66f303e4b0def9d5254 SHA512 cde1b1bef93349d3c8b965d75f7bb37007470ebc71194028bbac155dc703f00b2a99175ac0407bf5562dc414712d80bd7cf59d347a445bfe07079c0ac9d784de
|
||||
DIST fontawesome-6.5.1.tar.gz 13453042 BLAKE2B ef7ef01fb25fde177465e4663d77e4b05109408314472e8b0ecf9de9d9acceebe873f3bdfcc7fbe320f988394573b42ee584127d9e7bfb6563d103ae6ea746d9 SHA512 da8b9c42241e370330d01d73a8cd279bc16589bf94a6edbbd4b18924341d3db7e03258170cae31c43ee73285373544907ca31a27dbe71765cd7637531e80d418
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="Font-Awesome"
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="The iconic font"
|
||||
HOMEPAGE="https://fontawesome.com"
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm arm64 ~ppc64 x86"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="CC-BY-4.0 OFL-1.1"
|
||||
SLOT="0/5"
|
||||
IUSE="+otf ttf"
|
||||
|
||||
REQUIRED_USE="|| ( otf ttf )"
|
||||
|
||||
src_install() {
|
||||
if use otf; then
|
||||
FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
|
||||
fi
|
||||
if use ttf; then
|
||||
FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
|
||||
fi
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="Font-Awesome"
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="The iconic font"
|
||||
HOMEPAGE="https://fontawesome.com"
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm arm64 ~ppc64 x86"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="CC-BY-4.0 OFL-1.1"
|
||||
SLOT="0/5"
|
||||
IUSE="+otf ttf"
|
||||
|
||||
REQUIRED_USE="|| ( otf ttf )"
|
||||
|
||||
src_install() {
|
||||
if use otf; then
|
||||
FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
|
||||
fi
|
||||
if use ttf; then
|
||||
FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
|
||||
fi
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="Font-Awesome"
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="The iconic font"
|
||||
HOMEPAGE="https://fontawesome.com"
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="CC-BY-4.0 OFL-1.1"
|
||||
SLOT="0/5"
|
||||
IUSE="+otf ttf"
|
||||
|
||||
REQUIRED_USE="|| ( otf ttf )"
|
||||
|
||||
src_install() {
|
||||
if use otf; then
|
||||
FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
|
||||
fi
|
||||
if use ttf; then
|
||||
FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user