public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-serif/
@ 2022-09-15  7:05 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2022-09-15  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     889bc2414f3dbad1d297c522c52ec845ba810826
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 06:49:44 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 07:05:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889bc241

media-fonts/source-serif: stabilize 4.004 for ALLARCHES

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-fonts/source-serif/source-serif-4.004.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/source-serif/source-serif-4.004.ebuild b/media-fonts/source-serif/source-serif-4.004.ebuild
index ede5673f0717..d14d86b76f05 100644
--- a/media-fonts/source-serif/source-serif-4.004.ebuild
+++ b/media-fonts/source-serif/source-serif-4.004.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}R"
 
 LICENSE="OFL-1.1"
 SLOT="${MAJORV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos"
 
 RESTRICT="binchecks strip"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-serif/
@ 2023-02-08 12:51 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-02-08 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7a46581d174d586a01e661b0179c273c97da991e
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jan 26 10:21:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 12:50:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a46581d

media-fonts/source-serif: add 4.005

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/29277
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-fonts/source-serif/Manifest                  |  1 +
 media-fonts/source-serif/source-serif-4.005.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-fonts/source-serif/Manifest b/media-fonts/source-serif/Manifest
index 494b051bf018..0cc7fe50f9e9 100644
--- a/media-fonts/source-serif/Manifest
+++ b/media-fonts/source-serif/Manifest
@@ -1 +1,2 @@
 DIST source-serif-4.004.tar.gz 40747188 BLAKE2B 9c91fbb5d9b29c28e1e64f36e410afce8ae6f0e6d030a6ee4e6069a20d270bf7852967641eb54b33bfe9a23eae024448f6c22de25d766a9f8a830cce04d29db1 SHA512 fff923121f1d536886468fd4887e036d9d85603e57c4ecabe64f73af4506b15265481ca69cbe7d83751f93ff72f7f9dce3aae56dacdd2c4da1bc1e7285f76d6b
+DIST source-serif-4.005.tar.gz 41743303 BLAKE2B 7dec81fd559a0bf620b2351dc26f2a481825a77148019797b5726699cc3e5977194278e8ef5cc6acd2dea8e30f8b19afa12dd301abbbf75bb192a9e7bfbde51d SHA512 c2dc7c036d02946a9585a9d9b1ef4fe458f77586d83d0e4c3084d62394f02103821273911c22be8a8fe28e116f4baca621026cac9054927243574264cad9ee52

diff --git a/media-fonts/source-serif/source-serif-4.005.ebuild b/media-fonts/source-serif/source-serif-4.005.ebuild
new file mode 100644
index 000000000000..596bb8c2182a
--- /dev/null
+++ b/media-fonts/source-serif/source-serif-4.005.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MAJORV="${PV%%.*}"
+FONT_PN=${PN}-${MAJORV}
+
+inherit font optfeature
+
+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-${FONT_PN}.conf )
+FONT_SUFFIX="otf"
+
+src_prepare() {
+	default
+	mv OTF/*.otf . || die
+}
+
+pkg_postinst() {
+	optfeature_header "Other variants of this font are:"
+	optfeature "the monospace variant" media-fonts/source-code-pro
+	optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans
+	optfeature "the sans-serif variant" media-fonts/source-sans
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-serif/
@ 2023-12-01  0:11 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2023-12-01  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c25716a7af54a813fcdb02f064da836d26354c76
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 00:02:32 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 00:11:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25716a7

media-fonts/source-serif: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-fonts/source-serif/Manifest                  |  1 -
 media-fonts/source-serif/source-serif-4.004.ebuild | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/media-fonts/source-serif/Manifest b/media-fonts/source-serif/Manifest
index 0cc7fe50f9e9..9ab0f60c9bce 100644
--- a/media-fonts/source-serif/Manifest
+++ b/media-fonts/source-serif/Manifest
@@ -1,2 +1 @@
-DIST source-serif-4.004.tar.gz 40747188 BLAKE2B 9c91fbb5d9b29c28e1e64f36e410afce8ae6f0e6d030a6ee4e6069a20d270bf7852967641eb54b33bfe9a23eae024448f6c22de25d766a9f8a830cce04d29db1 SHA512 fff923121f1d536886468fd4887e036d9d85603e57c4ecabe64f73af4506b15265481ca69cbe7d83751f93ff72f7f9dce3aae56dacdd2c4da1bc1e7285f76d6b
 DIST source-serif-4.005.tar.gz 41743303 BLAKE2B 7dec81fd559a0bf620b2351dc26f2a481825a77148019797b5726699cc3e5977194278e8ef5cc6acd2dea8e30f8b19afa12dd301abbbf75bb192a9e7bfbde51d SHA512 c2dc7c036d02946a9585a9d9b1ef4fe458f77586d83d0e4c3084d62394f02103821273911c22be8a8fe28e116f4baca621026cac9054927243574264cad9ee52

diff --git a/media-fonts/source-serif/source-serif-4.004.ebuild b/media-fonts/source-serif/source-serif-4.004.ebuild
deleted file mode 100644
index d14d86b76f05..000000000000
--- a/media-fonts/source-serif/source-serif-4.004.ebuild
+++ /dev/null
@@ -1,37 +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 optfeature
-
-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-${FONT_PN}.conf )
-FONT_SUFFIX="otf"
-
-src_prepare() {
-	default
-	mv OTF/*.otf . || die
-}
-
-pkg_postinst() {
-	optfeature_header "Other variants of this font are:"
-	optfeature "the monospace variant" media-fonts/source-code-pro
-	optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans
-	optfeature "the sans-serif variant" media-fonts/source-sans
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-01  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-15  7:05 [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-serif/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2023-02-08 12:51 Viorel Munteanu
2023-12-01  0:11 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox