diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-08 23:57:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-09 00:05:40 -0400 |
commit | ff40b3db5c5881d5cf734ba0ccdf30b6b78ad550 (patch) | |
tree | 528190d5b2b3607a32e3a73ad4e691f7bc7cf08b /media-fonts/encodings | |
parent | dev-util/directx-headers: Drop old versions (diff) | |
download | gentoo-ff40b3db5c5881d5cf734ba0ccdf30b6b78ad550.tar.gz gentoo-ff40b3db5c5881d5cf734ba0ccdf30b6b78ad550.tar.bz2 gentoo-ff40b3db5c5881d5cf734ba0ccdf30b6b78ad550.zip |
media-fonts/encodings: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/encodings')
-rw-r--r-- | media-fonts/encodings/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/encodings/encodings-1.0.6.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/media-fonts/encodings/Manifest b/media-fonts/encodings/Manifest index 5cbf6e03d16c..1d9d42c7cace 100644 --- a/media-fonts/encodings/Manifest +++ b/media-fonts/encodings/Manifest @@ -1,2 +1 @@ -DIST encodings-1.0.6.tar.xz 312720 BLAKE2B 4649d8d12fcfcbb7de9e8bd8aa7e77514835a56990123549137b4bbe5615c1e9fcddccb13b6442d8a525efd147926801a5029cb10126462b29e31e3354da3683 SHA512 2d52486996939401121bc858ba23031f70eef857760db8da4c84f083e981868e4bc7a8c2ab6d59274a0cf95f592a0dbfad47bce6c9299bb45d115b48abc39134 DIST encodings-1.0.7.tar.xz 299588 BLAKE2B 25c1be5e1bab85630617803eff63ad3a55ca865db5e5ffad98979986f2396e501d40736ebf90c9d9548bad79dff6ec53440c9e0e0bfe27e2f22acfe24a63bf5e SHA512 dc72982b14e5d89fe1eff1ab11f308796c89255a06337d8cd6bf65757f11dd0a5478b41d844793213db8fe9638389734f148abe9df9fb05027ea563dacde6ba8 diff --git a/media-fonts/encodings/encodings-1.0.6.ebuild b/media-fonts/encodings/encodings-1.0.6.ebuild deleted file mode 100644 index b66ac8d4dc2b..000000000000 --- a/media-fonts/encodings/encodings-1.0.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# font eclass is inherited directly, since this package is a special case that -# would greatly complicate the fonts logic of xorg-3 -XORG_TARBALL_SUFFIX="xz" -inherit font xorg-3 - -DESCRIPTION="X.Org font encodings" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -BDEPEND="x11-apps/mkfontscale - >=media-fonts/font-util-1.1.1-r1" - -XORG_CONFIGURE_OPTIONS=( - # https://bugs.gentoo.org/815520 - --with-fontrootdir="${EPREFIX}"/usr/share/fonts -) |