summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-02 21:11:31 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-02 21:13:51 -0800
commit436a97fb1c9b5a33cba4c22e6354be69a2602db5 (patch)
tree9b5ac3b87b45114ed8f7dc860ba12ab763f8ea3e
parentx11-apps/mkfontscale: Version bump to 1.2.0 (diff)
downloadgentoo-436a97fb.tar.gz
gentoo-436a97fb.tar.bz2
gentoo-436a97fb.zip
x11-apps/mkfontscale: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/mkfontscale/Manifest2
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild22
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild24
3 files changed, 0 insertions, 48 deletions
diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 94309575577d..0709e5eac890 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,4 +1,2 @@
-DIST mkfontscale-1.1.1.tar.bz2 139923 BLAKE2B 441aef79b2f1db18c56c5235afb83711c5ed43b16f8046750ab89abbe8eae58f01b7cd5b7a3565bcb10ac8a859ca2bc24b0bdd17ed15caa97f00915c9b2359f2 SHA512 7a6da239b2f166c6283090c219889e998be9332ee1e8eb4d84bbdf0cb58125a3773fe7ee97774d86f2cd5385dc49636a797c7b9c25c6c8bbe24b898329f97220
-DIST mkfontscale-1.1.2.tar.bz2 141728 BLAKE2B e15dea8a22fb59ad21a63a907dc0c30869480d26fa2721ecfd1ba65c81425b3ebf4709f89d4105a8f14d2d5c6e924754122713a244b58789227ad469a2d09d60 SHA512 5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420 SHA512 509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626 SHA512 3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f
diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild b/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
deleted file mode 100644
index 958d59ad0534..000000000000
--- a/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="create an index of scalable font files for X"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libfontenc
- media-libs/freetype:2"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- app-arch/gzip
- app-arch/bzip2"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-bzip2
-)
diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild b/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
deleted file mode 100644
index 75972e49b61a..000000000000
--- a/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="create an index of scalable font files for X"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libfontenc
- media-libs/freetype:2
- sys-libs/zlib
- app-arch/bzip2"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-misc/util-macros
- app-arch/gzip"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-bzip2
-)