diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-21 17:05:03 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-21 17:05:03 -0400 |
commit | 7c4f84512ecd447f3513bb1249732fbedf6bce0e (patch) | |
tree | fec3a6f5935801a435aff564415c5a64738bb310 /x11-apps | |
parent | x11-apps/iceauth: Drop old versions (diff) | |
download | gentoo-7c4f84512ecd447f3513bb1249732fbedf6bce0e.tar.gz gentoo-7c4f84512ecd447f3513bb1249732fbedf6bce0e.tar.bz2 gentoo-7c4f84512ecd447f3513bb1249732fbedf6bce0e.zip |
x11-apps/mkfontscale: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/mkfontscale/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest index 23f43df82f56..6fe4838f0909 100644 --- a/x11-apps/mkfontscale/Manifest +++ b/x11-apps/mkfontscale/Manifest @@ -1,2 +1 @@ -DIST mkfontscale-1.2.2.tar.xz 143436 BLAKE2B 796c6b95f4eb0959db93ccfb1ebae9c73afc618645d85b7ba382559fe4e008ece16c9d86ab32c815923cda9928f030d75c47f2dd5ee6c9857b9e861f9bab0dc9 SHA512 4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3 DIST mkfontscale-1.2.3.tar.xz 145584 BLAKE2B 93024a607ebe789682c00490528de1688d073f016b97f7c9fd86b225ee1ac96616c3666708b72e3984383f13f89025e12f591fada324b8a14e99764c5cdf33e9 SHA512 816e7b2885bb7a4b2eb0e506b659600011bfa4ec1a3010243c2cc2241fa0b792f3c8de1dec1855a4d13de89405973967074e379b0d01dcf9de8a1277a2fc4296 diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild deleted file mode 100644 index ef565b91233d..000000000000 --- a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="create an index of scalable font files for X" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - x11-libs/libfontenc - media-libs/freetype:2 - sys-libs/zlib - app-arch/bzip2" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -XORG_CONFIGURE_OPTIONS=( - --with-bzip2 -) |