public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-08-12 23:23 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2023-08-12 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2a10dc0872ebdb69d92ca7daa603ac0bd68f9504
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 20:55:52 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 23:23:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a10dc08

media-fonts/spleen: new package; add 2.0.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 +
 media-fonts/spleen/metadata.xml        | 17 +++++++++++++++++
 media-fonts/spleen/spleen-2.0.0.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
new file mode 100644
index 000000000000..8e0b13948356
--- /dev/null
+++ b/media-fonts/spleen/Manifest
@@ -0,0 +1 @@
+DIST spleen-2.0.0.tar.gz 483317 BLAKE2B 703b6017442564bbe39bbb6e3c7194c264b7c52ca898e3ca7f05f849684a4a078f4f70d82c5729f493b7aaff3bdfb6daeba225112f56cec31a733f3a1544cd0f SHA512 cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6

diff --git a/media-fonts/spleen/metadata.xml b/media-fonts/spleen/metadata.xml
new file mode 100644
index 000000000000..29337b1f0ca7
--- /dev/null
+++ b/media-fonts/spleen/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <email>xgqt@gentoo.org</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <longdescription>
+    Spleen is a monospaced bitmap font for consoles and terminals. It is
+    available in 6 sizes: 5x8, 6x12, 8x16, 12x24, 16x32, and 32x64.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/fcambus/spleen/issues/</bugs-to>
+    <remote-id type="github">fcambus/spleen</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-fonts/spleen/spleen-2.0.0.ebuild b/media-fonts/spleen/spleen-2.0.0.ebuild
new file mode 100644
index 000000000000..de0696bfbeb9
--- /dev/null
+++ b/media-fonts/spleen/spleen-2.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
+HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
+	https://github.com/fcambus/spleen/"
+SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( AUTHORS ChangeLog README.md )
+FONT_SUFFIX="otf pcf.gz psfu.gz"
+
+src_compile() {
+	gzip -n9 *.pcf *.psfu || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-10-24 16:51 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-10-24 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9f4b5d77eec1822d3a807be89b3afd8e9cf23e86
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 16:51:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 16:51:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4b5d77

media-fonts/spleen: Stabilize 2.0.0 amd64, #916224

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

 media-fonts/spleen/spleen-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/spleen/spleen-2.0.0.ebuild b/media-fonts/spleen/spleen-2.0.0.ebuild
index de0696bfbeb9..f93cac41d571 100644
--- a/media-fonts/spleen/spleen-2.0.0.ebuild
+++ b/media-fonts/spleen/spleen-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( AUTHORS ChangeLog README.md )
 FONT_SUFFIX="otf pcf.gz psfu.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-11-20 20:27 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2023-11-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ab0d7618d5d06781de873d3a37768911c404c6ee
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 20:26:18 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:27:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0d7618

media-fonts/spleen: bump to 2.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 +
 media-fonts/spleen/spleen-2.0.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
index 8e0b13948356..fa8b5303f613 100644
--- a/media-fonts/spleen/Manifest
+++ b/media-fonts/spleen/Manifest
@@ -1 +1,2 @@
 DIST spleen-2.0.0.tar.gz 483317 BLAKE2B 703b6017442564bbe39bbb6e3c7194c264b7c52ca898e3ca7f05f849684a4a078f4f70d82c5729f493b7aaff3bdfb6daeba225112f56cec31a733f3a1544cd0f SHA512 cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6
+DIST spleen-2.0.1.tar.gz 472614 BLAKE2B e74ef08440fecd0b1e97913158f692228f625872f65820df2a72d93fabedc41568fe36d7acea22784cfa7dbb91cc1d2851a6352737101c03bb4760d5fa5adf95 SHA512 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26

diff --git a/media-fonts/spleen/spleen-2.0.1.ebuild b/media-fonts/spleen/spleen-2.0.1.ebuild
new file mode 100644
index 000000000000..de0696bfbeb9
--- /dev/null
+++ b/media-fonts/spleen/spleen-2.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
+HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
+	https://github.com/fcambus/spleen/"
+SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( AUTHORS ChangeLog README.md )
+FONT_SUFFIX="otf pcf.gz psfu.gz"
+
+src_compile() {
+	gzip -n9 *.pcf *.psfu || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-12-22  5:07 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-12-22  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3570af9d70a1270d9e9300f37b586211e699c2ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 05:02:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 05:04:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3570af9d

media-fonts/spleen: Stabilize 2.0.1 amd64, #920496

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

 media-fonts/spleen/spleen-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/spleen/spleen-2.0.1.ebuild b/media-fonts/spleen/spleen-2.0.1.ebuild
index de0696bfbeb9..f93cac41d571 100644
--- a/media-fonts/spleen/spleen-2.0.1.ebuild
+++ b/media-fonts/spleen/spleen-2.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( AUTHORS ChangeLog README.md )
 FONT_SUFFIX="otf pcf.gz psfu.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-12-27 21:52 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2023-12-27 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5b8e9fb5c0a0e9aa5b8343f94d5adc62a2076ecb
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:49:41 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:52:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8e9fb5

media-fonts/spleen: bump to 2.0.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 +
 media-fonts/spleen/spleen-2.0.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
index fa8b5303f613..e3b1bfb792b5 100644
--- a/media-fonts/spleen/Manifest
+++ b/media-fonts/spleen/Manifest
@@ -1,2 +1,3 @@
 DIST spleen-2.0.0.tar.gz 483317 BLAKE2B 703b6017442564bbe39bbb6e3c7194c264b7c52ca898e3ca7f05f849684a4a078f4f70d82c5729f493b7aaff3bdfb6daeba225112f56cec31a733f3a1544cd0f SHA512 cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6
 DIST spleen-2.0.1.tar.gz 472614 BLAKE2B e74ef08440fecd0b1e97913158f692228f625872f65820df2a72d93fabedc41568fe36d7acea22784cfa7dbb91cc1d2851a6352737101c03bb4760d5fa5adf95 SHA512 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26
+DIST spleen-2.0.2.tar.gz 474925 BLAKE2B eb766a38baa5a3ca8d836ec245eed60f56a25c12704d3dbd1bb5c45f5e5856975022184c51b40578c20490499b7b6abb2d1bafae9db7a11941d6419d3f3f7dd2 SHA512 74752e93d7c1f641bd21a7b133e8807ed6787bbd438b066edf7d359a7e92d299b0375dbfba1d56cc6af931c99de9c9ae35f98b60fe5b581de04bc213b9235e42

diff --git a/media-fonts/spleen/spleen-2.0.2.ebuild b/media-fonts/spleen/spleen-2.0.2.ebuild
new file mode 100644
index 000000000000..de0696bfbeb9
--- /dev/null
+++ b/media-fonts/spleen/spleen-2.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
+HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
+	https://github.com/fcambus/spleen/"
+SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( AUTHORS ChangeLog README.md )
+FONT_SUFFIX="otf pcf.gz psfu.gz"
+
+src_compile() {
+	gzip -n9 *.pcf *.psfu || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2023-12-27 21:52 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2023-12-27 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5ba75435bb477a9fd64b3c698a20b3d03fdc89c3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:50:10 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:52:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba75435

media-fonts/spleen: drop old 2.0.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 -
 media-fonts/spleen/spleen-2.0.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
index e3b1bfb792b5..43ba6694cdc9 100644
--- a/media-fonts/spleen/Manifest
+++ b/media-fonts/spleen/Manifest
@@ -1,3 +1,2 @@
-DIST spleen-2.0.0.tar.gz 483317 BLAKE2B 703b6017442564bbe39bbb6e3c7194c264b7c52ca898e3ca7f05f849684a4a078f4f70d82c5729f493b7aaff3bdfb6daeba225112f56cec31a733f3a1544cd0f SHA512 cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6
 DIST spleen-2.0.1.tar.gz 472614 BLAKE2B e74ef08440fecd0b1e97913158f692228f625872f65820df2a72d93fabedc41568fe36d7acea22784cfa7dbb91cc1d2851a6352737101c03bb4760d5fa5adf95 SHA512 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26
 DIST spleen-2.0.2.tar.gz 474925 BLAKE2B eb766a38baa5a3ca8d836ec245eed60f56a25c12704d3dbd1bb5c45f5e5856975022184c51b40578c20490499b7b6abb2d1bafae9db7a11941d6419d3f3f7dd2 SHA512 74752e93d7c1f641bd21a7b133e8807ed6787bbd438b066edf7d359a7e92d299b0375dbfba1d56cc6af931c99de9c9ae35f98b60fe5b581de04bc213b9235e42

diff --git a/media-fonts/spleen/spleen-2.0.0.ebuild b/media-fonts/spleen/spleen-2.0.0.ebuild
deleted file mode 100644
index f93cac41d571..000000000000
--- a/media-fonts/spleen/spleen-2.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
-HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
-	https://github.com/fcambus/spleen/"
-SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DOCS=( AUTHORS ChangeLog README.md )
-FONT_SUFFIX="otf pcf.gz psfu.gz"
-
-src_compile() {
-	gzip -n9 *.pcf *.psfu || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2024-01-28  6:50 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-01-28  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     64a1e1971bf1c3c617a70043a381345a28f69531
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 06:49:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 06:49:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a1e197

media-fonts/spleen: Stabilize 2.0.2 amd64, #923059

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

 media-fonts/spleen/spleen-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/spleen/spleen-2.0.2.ebuild b/media-fonts/spleen/spleen-2.0.2.ebuild
index de0696bfbeb9..3feb13a15ac3 100644
--- a/media-fonts/spleen/spleen-2.0.2.ebuild
+++ b/media-fonts/spleen/spleen-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( AUTHORS ChangeLog README.md )
 FONT_SUFFIX="otf pcf.gz psfu.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2024-03-25  2:27 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-03-25  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3c4bf8818b6bee4f7b6f3e614dce974281d66f8b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 01:25:43 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 02:27:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4bf881

media-fonts/spleen: bump to 2.1.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 +
 media-fonts/spleen/spleen-2.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
index b02af93d1051..6216994010bd 100644
--- a/media-fonts/spleen/Manifest
+++ b/media-fonts/spleen/Manifest
@@ -1 +1,2 @@
 DIST spleen-2.0.2.tar.gz 474925 BLAKE2B eb766a38baa5a3ca8d836ec245eed60f56a25c12704d3dbd1bb5c45f5e5856975022184c51b40578c20490499b7b6abb2d1bafae9db7a11941d6419d3f3f7dd2 SHA512 74752e93d7c1f641bd21a7b133e8807ed6787bbd438b066edf7d359a7e92d299b0375dbfba1d56cc6af931c99de9c9ae35f98b60fe5b581de04bc213b9235e42
+DIST spleen-2.1.0.tar.gz 485631 BLAKE2B fc35a1d330edb0f3f215ba1e2cf9926e36b7b2ee3cc3db71ff378c9370fe08ecc17bd9c51d53fb07d0311b9ced3aeb32d5df176c67abac638fea521cd9fdf831 SHA512 296577e5bf1464e124a0a8d21626af689681b8259703ee834ffacda84c76e24c59721d734a5bb1876210f4b59c1b6a3be14d5ca0d61d89c33cae4a5108f34e7b

diff --git a/media-fonts/spleen/spleen-2.1.0.ebuild b/media-fonts/spleen/spleen-2.1.0.ebuild
new file mode 100644
index 000000000000..26ef608007cc
--- /dev/null
+++ b/media-fonts/spleen/spleen-2.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo font
+
+DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
+HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
+	https://github.com/fcambus/spleen/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
+else
+	SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DOCS=( AUTHORS ChangeLog README.md )
+FONT_SUFFIX="otf pcf.gz psfu.gz"
+
+src_compile() {
+	edo gzip -n9 *.pcf *.psfu
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2024-03-25  2:27 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-03-25  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c8ca64b3c43f51cd12580aeddd902ec134481395
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 01:25:05 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 02:27:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ca64b3

media-fonts/spleen: drop old 2.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/spleen/Manifest            |  1 -
 media-fonts/spleen/spleen-2.0.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/media-fonts/spleen/Manifest b/media-fonts/spleen/Manifest
index 43ba6694cdc9..b02af93d1051 100644
--- a/media-fonts/spleen/Manifest
+++ b/media-fonts/spleen/Manifest
@@ -1,2 +1 @@
-DIST spleen-2.0.1.tar.gz 472614 BLAKE2B e74ef08440fecd0b1e97913158f692228f625872f65820df2a72d93fabedc41568fe36d7acea22784cfa7dbb91cc1d2851a6352737101c03bb4760d5fa5adf95 SHA512 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26
 DIST spleen-2.0.2.tar.gz 474925 BLAKE2B eb766a38baa5a3ca8d836ec245eed60f56a25c12704d3dbd1bb5c45f5e5856975022184c51b40578c20490499b7b6abb2d1bafae9db7a11941d6419d3f3f7dd2 SHA512 74752e93d7c1f641bd21a7b133e8807ed6787bbd438b066edf7d359a7e92d299b0375dbfba1d56cc6af931c99de9c9ae35f98b60fe5b581de04bc213b9235e42

diff --git a/media-fonts/spleen/spleen-2.0.1.ebuild b/media-fonts/spleen/spleen-2.0.1.ebuild
deleted file mode 100644
index f93cac41d571..000000000000
--- a/media-fonts/spleen/spleen-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
-HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
-	https://github.com/fcambus/spleen/"
-SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DOCS=( AUTHORS ChangeLog README.md )
-FONT_SUFFIX="otf pcf.gz psfu.gz"
-
-src_compile() {
-	gzip -n9 *.pcf *.psfu || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/
@ 2024-04-29  0:27 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-04-29  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e0e78159eac8d0bc08323ca54b96de01223ff962
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 00:26:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 00:26:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e78159

media-fonts/spleen: Stabilize 2.1.0 amd64, #930837

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

 media-fonts/spleen/spleen-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/spleen/spleen-2.1.0.ebuild b/media-fonts/spleen/spleen-2.1.0.ebuild
index 26ef608007cc..4d30fb89b08e 100644
--- a/media-fonts/spleen/spleen-2.1.0.ebuild
+++ b/media-fonts/spleen/spleen-2.1.0.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="BSD-2"


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

end of thread, other threads:[~2024-04-29  0:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29  0:27 [gentoo-commits] repo/gentoo:master commit in: media-fonts/spleen/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25  2:27 Maciej Barć
2024-03-25  2:27 Maciej Barć
2024-01-28  6:50 Sam James
2023-12-27 21:52 Maciej Barć
2023-12-27 21:52 Maciej Barć
2023-12-22  5:07 Sam James
2023-11-20 20:27 Maciej Barć
2023-10-24 16:51 Arthur Zamarin
2023-08-12 23:23 Maciej Barć

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