diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-27 18:31:04 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-27 20:36:20 -0500 |
commit | bc72b847c549d5d6e41f393b17d61a93ba570c2c (patch) | |
tree | 2866e04db6d1f63a55f8ed03d12e55b68c3a29e7 /media-fonts/font-adobe-utopia-100dpi | |
parent | media-fonts/font-adobe-75dpi: Version bump to 1.0.4 (diff) | |
download | gentoo-bc72b847c549d5d6e41f393b17d61a93ba570c2c.tar.gz gentoo-bc72b847c549d5d6e41f393b17d61a93ba570c2c.tar.bz2 gentoo-bc72b847c549d5d6e41f393b17d61a93ba570c2c.zip |
media-fonts/font-adobe-utopia-100dpi: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/font-adobe-utopia-100dpi')
-rw-r--r-- | media-fonts/font-adobe-utopia-100dpi/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/font-adobe-utopia-100dpi/font-adobe-utopia-100dpi-1.0.5.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-fonts/font-adobe-utopia-100dpi/Manifest b/media-fonts/font-adobe-utopia-100dpi/Manifest index eb9f82238f7c..5c7e9423a567 100644 --- a/media-fonts/font-adobe-utopia-100dpi/Manifest +++ b/media-fonts/font-adobe-utopia-100dpi/Manifest @@ -1 +1,2 @@ DIST font-adobe-utopia-100dpi-1.0.4.tar.bz2 353852 BLAKE2B e5d37b5608725ca36987999aad269e3ed5a988069cbe232ece934f2ed71dfaa94ed78499e911f16f7f6d8114e684d501920bf927ab3551cc211f27deace2f613 SHA512 fecb9a9bde99a82787d12779ea579c8696dcce168acd74b478a879ae24d421d5978d5f69da651e8ff3b25dca355960aaa19f69f2bf61e540464887e546a7b94b +DIST font-adobe-utopia-100dpi-1.0.5.tar.xz 292184 BLAKE2B ab39ebaceadff69fe0254ec8818224628b83ba297b65106c587e9d56aced049742e0a0c284d013ec575c360676c6780ffc25de3aa28a9d76adfa96e1bb3942fa SHA512 9685d66de107ab3142aa9322bbded20f4f538d7bcd8c97bfb4db8eb1fc440724b0c7574ee8b4b5e96c81044c8ee4da175dd638f03dc3e1e650200fdf7b8a169b diff --git a/media-fonts/font-adobe-utopia-100dpi/font-adobe-utopia-100dpi-1.0.5.ebuild b/media-fonts/font-adobe-utopia-100dpi/font-adobe-utopia-100dpi-1.0.5.ebuild new file mode 100644 index 000000000000..55cc003a6eec --- /dev/null +++ b/media-fonts/font-adobe-utopia-100dpi/font-adobe-utopia-100dpi-1.0.5.ebuild @@ -0,0 +1,13 @@ +# 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="adobe-utopia-100dpi" +inherit xorg-3 + +DESCRIPTION="X.Org Adobe Utopia bitmap fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="nls" |