diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-27 18:35:27 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-27 20:36:21 -0500 |
commit | e67750114d36157416e07629a24c452003bc9d54 (patch) | |
tree | ad072832f9eab83a012f29de646f8175d7b58cbc /media-fonts | |
parent | media-fonts/font-arabic-misc: Version bump to 1.0.4 (diff) | |
download | gentoo-e67750114d36157416e07629a24c452003bc9d54.tar.gz gentoo-e67750114d36157416e07629a24c452003bc9d54.tar.bz2 gentoo-e67750114d36157416e07629a24c452003bc9d54.zip |
media-fonts/font-bh-100dpi: 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-100dpi/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.4.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/media-fonts/font-bh-100dpi/Manifest b/media-fonts/font-bh-100dpi/Manifest index 71f39659fc63..8c25e0308ace 100644 --- a/media-fonts/font-bh-100dpi/Manifest +++ b/media-fonts/font-bh-100dpi/Manifest @@ -1 +1,2 @@ DIST font-bh-100dpi-1.0.3.tar.bz2 713206 BLAKE2B 3433efac96d56d91685cacf3a1ff93fae0378831164381b2e8f16dd216a042c8ed3d0ebd6c622b592b11cefe7822814df57c74e42ee846905a406af208616eca SHA512 60532fb3bd25bad08b1db65f96fdd1cdb2ae5fd580729d7851f5b619f1ed6bdef4fec30111ec408cec9ae5e94f92ad9cf214214c01ac684f3a4bd8d43bafd8a2 +DIST font-bh-100dpi-1.0.4.tar.xz 569512 BLAKE2B a27b289749b18c776b86bc270d6fbaa55ac1cbe50aef7e5467b7f64848742bb8ee1f0fb324c5359cf75e4cb5e3300cd7d3d25d61103e585d1158b8efadf6c1ce SHA512 5fe2a24df0d0e9109f1c1cb2556f4cdbf07cc16441e565333f01a00815dd4555b6ef0dd689ef3196ddb76db7480bca8f0b501d4244262d6c64d4751d75503b44 diff --git a/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.4.ebuild b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.4.ebuild new file mode 100644 index 000000000000..835cc0c8f77c --- /dev/null +++ b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +FONT_OPENTYPE_COMPAT=1 +XORG_TARBALL_SUFFIX="xz" +XORG_PACKAGE_NAME="bh-100dpi" +inherit xorg-3 + +DESCRIPTION="X.Org Bigelow & Holmes bitmap fonts" + +LICENSE="public-domain" # bitmap font, not copyrightable +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="nls" |