summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-29 11:11:38 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-29 11:23:15 -0400
commitc42a1f7b24b04b469eb3447ac3d00d68263b4e3d (patch)
tree6add5bf10c5ed978a08d9ffb6b81b183b790c4d8 /x11-apps
parentx11-apps/listres: Drop old versions (diff)
downloadgentoo-c42a1f7b24b04b469eb3447ac3d00d68263b4e3d.tar.gz
gentoo-c42a1f7b24b04b469eb3447ac3d00d68263b4e3d.tar.bz2
gentoo-c42a1f7b24b04b469eb3447ac3d00d68263b4e3d.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/Manifest1
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index cbacbd12c726..9e2079960a34 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,2 +1 @@
-DIST mkfontscale-1.2.1.tar.bz2 150808 BLAKE2B 0c2cce3a5b400f8c757a9e1f7a0c8ea85f41c7d229cc1197c68340ec9f2b0b36872a914bf04dabb584727405092b4bf9abbc465190ac1b91419d9ecb3d359b83 SHA512 4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c
DIST mkfontscale-1.2.2.tar.xz 143436 BLAKE2B 796c6b95f4eb0959db93ccfb1ebae9c73afc618645d85b7ba382559fe4e008ece16c9d86ab32c815923cda9928f030d75c47f2dd5ee6c9857b9e861f9bab0dc9 SHA512 4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3
diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild
deleted file mode 100644
index 3095e7332bfb..000000000000
--- a/x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="create an index of scalable font files for X"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-COMMON_DEPEND="
- x11-libs/libfontenc
- media-libs/freetype:2
- sys-libs/zlib
- app-arch/bzip2"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto"
-RDEPEND="${COMMON_DEPEND}
- !<x11-apps/mkfontdir-1.2.0"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-bzip2
-)