diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-27 18:58:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-27 20:36:22 -0500 |
commit | e29ec47479d4c370e6888fe858039d245af48d89 (patch) | |
tree | a241b2d217788d0c85fe52b89ff42fc5b0484cdc /media-fonts/font-bitstream-100dpi | |
parent | media-fonts/font-bh-type1: Version bump to 1.0.4 (diff) | |
download | gentoo-e29ec47479d4c370e6888fe858039d245af48d89.tar.gz gentoo-e29ec47479d4c370e6888fe858039d245af48d89.tar.bz2 gentoo-e29ec47479d4c370e6888fe858039d245af48d89.zip |
media-fonts/font-bitstream-100dpi: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/font-bitstream-100dpi')
-rw-r--r-- | media-fonts/font-bitstream-100dpi/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.4.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/media-fonts/font-bitstream-100dpi/Manifest b/media-fonts/font-bitstream-100dpi/Manifest index ec05784fc86c..729669470314 100644 --- a/media-fonts/font-bitstream-100dpi/Manifest +++ b/media-fonts/font-bitstream-100dpi/Manifest @@ -1 +1,2 @@ DIST font-bitstream-100dpi-1.0.3.tar.bz2 200276 BLAKE2B c5e4584642f49c30d8a1a17f3384a9bec8c3363ff7bc2cc1cfea8d04e8ad39e3f44ccffb461cf1508b5dc96b8a7fa6612b754cee6214fc1c6e6689c68e650819 SHA512 10fd920d46d2cb1b314e8c2f05c202e9ffa74a4e5315f34790eba8bd8fcda865a6932eb712a7538624e69367647bcd6891e7015099e65463aeef772d0ba58bfd +DIST font-bitstream-100dpi-1.0.4.tar.xz 176520 BLAKE2B 43dad919d77c6d28f918bd8851cd9f72f3a7622c761a861c00777671cf0c57abe602de8b8e8093a81b6c3ab03e8c6d42224d74f3faf4d0132a9834b671bb8216 SHA512 1389681eee8b9e2bbfe0293b0aa1add7c6fa86149ff3cb779195ddcc548b1a519336c2d43b6988c899dc09d44ca30de9ffb5daca24fc3906694ab0fd391eb437 diff --git a/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.4.ebuild b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.4.ebuild new file mode 100644 index 000000000000..9687cfea0429 --- /dev/null +++ b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-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 +FONT_OPENTYPE_COMPAT=1 +XORG_TARBALL_SUFFIX="xz" +XORG_PACKAGE_NAME="bitstream-100dpi" +inherit xorg-3 + +DESCRIPTION="X.Org Bitstream bitmap fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |