From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/
Date: Tue, 4 May 2021 13:38:58 +0000 (UTC) [thread overview]
Message-ID: <1620135531.319a931f4d1efe77889acead449bafc08c666e0d.juippis@gentoo> (raw)
commit: 319a931f4d1efe77889acead449bafc08c666e0d
Author: Aisha Tammy <floss <AT> bsd <DOT> ac>
AuthorDate: Thu Apr 22 19:06:54 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 4 13:38:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319a931f
media-fonts/fontawesome: version bump to 5.15.3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/20508
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-fonts/fontawesome/Manifest | 1 +
media-fonts/fontawesome/fontawesome-5.15.3.ebuild | 33 +++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest
index a9932ee7db2..43e2266f8d5 100644
--- a/media-fonts/fontawesome/Manifest
+++ b/media-fonts/fontawesome/Manifest
@@ -1,3 +1,4 @@
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
diff --git a/media-fonts/fontawesome/fontawesome-5.15.3.ebuild b/media-fonts/fontawesome/fontawesome-5.15.3.ebuild
new file mode 100644
index 00000000000..8301f85e2ab
--- /dev/null
+++ b/media-fonts/fontawesome/fontawesome-5.15.3.ebuild
@@ -0,0 +1,33 @@
+# 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
+}
next reply other threads:[~2021-05-04 13:39 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-04 13:38 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-24 20:25 [gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/ Andreas Sturmlechner
2024-09-24 20:25 Andreas Sturmlechner
2024-09-23 7:25 Arthur Zamarin
2024-01-13 13:09 Florian Schmaus
2024-01-13 13:09 Florian Schmaus
2024-01-13 13:09 Florian Schmaus
2024-01-13 13:09 Florian Schmaus
2023-12-20 15:19 Sam James
2022-05-25 8:29 WANG Xuerui
2022-05-25 8:29 WANG Xuerui
2022-04-17 9:34 Joonas Niilola
2021-12-05 4:45 Sam James
2021-01-22 4:15 Sam James
2020-12-29 9:47 Sam James
2020-10-12 9:06 Joonas Niilola
2020-10-12 9:06 Joonas Niilola
2020-09-30 22:59 Sam James
2020-07-21 1:48 Aaron Bauman
2020-06-20 20:31 Thomas Deutschmann
2020-05-22 19:35 Georgy Yakovlev
2020-05-22 19:35 Georgy Yakovlev
2020-04-28 7:44 Joonas Niilola
2019-09-25 7:08 Michał Górny
2019-09-25 7:08 Michał Górny
2019-09-19 6:02 Michał Górny
2019-09-19 6:02 Michał Górny
2019-09-13 17:39 Mikle Kolyada
2019-08-28 5:02 Joonas Niilola
2019-08-28 5:02 Joonas Niilola
2019-08-25 15:49 Joonas Niilola
2019-08-25 15:49 Joonas Niilola
2019-08-12 9:11 Agostino Sarubbo
2019-08-11 21:40 Aaron Bauman
2019-08-04 6:44 Joonas Niilola
2019-08-04 6:44 Joonas Niilola
2019-08-03 15:12 Joonas Niilola
2019-07-30 20:55 Georgy Yakovlev
2019-07-29 14:27 Mikle Kolyada
2019-07-22 21:36 Aaron Bauman
2019-06-21 11:07 Agostino Sarubbo
2019-06-21 8:03 Agostino Sarubbo
2018-07-17 13:10 Johannes Huber
2018-02-19 18:41 Andreas Sturmlechner
2018-02-19 18:41 Andreas Sturmlechner
2018-01-26 19:18 Patrice Clement
2018-01-26 19:18 Patrice Clement
2018-01-26 19:18 Patrice Clement
2017-11-25 14:39 Patrick Lauer
2016-10-25 18:32 David Seifert
2016-08-23 9:14 Patrice Clement
2016-05-27 14:01 Patrice Clement
2016-05-27 14:01 Patrice Clement
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=1620135531.319a931f4d1efe77889acead449bafc08c666e0d.juippis@gentoo \
--to=juippis@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