public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-fonts/source-han-mono/
@ 2022-09-12 14:21 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e9b5432c4460478e3fda14907a252325e6264d3c
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Sep 10 06:01:22 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 06:01:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9b5432c

media-fonts/source-han-mono: new package, add 1.002

Bug: https://bugs.gentoo.org/699614
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 media-fonts/source-han-mono/Manifest               |  1 +
 media-fonts/source-han-mono/metadata.xml           | 12 +++++++++++
 .../source-han-mono/source-han-mono-1.002.ebuild   | 25 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/media-fonts/source-han-mono/Manifest b/media-fonts/source-han-mono/Manifest
new file mode 100644
index 000000000..2480d675b
--- /dev/null
+++ b/media-fonts/source-han-mono/Manifest
@@ -0,0 +1 @@
+DIST source-han-mono-1.002.ttc 122117628 BLAKE2B bf7f6e96b9f8b9c9d752263523f075d46d62f2eff9ed1d174008b66ef413c7cb2a5422b0e5352fb119c94850de055661acc18e928ff747fd37f933ba9868581e SHA512 315eae53d2417e78d9d92844614a5f4a4684f6c6160342779c738331c3e627c9f2e550f9d6d515d9023b597a2adbbb4672cd0b1efbb091bf0674ce057474c39c

diff --git a/media-fonts/source-han-mono/metadata.xml b/media-fonts/source-han-mono/metadata.xml
new file mode 100644
index 000000000..bf01756f3
--- /dev/null
+++ b/media-fonts/source-han-mono/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<stabilize-allarches />
+	<upstream>
+		<remote-id type="github">adobe-fonts/source-han-mono</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-fonts/source-han-mono/source-han-mono-1.002.ebuild b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild
new file mode 100644
index 000000000..513b54344
--- /dev/null
+++ b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Pan-CJK OpenType/CFF mono font family"
+HOMEPAGE="https://github.com/adobe-fonts/source-han-serif/"
+SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}/SourceHanMono.ttc -> ${P}.ttc"
+S=${WORKDIR}
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+FONT_SUFFIX="ttc"
+RESTRICT="binchecks strip"
+
+BDEPEND="app-arch/unzip"
+
+src_prepare() {
+	cp "${DISTDIR}"/${P}.ttc . || die
+	default
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-fonts/source-han-mono/
@ 2023-09-28 10:01 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2023-09-28 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     401efca55683c94c002848c559d9d99ad6b848bf
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep 27 17:52:06 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 27 17:52:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=401efca5

media-fonts/source-han-mono: fix HOMEPAGE

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 media-fonts/source-han-mono/source-han-mono-1.002.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/source-han-mono/source-han-mono-1.002.ebuild b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild
index 513b54344f..670601e8a2 100644
--- a/media-fonts/source-han-mono/source-han-mono-1.002.ebuild
+++ b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit font
 
 DESCRIPTION="Pan-CJK OpenType/CFF mono font family"
-HOMEPAGE="https://github.com/adobe-fonts/source-han-serif/"
+HOMEPAGE="https://github.com/adobe-fonts/source-han-mono"
 SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}/SourceHanMono.ttc -> ${P}.ttc"
 S=${WORKDIR}
 


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

end of thread, other threads:[~2023-09-28 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 10:01 [gentoo-commits] repo/proj/guru:master commit in: media-fonts/source-han-mono/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2022-09-12 14:21 Florian Schmaus

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