* [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/
@ 2019-10-19 16:10 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-19 16:10 UTC (permalink / raw
To: gentoo-commits
commit: c02ea34ffc29db4319f92c7abf48e41401ce5b57
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 15:33:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:10:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02ea34f
media-fonts/oldstandard: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697304
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-fonts/oldstandard/oldstandard-2.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild
index d5aa25d9ec5..ece12183130 100644
--- a/media-fonts/oldstandard/oldstandard-2.2.ebuild
+++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
@@ -18,7 +18,7 @@ IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
-S="${WORKDIR}"
-FONT_S="${S}"
+S=${WORKDIR}
+FONT_S=${WORKDIR}
FONT_SUFFIX="otf ttf"
-DOCS="OFL.txt OFL-FAQ.txt FONTLOG.txt"
+DOCS=( OFL.txt OFL-FAQ.txt FONTLOG.txt )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/
@ 2022-03-05 12:51 Yixun Lan
0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2022-03-05 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 7b94e968da347e7589fcf806718da9c37aecf643
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 12:38:58 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 12:38:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b94e968
media-fonts/oldstandard: keyword ~riscv, #834599
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
media-fonts/oldstandard/oldstandard-2.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild
index 1d5406fbce48..23c22eeb0ca3 100644
--- a/media-fonts/oldstandard/oldstandard-2.2.ebuild
+++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}"
LICENSE="OFL"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/
@ 2024-05-13 16:11 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2024-05-13 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 7c0de67727d80a6cc2b58ca8e22bea0a679fd91c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 14:47:39 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 16:05:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0de677
media-fonts/oldstandard: Fix LICENSE, OFL-1.1 instead of OFL
Bug: https://bugs.gentoo.org/931823
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-fonts/oldstandard/oldstandard-2.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild
index 977d9e4ea78f..f1133d277963 100644
--- a/media-fonts/oldstandard/oldstandard-2.2.ebuild
+++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://www.thessalonica.org.ru/downloads/${P}.otf.zip
http://www.thessalonica.org.ru/downloads/${P}.ttf.zip"
S="${WORKDIR}"
-LICENSE="OFL"
+LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 ~loong ~riscv x86"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/
@ 2024-05-13 17:33 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2024-05-13 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 33dc6c338ab8eb3605f866f4890f4e3cc8803c39
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 17:04:55 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 17:33:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc6c33
media-fonts/oldstandard: Revision bump for OFL-1.1 LICENSE update
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../oldstandard/{oldstandard-2.2.ebuild => oldstandard-2.2-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2-r1.ebuild
similarity index 100%
rename from media-fonts/oldstandard/oldstandard-2.2.ebuild
rename to media-fonts/oldstandard/oldstandard-2.2-r1.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/
@ 2024-08-30 17:11 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-08-30 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 95be44ca40985792896de64ae258eefc6e11a4a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 17:09:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 17:09:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95be44ca
media-fonts/oldstandard: Keyword 2.2-r1 arm64, #937303
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/oldstandard/oldstandard-2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/oldstandard/oldstandard-2.2-r1.ebuild b/media-fonts/oldstandard/oldstandard-2.2-r1.ebuild
index f1133d277963..e67d21197538 100644
--- a/media-fonts/oldstandard/oldstandard-2.2-r1.ebuild
+++ b/media-fonts/oldstandard/oldstandard-2.2-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
-KEYWORDS="amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-30 17:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-05 12:51 [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:11 Sam James
2024-05-13 17:33 Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2019-10-19 16:10 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox