* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-code-pro/
@ 2022-09-15 7:05 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-09-15 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 242aa256769e4188d384b96735b4d91c4a9450d4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 06:48:52 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=242aa256
media-fonts/source-code-pro: stabilize 2.038 for ALLARCHES
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-fonts/source-code-pro/source-code-pro-2.038.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/source-code-pro/source-code-pro-2.038.ebuild b/media-fonts/source-code-pro/source-code-pro-2.038.ebuild
index c2b34b172b48..5ef0b3813816 100644
--- a/media-fonts/source-code-pro/source-code-pro-2.038.ebuild
+++ b/media-fonts/source-code-pro/source-code-pro-2.038.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${REALV//\//-}"
LICENSE="OFL-1.1"
SLOT="0"
-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] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-code-pro/
@ 2024-08-22 1:26 Eli Schwartz
0 siblings, 0 replies; 4+ messages in thread
From: Eli Schwartz @ 2024-08-22 1:26 UTC (permalink / raw
To: gentoo-commits
commit: fa86e10f046d749775cc5957d9bac8d9c800d95c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Aug 17 14:39:00 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 00:31:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa86e10f
media-fonts/source-code-pro: add 2.042
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38180
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
media-fonts/source-code-pro/Manifest | 1 +
.../source-code-pro/source-code-pro-2.042.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-fonts/source-code-pro/Manifest b/media-fonts/source-code-pro/Manifest
index f0c144e08fd9..c585dfb89c1d 100644
--- a/media-fonts/source-code-pro/Manifest
+++ b/media-fonts/source-code-pro/Manifest
@@ -1 +1,2 @@
DIST source-code-pro-2.038.tar.gz 6818951 BLAKE2B b133aa317bf5057e8b346d81491bf08c0c257066ed05b2001a9e327308a63a3ef943da3b12b5933c217c31839750fbb3947b4f566f48aac6e88c7096cbbf82cd SHA512 96981af2a470027a372ab8a02265d34a6b2a810c4cca0b498b01e613019a04c9760d95e21fb740af2c7fff076098bb36f5c282bf9b8f1875eed72ed70e4b3ac9
+DIST source-code-pro-2.042.tar.gz 8148876 BLAKE2B 16d5097bb8adbdbf0c0c61f708ea460e7608ebde7921fed464a2b71ed159416d9920bcbd72ad63d47a89460426a5c5af0c5a19ebac00ee7a1db0d61ae77a9823 SHA512 2cc2373c8f5ec817ee44e2c754735a4d21d989fd581bf1cdb764ba98a26b186574d7f583ebe0da905c4db029d12fd4df54ace43a191e274f76995940a618a91c
diff --git a/media-fonts/source-code-pro/source-code-pro-2.042.ebuild b/media-fonts/source-code-pro/source-code-pro-2.042.ebuild
new file mode 100644
index 000000000000..aa6e0b741041
--- /dev/null
+++ b/media-fonts/source-code-pro/source-code-pro-2.042.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font optfeature
+
+REALV="2.042R-u/1.062R-i/1.026R-vf"
+
+DESCRIPTION="Monospaced font family for user interface and coding environments"
+HOMEPAGE="https://adobe-fonts.github.io/source-code-pro/"
+SRC_URI="https://github.com/adobe-fonts/source-code-pro/archive/${REALV}.tar.gz -> source-code-pro-${PV}.tar.gz"
+S="${WORKDIR}/${PN}-${REALV//\//-}"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+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}.conf )
+FONT_SUFFIX="otf"
+
+src_prepare() {
+ default
+ mv OTF/*.otf . || die
+}
+
+pkg_postinst() {
+ optfeature_header "Other variants of this font are:"
+ optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans
+ optfeature "the sans-serif variant" media-fonts/source-sans
+ optfeature "the serif variant" media-fonts/source-serif
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-code-pro/
@ 2024-12-11 22:48 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-12-11 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 2bac0d780b0a37777bf59eeb606e89edeeabad17
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 22:47:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 22:47:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bac0d78
media-fonts/source-code-pro: Stabilize 2.042 ALLARCHES, #946287
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/source-code-pro/source-code-pro-2.042.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/source-code-pro/source-code-pro-2.042.ebuild b/media-fonts/source-code-pro/source-code-pro-2.042.ebuild
index 7278475ba858..9292d566312a 100644
--- a/media-fonts/source-code-pro/source-code-pro-2.042.ebuild
+++ b/media-fonts/source-code-pro/source-code-pro-2.042.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${REALV//\//-}"
LICENSE="OFL-1.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos"
RESTRICT="binchecks strip"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-code-pro/
@ 2025-02-11 14:27 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-11 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 458c67e48ce274dafc38d1fc5088f4da36ea5d39
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 11 14:14:19 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 14:26:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458c67e4
media-fonts/source-code-pro: drop 2.038
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/source-code-pro/Manifest | 1 -
.../source-code-pro/source-code-pro-2.038.ebuild | 39 ----------------------
2 files changed, 40 deletions(-)
diff --git a/media-fonts/source-code-pro/Manifest b/media-fonts/source-code-pro/Manifest
index c585dfb89c1d..5ef6aa4e097f 100644
--- a/media-fonts/source-code-pro/Manifest
+++ b/media-fonts/source-code-pro/Manifest
@@ -1,2 +1 @@
-DIST source-code-pro-2.038.tar.gz 6818951 BLAKE2B b133aa317bf5057e8b346d81491bf08c0c257066ed05b2001a9e327308a63a3ef943da3b12b5933c217c31839750fbb3947b4f566f48aac6e88c7096cbbf82cd SHA512 96981af2a470027a372ab8a02265d34a6b2a810c4cca0b498b01e613019a04c9760d95e21fb740af2c7fff076098bb36f5c282bf9b8f1875eed72ed70e4b3ac9
DIST source-code-pro-2.042.tar.gz 8148876 BLAKE2B 16d5097bb8adbdbf0c0c61f708ea460e7608ebde7921fed464a2b71ed159416d9920bcbd72ad63d47a89460426a5c5af0c5a19ebac00ee7a1db0d61ae77a9823 SHA512 2cc2373c8f5ec817ee44e2c754735a4d21d989fd581bf1cdb764ba98a26b186574d7f583ebe0da905c4db029d12fd4df54ace43a191e274f76995940a618a91c
diff --git a/media-fonts/source-code-pro/source-code-pro-2.038.ebuild b/media-fonts/source-code-pro/source-code-pro-2.038.ebuild
deleted file mode 100644
index d28187d60c02..000000000000
--- a/media-fonts/source-code-pro/source-code-pro-2.038.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font optfeature
-
-REALV="2.038R-ro/1.058R-it/1.018R-VAR"
-
-DESCRIPTION="Monospaced font family for user interface and coding environments"
-HOMEPAGE="https://adobe-fonts.github.io/source-code-pro/"
-SRC_URI="https://github.com/adobe-fonts/source-code-pro/archive/${REALV}.tar.gz -> source-code-pro-${PV}.tar.gz"
-S="${WORKDIR}/${PN}-${REALV//\//-}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-RESTRICT="binchecks strip"
-
-RDEPEND="
- media-libs/fontconfig
- !media-fonts/source-pro
-"
-
-FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )
-FONT_SUFFIX="otf"
-
-src_prepare() {
- default
- mv OTF/*.otf . || die
-}
-
-pkg_postinst() {
- optfeature_header "Other variants of this font are:"
- optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans
- optfeature "the sans-serif variant" media-fonts/source-sans
- optfeature "the serif variant" media-fonts/source-serif
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-11 14:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 1:26 [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-code-pro/ Eli Schwartz
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 14:27 Sam James
2024-12-11 22:48 Sam James
2022-09-15 7:05 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox