public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/zh-kcfonts/
@ 2020-03-20 15:49 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2020-03-20 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     443bc01ea1c42e1c0222f5c560ad1a605dbcd688
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 19:46:10 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:47:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443bc01e

Revert "media-fonts/zh-kcfonts: Add missing FONT_S assignment."

This reverts commit a93ebf50271fe4f950b69f1c9f461f551377f267.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
index 25a0a498bac..e2e33f0ed5a 100644
--- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
@@ -25,7 +25,6 @@ RESTRICT="strip binchecks"
 BDEPEND="x11-apps/bdftopcf"
 
 S="${WORKDIR}"
-FONT_S="${S}"
 
 PATCHES=(
 	"${WORKDIR}"/${P}-freebsd-aa_ad.patch


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/zh-kcfonts/
@ 2022-05-25  8:29 WANG Xuerui
  0 siblings, 0 replies; 4+ messages in thread
From: WANG Xuerui @ 2022-05-25  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     be3940493f42d85b0502799edbb1bf708a235f54
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 08:21:39 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 08:29:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be394049

media-fonts/zh-kcfonts: keyword 1.05-r3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
index d76445218ae6..efe2e647162e 100644
--- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.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
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ~loong ppc ~s390 sparc x86"
 IUSE=""
 # Only installs fonts
 RESTRICT="strip binchecks"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/zh-kcfonts/
@ 2020-02-14 12:58 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2020-02-14 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a93ebf50271fe4f950b69f1c9f461f551377f267
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 08:11:09 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 12:57:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93ebf50

media-fonts/zh-kcfonts: Add missing FONT_S assignment.

This fixes a failure of pushd/popd in font_src_install().

Closes: https://bugs.gentoo.org/709576
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
index e2e33f0ed5a..25a0a498bac 100644
--- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
@@ -25,6 +25,7 @@ RESTRICT="strip binchecks"
 BDEPEND="x11-apps/bdftopcf"
 
 S="${WORKDIR}"
+FONT_S="${S}"
 
 PATCHES=(
 	"${WORKDIR}"/${P}-freebsd-aa_ad.patch


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/zh-kcfonts/
@ 2019-12-24 14:59 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2019-12-24 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     067fd0f0b9b34335a720384ca40bbfc16476bfc8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 14:57:54 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 14:59:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067fd0f0

media-fonts/zh-kcfonts: Fix LICENSE.

Closes: https://bugs.gentoo.org/702948
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
index c08fdae5871..0863e1f9150 100644
--- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 	ftp://wm28.csie.ncu.edu.tw/pub/distfiles/${MY_P}.tar.gz
 	https://dev.gentoo.org/~soap/distfiles/${P}-freebsd-aa_ad.patch.gz"
 
-LICENSE="freedist"
+LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"
 IUSE=""


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

end of thread, other threads:[~2022-05-25  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 15:49 [gentoo-commits] repo/gentoo:master commit in: media-fonts/zh-kcfonts/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-05-25  8:29 WANG Xuerui
2020-02-14 12:58 Ulrich Müller
2019-12-24 14:59 Ulrich Müller

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