diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-27 18:28:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-27 20:36:20 -0500 |
commit | 436bd1c3c22c8838ca9027bb81414a7dfd414892 (patch) | |
tree | e53674b2755184522ec93c325e4f35d5646de2b4 /media-fonts/font-adobe-75dpi | |
parent | media-fonts/font-adobe-100dpi: Version bump to 1.0.4 (diff) | |
download | gentoo-436bd1c3c22c8838ca9027bb81414a7dfd414892.tar.gz gentoo-436bd1c3c22c8838ca9027bb81414a7dfd414892.tar.bz2 gentoo-436bd1c3c22c8838ca9027bb81414a7dfd414892.zip |
media-fonts/font-adobe-75dpi: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/font-adobe-75dpi')
-rw-r--r-- | media-fonts/font-adobe-75dpi/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/font-adobe-75dpi/font-adobe-75dpi-1.0.4.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-fonts/font-adobe-75dpi/Manifest b/media-fonts/font-adobe-75dpi/Manifest index d2ff9c3e2fff..d4f933c908e7 100644 --- a/media-fonts/font-adobe-75dpi/Manifest +++ b/media-fonts/font-adobe-75dpi/Manifest @@ -1 +1,2 @@ DIST font-adobe-75dpi-1.0.3.tar.bz2 889542 BLAKE2B 5ca08b27bbf9880794862615af9e6e5b566fea6529523fa393136221690bb244c1a39ef90f939a0275fa8e176a84f9a4bfe0f464acb0549927bfecf6c6831e13 SHA512 c0d851df5732e81027e265370751a606c6e4f5eea546d802608988dde02de35fa28238f709f48567191090bf18814f671b1a7f9f0b528d54949b0aa9403f266d +DIST font-adobe-75dpi-1.0.4.tar.xz 735140 BLAKE2B 1e9d833f750c4dd3841053aa16dea94fe2675cc4b7fce76680ceee4ec977ca29faba885ef26a6b0d20f240a478525d9c34e16925b4c9c114289917444a1ece03 SHA512 4e63c268525f21c03525870129c8d42cbd17a03d86d9c88bebdccb5094a1093acef1d2b6d4dde221559cb19f047b86baf58fa8ad65d28d4cb6c3064ec164836a diff --git a/media-fonts/font-adobe-75dpi/font-adobe-75dpi-1.0.4.ebuild b/media-fonts/font-adobe-75dpi/font-adobe-75dpi-1.0.4.ebuild new file mode 100644 index 000000000000..6824e09e0919 --- /dev/null +++ b/media-fonts/font-adobe-75dpi/font-adobe-75dpi-1.0.4.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-75dpi" +inherit xorg-3 + +DESCRIPTION="X.Org Adobe bitmap fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="nls" |