public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2018-03-02 18:09 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-03-02 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c433543686126a53a268a8194b5726f1127c03
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 11:13:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 18:09:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c43354

media-fonts/hermit: use HTTPS

 media-fonts/hermit/hermit-1.1.ebuild  | 6 +++---
 media-fonts/hermit/hermit-1.21.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild
index 2216fb2fc55..0f7c6ad0393 100644
--- a/media-fonts/hermit/hermit-1.1.ebuild
+++ b/media-fonts/hermit/hermit-1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit font
 
 DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
-HOMEPAGE="http://pcaro.es/p/hermit/"
-SRC_URI="http://pcaro.es/d/otf-${P}.tar.gz"
+HOMEPAGE="https://pcaro.es/p/hermit/"
+SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
 
 LICENSE="OFL-1.1"
 SLOT="0"

diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
index f4610c6c9ca..0f7c6ad0393 100644
--- a/media-fonts/hermit/hermit-1.21.ebuild
+++ b/media-fonts/hermit/hermit-1.21.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit font
 
 DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
-HOMEPAGE="http://pcaro.es/p/hermit/"
-SRC_URI="http://pcaro.es/d/otf-${P}.tar.gz"
+HOMEPAGE="https://pcaro.es/p/hermit/"
+SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
 
 LICENSE="OFL-1.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2020-02-14 12:58 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2020-02-14 12:58 UTC (permalink / raw
  To: gentoo-commits

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

media-fonts/hermit: 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/hermit/hermit-1.1.ebuild  | 3 ++-
 media-fonts/hermit/hermit-1.21.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild
index 0f7c6ad0393..73233bd3b52 100644
--- a/media-fonts/hermit/hermit-1.1.ebuild
+++ b/media-fonts/hermit/hermit-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,4 +14,5 @@ KEYWORDS="~amd64"
 IUSE=""
 
 S=${WORKDIR}
+FONT_S="${S}"
 FONT_SUFFIX="otf"

diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
index 0f7c6ad0393..73233bd3b52 100644
--- a/media-fonts/hermit/hermit-1.21.ebuild
+++ b/media-fonts/hermit/hermit-1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,4 +14,5 @@ KEYWORDS="~amd64"
 IUSE=""
 
 S=${WORKDIR}
+FONT_S="${S}"
 FONT_SUFFIX="otf"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2020-03-20 15:49 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2020-03-20 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ba1d10487de9851e16f21b5b7c8e031ef1815d54
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 19:46:22 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:48:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1d1048

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

This reverts commit 2639dff541ad33bd9487f57f6aace0072df8756f.

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

 media-fonts/hermit/hermit-1.1.ebuild  | 3 +--
 media-fonts/hermit/hermit-1.21.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild
index 73233bd3b52..dffd2a5cc5d 100644
--- a/media-fonts/hermit/hermit-1.1.ebuild
+++ b/media-fonts/hermit/hermit-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,5 +14,4 @@ KEYWORDS="~amd64"
 IUSE=""
 
 S=${WORKDIR}
-FONT_S="${S}"
 FONT_SUFFIX="otf"

diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
index 73233bd3b52..dffd2a5cc5d 100644
--- a/media-fonts/hermit/hermit-1.21.ebuild
+++ b/media-fonts/hermit/hermit-1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,5 +14,4 @@ KEYWORDS="~amd64"
 IUSE=""
 
 S=${WORKDIR}
-FONT_S="${S}"
 FONT_SUFFIX="otf"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2021-03-16 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-03-16 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6337cb82c855658092b1c2f91c5cfc628063de99
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:33:30 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 15:39:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6337cb82

media-fonts/hermit: Drop 1.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-fonts/hermit/Manifest          |  1 -
 media-fonts/hermit/hermit-1.1.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/media-fonts/hermit/Manifest b/media-fonts/hermit/Manifest
index f747b469aad..d82d0b5e005 100644
--- a/media-fonts/hermit/Manifest
+++ b/media-fonts/hermit/Manifest
@@ -1,2 +1 @@
-DIST otf-hermit-1.1.tar.gz 15077 BLAKE2B 1435e521e2e6c50f910fe6eb7cf29513bc665766478a4584ea06455d64a70dfd81c80447eb2d282a511f13bd24fc6d119e0e57f0a4469dcd355a13e0920b76cb SHA512 ef87f69bfbdb0f84b16e42e06a950a351fb1203fe599dfb7cf6b0c69fb260d99e24b67c741d738f9250fcd1f14aa162c8f285fed7e6481ffd55e78a1f1617d58
 DIST otf-hermit-1.21.tar.gz 42646 BLAKE2B c67dcaa34a5fc5f8280547107a817deb4a40db7c6b3a0b2edf8d92c2dc230576bd7fd194bff1943fe481a143a027eb56484fae30ebeab5c6a563d9bdb07011ac SHA512 5b980068d349e67d78a33a100d9b38eb24c374d0cf6ac69676df0e8dd441451acc0112089634c4b408f1afcb49501bb9f5940ec6c18910b5c11f7f7f31c739ac

diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild
deleted file mode 100644
index dffd2a5cc5d..00000000000
--- a/media-fonts/hermit/hermit-1.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
-HOMEPAGE="https://pcaro.es/p/hermit/"
-SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-S=${WORKDIR}
-FONT_SUFFIX="otf"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2021-03-16 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-03-16 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7d0063406792c7160c069443b560c612b7090494
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:33:17 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 15:39:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d006340

media-fonts/hermit: EAPI-7 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-fonts/hermit/hermit-1.21.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
index dffd2a5cc5d..449a4bb83c1 100644
--- a/media-fonts/hermit/hermit-1.21.ebuild
+++ b/media-fonts/hermit/hermit-1.21.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
+FONT_SUFFIX="otf"
 inherit font
 
-DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable"
+DESCRIPTION="Monospace font designed to be clear, pragmatic and very readable"
 HOMEPAGE="https://pcaro.es/p/hermit/"
 SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
 
@@ -13,5 +15,4 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-S=${WORKDIR}
-FONT_SUFFIX="otf"
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/
@ 2024-08-30 17:11 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-30 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e1595926a0b9676e85d3d97a79e172cddf3ab42c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 17:09:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 17:09:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1595926

media-fonts/hermit: Keyword 1.21 arm64, #937303

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

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

diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild
index 659a7194324c..237664d0f981 100644
--- a/media-fonts/hermit/hermit-1.21.ebuild
+++ b/media-fonts/hermit/hermit-1.21.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
@@ -12,7 +12,7 @@ SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
 IUSE=""
 
 S="${WORKDIR}"


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

end of thread, other threads:[~2024-08-30 17:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-02 18:09 [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-02-14 12:58 Ulrich Müller
2020-03-20 15:49 Ulrich Müller
2021-03-16 15:39 Andreas Sturmlechner
2021-03-16 15:39 Andreas Sturmlechner
2024-08-30 17:11 Sam James

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