diff options
author | 2023-02-27 18:48:41 -0500 | |
---|---|---|
committer | 2023-02-27 20:36:22 -0500 | |
commit | 07d9480dde255d5f1ba673c748650cbebdfb4fec (patch) | |
tree | 6a92598c56afd6f5da46d5488165e9715252a194 /media-fonts | |
parent | media-fonts/font-bh-ttf: Version bump to 1.0.4 (diff) | |
download | gentoo-07d9480dde255d5f1ba673c748650cbebdfb4fec.tar.gz gentoo-07d9480dde255d5f1ba673c748650cbebdfb4fec.tar.bz2 gentoo-07d9480dde255d5f1ba673c748650cbebdfb4fec.zip |
media-fonts/font-bh-type1: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/font-bh-type1/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/font-bh-type1/font-bh-type1-1.0.4.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/media-fonts/font-bh-type1/Manifest b/media-fonts/font-bh-type1/Manifest index 930614c35158..c9d2d32ee157 100644 --- a/media-fonts/font-bh-type1/Manifest +++ b/media-fonts/font-bh-type1/Manifest @@ -1 +1,2 @@ DIST font-bh-type1-1.0.3.tar.bz2 637337 BLAKE2B 122df86566d86a8fa85cc1da3f7d1913a2df589c301540b2bdd73e96726dc5fdb16184f80d8a3a58e6bd1ca54e0f4a3a0f266a35747f500065746f0be209484f SHA512 dc6cfe7d78a549ae5368ddd2bb3edc6746648b32e1f22bce87f6adc0845ef4827cd3b2472d0afa17a16a2c384e84f74f1c7d807510798bc69089920fdc5486da +DIST font-bh-type1-1.0.4.tar.xz 633212 BLAKE2B fa2b80703eaa86eb77726250c7f98af5271f4e24f224e8e88124dab80bc8988f0760d451c6ff9264ed1af083a2ceeec0fa8b8eee636351c44823a825cb92dc22 SHA512 06b0752b67a8109c0173be2ad4b9623940bc0c55e5854dddfd74c4abf96b4ab2f0e4446325c4d6971011231176f87a06b55e906b7472f371b9824d89e3cbee7f diff --git a/media-fonts/font-bh-type1/font-bh-type1-1.0.4.ebuild b/media-fonts/font-bh-type1/font-bh-type1-1.0.4.ebuild new file mode 100644 index 000000000000..5d4e7f7eb756 --- /dev/null +++ b/media-fonts/font-bh-type1/font-bh-type1-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-type1" +inherit xorg-3 + +DESCRIPTION="X.Org Bigelow & Holmes Type 1 fonts" +LICENSE="bh-luxi" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" |