public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2017-11-25 20:18 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2017-11-25 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ffc6afccc12168ecebd4369c371a8e0e2aa2e23f
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Nov 25 14:03:12 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 20:18:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc6afcc

media-fonts/font-cursor-misc: EAPI 3 -> 5

Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6296

 media-fonts/font-cursor-misc/Manifest                        |  2 +-
 .../font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild        | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/Manifest b/media-fonts/font-cursor-misc/Manifest
index 15bbe0c7fc1..cdd18da67bf 100644
--- a/media-fonts/font-cursor-misc/Manifest
+++ b/media-fonts/font-cursor-misc/Manifest
@@ -1 +1 @@
-DIST font-cursor-misc-1.0.3.tar.bz2 102041 SHA256 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83 WHIRLPOOL 9d030ccc25f322db3ca70ff5b0b55514a0184b0f2704bdc2b9859f78c6239c4a86ef891338a11e076219ed08367b5b66b6774a9b94ea2610f075f674d2266598
+DIST font-cursor-misc-1.0.3.tar.bz2 102041 BLAKE2B 13ed204f19b64c0e392664665bf670a497b9ad9efaa748ff521787d8f3f0e170c9361dccf97c4e106be557743b57ebe61fbe346f7e0f71fe733df9c6aa378f14 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild
new file mode 100644
index 00000000000..0e2835d2b6f
--- /dev/null
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org cursor font"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+IUSE=""
+
+DEPEND="x11-apps/bdftopcf"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2020-08-06 19:11 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2020-08-06 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ac9961844a669bf2eabe90f0aa18cc064568fc67
Author:     Henrik Pihl <ahvenas <AT> gmail <DOT> com>
AuthorDate: Sun Aug  2 19:34:11 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 19:11:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac996184

media-fonts/font-cursor-misc: upgrade to EAPI 7 and xorg-3 eclass

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
new file mode 100644
index 00000000000..f413598f4f8
--- /dev/null
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xorg-3
+
+DESCRIPTION="X.Org cursor font"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2020-09-13  6:27 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-09-13  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a83247a6703d21aedeb06d9e207df38babb1fc47
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 06:17:58 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 06:17:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83247a6

media-fonts/font-cursor-misc: Stabilize 1.0.3-r2 arm64, #741975

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
index f413598f4f8..79939f5c781 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2020-09-25  4:53 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2020-09-25  4:53 UTC (permalink / raw
  To: gentoo-commits

commit:     15b469e0318109d50611f147fdb73dc35865a119
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 04:31:02 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 04:52:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b469e0

media-fonts/font-cursor-misc: Drop old versions

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

 .../font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild        | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild
deleted file mode 100644
index 2255e6c642a..00000000000
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org cursor font"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-linux"
-IUSE=""
-
-DEPEND="x11-apps/bdftopcf"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2021-05-19  9:23 Yixun Lan
  0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2021-05-19  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cfecd62554cdeaffb36ad82d1149cd25144fb0cb
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 08:26:09 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed May 19 09:22:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfecd625

media-fonts/font-cursor-misc: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
index fd023b1399d..9f732511242 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2022-05-17 11:54 WANG Xuerui
  0 siblings, 0 replies; 12+ messages in thread
From: WANG Xuerui @ 2022-05-17 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ae10190e4abfa0776f7b7176349855db4e67bc28
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 10:30:01 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue May 17 11:53:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae10190e

media-fonts/font-cursor-misc: keyword 1.0.3-r2 for ~loong

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

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
index 1757c8036c69..7f8a4666b338 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.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
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2022-10-13 18:41 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2022-10-13 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     27b612894db0fc48b5e2a9a32b859ba81e835e45
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 18:39:04 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 18:41:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b61289

media-fonts/font-cursor-misc: Fix HOMEPAGE

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

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
index 7f8a4666b338..712ffd53bff3 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+XORG_PACKAGE_NAME="cursor-misc"
 inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2023-02-28  1:36 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2023-02-28  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     76db83d19e8ad8e49004c1d7ec5d99a466a50d22
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 00:21:40 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 01:36:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76db83d1

media-fonts/font-cursor-misc: Version bump to 1.0.4

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

 media-fonts/font-cursor-misc/Manifest                      |  1 +
 media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/media-fonts/font-cursor-misc/Manifest b/media-fonts/font-cursor-misc/Manifest
index cdd18da67bfb..ea10495d278c 100644
--- a/media-fonts/font-cursor-misc/Manifest
+++ b/media-fonts/font-cursor-misc/Manifest
@@ -1 +1,2 @@
 DIST font-cursor-misc-1.0.3.tar.bz2 102041 BLAKE2B 13ed204f19b64c0e392664665bf670a497b9ad9efaa748ff521787d8f3f0e170c9361dccf97c4e106be557743b57ebe61fbe346f7e0f71fe733df9c6aa378f14 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83
+DIST font-cursor-misc-1.0.4.tar.xz 97384 BLAKE2B 080d34385b352241de6312554d8896926a761db24a58d3b5946e78f03c55fa246ca1a9750ce057b0f0a5d7edd3778951c05932615eb42be30458fa9e2422205f SHA512 22bd86a81cdfb1e17f885dc3961071c08920171a6f0736ae52d95c8e576b1debc7570aa3b7e1007f474b50435fba411f0eb1847894e8b52f6e6268d91cf9f2db

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
new file mode 100644
index 000000000000..5d583f3d6477
--- /dev/null
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+FONT_OPENTYPE_COMPAT=1
+XORG_TARBALL_SUFFIX="xz"
+XORG_PACKAGE_NAME="cursor-misc"
+inherit xorg-3
+
+DESCRIPTION="X.Org cursor font"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2023-04-08  6:18 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-08  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e22e79a72c95d84bc0361a5c3f79d9ae890a94cc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 06:16:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 06:16:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22e79a7

media-fonts/font-cursor-misc: Stabilize 1.0.4 arm64, #903989

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
index 14f4c00ab781..84e05f918047 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
@@ -9,4 +9,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2023-04-08 14:47 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-08 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb6077c596a9562facaabdadf66066fecc49f09
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 14:46:40 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 14:46:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb6077c

media-fonts/font-cursor-misc: Stabilize 1.0.4 ppc, #903989

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
index a2382a987db1..4c8281763ae5 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
@@ -9,4 +9,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2023-04-08 15:00 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-08 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a304839992bb32b8afa964abfabd8f0bc05bcaa6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 14:59:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 14:59:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3048399

media-fonts/font-cursor-misc: Stabilize 1.0.4 ppc64, #903989

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
index 4c8281763ae5..56dcb0417687 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
@@ -9,4 +9,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
@ 2023-04-08 17:18 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-08 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6a2da2f1365776c338c5118219c15ce60b3da188
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:17:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:17:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2da2f1

media-fonts/font-cursor-misc: Stabilize 1.0.4 sparc, #903989

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
index 56dcb0417687..0b1f5d9b9f68 100644
--- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
+++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild
@@ -9,4 +9,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org cursor font"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"


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

end of thread, other threads:[~2023-04-08 17:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19  9:23 [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2023-04-08 17:18 Arthur Zamarin
2023-04-08 15:00 Arthur Zamarin
2023-04-08 14:47 Arthur Zamarin
2023-04-08  6:18 Arthur Zamarin
2023-02-28  1:36 Matt Turner
2022-10-13 18:41 Matt Turner
2022-05-17 11:54 WANG Xuerui
2020-09-25  4:53 Matt Turner
2020-09-13  6:27 Sam James
2020-08-06 19:11 Matt Turner
2017-11-25 20:18 Matt Turner

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