public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2016-03-04  6:27 Stephen Klimaszewski
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Klimaszewski @ 2016-03-04  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9b00715a87a713c15b4811173e147a9fc2dd01ba
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 05:32:51 2016 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 06:23:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b00715a

media-fonts/font-bh-ttf: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

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

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild
index ebb1fea..67bbb2c 100644
--- a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2017-11-25 20:18 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2017-11-25 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6ea0f3725b0dcef6cda5c2cff836df6422f32f04
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Nov 25 13:39:14 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 20:18:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea0f372

media-fonts/font-bh-ttf: EAPI 3 -> 5

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

 media-fonts/font-bh-ttf/Manifest                    |  2 +-
 media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest
index bd303ab86f5..1e2fc71bee5 100644
--- a/media-fonts/font-bh-ttf/Manifest
+++ b/media-fonts/font-bh-ttf/Manifest
@@ -1 +1 @@
-DIST font-bh-ttf-1.0.3.tar.bz2 465351 SHA256 1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25 WHIRLPOOL 245831a4571d4654f210a6525d55576eba43b6ca434b2e0ba55755254edb2626b06614d7398194cb009e794c610202c4f16411e47d2be8a03028fc14090eec82
+DIST font-bh-ttf-1.0.3.tar.bz2 465351 BLAKE2B 2d508265128262b479f184341862687235af0bec4098dec269f257ad3d2ec94de08ccee4701612c9b747214b38587840a4051dbca2fa1852e859482eb8cf6ecb SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild
new file mode 100644
index 00000000000..4a48545d674
--- /dev/null
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
+LICENSE="bh-luxi"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+IUSE=""


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2020-08-06 19:11 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2020-08-06 19:11 UTC (permalink / raw
  To: gentoo-commits

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

media-fonts/font-bh-ttf: 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-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
new file mode 100644
index 00000000000..f818889d4b8
--- /dev/null
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xorg-3
+
+DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
+LICENSE="bh-luxi"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2020-09-25  5:25 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2020-09-25  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4f2d8014e2cad9a40013aa47b4478e072c2c60dc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 05:23:49 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 05:25:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2d8014

media-fonts/font-bh-ttf-1.0.3-r2: hppa stable, bug 741975

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

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

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
index 76c1d8e4c59..d3f8d37b9de 100644
--- a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
@@ -7,4 +7,4 @@ inherit xorg-3
 DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2021-07-25 22:53 Georgy Yakovlev
  0 siblings, 0 replies; 6+ messages in thread
From: Georgy Yakovlev @ 2021-07-25 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     900f13c657bc9098cb782207859d2c61bd95123e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 22:51:57 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 22:52:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f13c6

media-fonts/font-bh-ttf: Stabilize 1.0.3-r2 arm64, #804288

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
index 71265887b67..7b6c8f13743 100644
--- a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild
@@ -7,4 +7,4 @@ inherit xorg-3
 DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
@ 2023-02-28  1:36 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2023-02-28  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     68ba3911108d0d96d6fe50326c1f6a029f413bca
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 23:46:48 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 01:36:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba3911

media-fonts/font-bh-ttf: Version bump to 1.0.4

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

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

diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest
index 1e2fc71bee52..f9016c61a05a 100644
--- a/media-fonts/font-bh-ttf/Manifest
+++ b/media-fonts/font-bh-ttf/Manifest
@@ -1 +1,2 @@
 DIST font-bh-ttf-1.0.3.tar.bz2 465351 BLAKE2B 2d508265128262b479f184341862687235af0bec4098dec269f257ad3d2ec94de08ccee4701612c9b747214b38587840a4051dbca2fa1852e859482eb8cf6ecb SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25
+DIST font-bh-ttf-1.0.4.tar.xz 372012 BLAKE2B c29459ba2ef8aa3821c8f6d500febc5d638ada726597236bbf76d468a12ccac4e23a0787e17af70be3e9eea0163d86846cf69f8eaf23bb2be91fac446a640dfa SHA512 d9d1cfdd3d73157d0253bebb76e91b92c5ffface42dd6aeca40f1deffe03f079a0f9a46d6fb368e5c213e413d0753766e9454ac4222baa3c9898dfcf92718fd0

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild
new file mode 100644
index 000000000000..5f103d848bc1
--- /dev/null
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-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
+XORG_TARBALL_SUFFIX="xz"
+XORG_PACKAGE_NAME="bh-ttf"
+inherit xorg-3
+
+DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
+LICENSE="bh-luxi"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"


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

end of thread, other threads:[~2023-02-28  1:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04  6:27 [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/ Stephen Klimaszewski
  -- strict thread matches above, loose matches on Subject: below --
2017-11-25 20:18 Matt Turner
2020-08-06 19:11 Matt Turner
2020-09-25  5:25 Matt Turner
2021-07-25 22:53 Georgy Yakovlev
2023-02-28  1:36 Matt Turner

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