public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/
@ 2018-12-14 10:10 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2018-12-14 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9a44046e83e1000476ffd0ecae0d086bfc977b93
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 10:01:51 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 14 10:09:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a44046e

media-fonts/solarize: new package

12x29 console font similar to one on SPARCstation console

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-fonts/solarize/Manifest                      |  1 +
 media-fonts/solarize/metadata.xml                  | 21 ++++++++++++++
 media-fonts/solarize/solarize-0_pre20140818.ebuild | 32 ++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/media-fonts/solarize/Manifest b/media-fonts/solarize/Manifest
new file mode 100644
index 00000000000..5ee0071b4a5
--- /dev/null
+++ b/media-fonts/solarize/Manifest
@@ -0,0 +1 @@
+DIST solarize-12x29-psf-8a856fdb22bc633fdba490b339ea97ef16b700ac.tar.gz 103885 BLAKE2B 0088113fcb3f7b97ec7855d5d245d94ad022af83f605b92546c503c6db8efd9d5d911f21fc07aee0e346f375470e4741aa2deb8ed99b19f70a066620ee788254 SHA512 80787dd9854dc4eba87eede723784716ba37a5ba60b2e628c146508e52349c54b348fec184a25d43a8684bd1cdf2e60a58b703b4c49903ecb49d5f7cba2447e2

diff --git a/media-fonts/solarize/metadata.xml b/media-fonts/solarize/metadata.xml
new file mode 100644
index 00000000000..a7c6a9f8a5f
--- /dev/null
+++ b/media-fonts/solarize/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
+	<longdescription lang="en">
+		This package provides a large size 512 glyph console font. It is
+		especially designed for prolonged word processing in multiple
+		languages.
+
+		Because this font contains over 256 glyphs the hardware bold text
+		property of your console will be turned off.
+
+		Characters Available: Latin, Greek, Cyrillic, Pinyin
+	</longdescription>
+	<upstream>
+		<remote-id type="github">talamus/solarize-12x29-psf</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-fonts/solarize/solarize-0_pre20140818.ebuild b/media-fonts/solarize/solarize-0_pre20140818.ebuild
new file mode 100644
index 00000000000..10b6881d95e
--- /dev/null
+++ b/media-fonts/solarize/solarize-0_pre20140818.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Large Linux console font (suitable for word processing)"
+HOMEPAGE="https://github.com/talamus/solarize-12x29-psf"
+
+MY_PN="${PN}-12x29-psf"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/talamus/${MY_PN}.git"
+else
+	EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac"
+	SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+	S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+	insinto /usr/share/consolefonts
+	doins Solarize.12x29.psfu.gz
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/
@ 2024-09-24  7:02 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2024-09-24  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     38c37d52625422aa29ada7af1b3c8f158aeb9f4b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Sep  4 17:56:30 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 07:01:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c37d52

media-fonts/solarize: remove live ebuild

Remove live ebuild since upstream wasn't updated for a couple of years.
I think it makes no sense to keep these ebuilds, especially when the
non-live ebuild is already at HEAD.

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-fonts/solarize/solarize-9999.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild
deleted file mode 100644
index 70484abd1b3b..000000000000
--- a/media-fonts/solarize/solarize-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Large Linux console font (suitable for word processing)"
-HOMEPAGE="https://github.com/talamus/solarize-12x29-psf"
-
-MY_PN="${PN}-12x29-psf"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/talamus/${MY_PN}.git"
-else
-	EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac"
-	SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86"
-	S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_install() {
-	insinto /usr/share/consolefonts
-	doins Solarize.12x29.psfu.gz
-	einstalldocs
-}


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

commit:     7cc50a925add75a0ef051a74ea2bab94120d1851
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 08:25:31 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 08:29:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc50a92

media-fonts/solarize: forward ~loong

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

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

diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild
index 10b6881d95e0..66584ea11b0f 100644
--- a/media-fonts/solarize/solarize-9999.ebuild
+++ b/media-fonts/solarize/solarize-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then
 else
 	EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac"
 	SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86"
 	S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
 fi
 


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

commit:     9f3df236b50c4990833e610235ff659e8d3b921f
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 08:25:27 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 08:29:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3df236

media-fonts/solarize: keyword 0_pre20140818 for ~loong

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

 media-fonts/solarize/solarize-0_pre20140818.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/solarize/solarize-0_pre20140818.ebuild b/media-fonts/solarize/solarize-0_pre20140818.ebuild
index c259b1df5af1..1ff3bbac76c6 100644
--- a/media-fonts/solarize/solarize-0_pre20140818.ebuild
+++ b/media-fonts/solarize/solarize-0_pre20140818.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2021 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then
 else
 	EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac"
 	SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
 fi
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/
@ 2018-12-14 10:10 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2018-12-14 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     740f5f3ed763b8586dd5c7ef97183b6ee9e3c7d8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 10:09:01 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 14 10:09:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740f5f3e

media-fonts/solarize: add live ebuild

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-fonts/solarize/solarize-9999.ebuild | 32 +++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild
new file mode 100644
index 00000000000..10b6881d95e
--- /dev/null
+++ b/media-fonts/solarize/solarize-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Large Linux console font (suitable for word processing)"
+HOMEPAGE="https://github.com/talamus/solarize-12x29-psf"
+
+MY_PN="${PN}-12x29-psf"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/talamus/${MY_PN}.git"
+else
+	EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac"
+	SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+	S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+	insinto /usr/share/consolefonts
+	doins Solarize.12x29.psfu.gz
+	einstalldocs
+}


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

end of thread, other threads:[~2024-09-24  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-14 10:10 [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/ Georgy Yakovlev
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  7:02 Joonas Niilola
2022-05-25  8:29 WANG Xuerui
2022-05-25  8:29 WANG Xuerui
2018-12-14 10:10 Georgy Yakovlev

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