Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/
Date: Thu, 24 Dec 2020 03:42:27
Message-Id: 1608781273.78c54dbfd71d4c7d14500a383e30cf1771e5f2a1.mattst88@gentoo
1 commit: 78c54dbfd71d4c7d14500a383e30cf1771e5f2a1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 03:41:13 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 03:41:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c54dbf
7
8 x11-apps/fonttosfnt: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/fonttosfnt/Manifest | 1 -
13 x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild | 14 --------------
14 2 files changed, 15 deletions(-)
15
16 diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
17 index 145e88fbf5d..4316fd3aa2e 100644
18 --- a/x11-apps/fonttosfnt/Manifest
19 +++ b/x11-apps/fonttosfnt/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST fonttosfnt-1.1.0.tar.bz2 143545 BLAKE2B fd05a19ffc50306b747bbbc6ea692b6667c7ddd185feb31a21173cbf571e5c74ded0da8af305e3744d8db57eca909d271b153bfded2182e060d922e42395942d SHA512 f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173
22 DIST fonttosfnt-1.2.0.tar.bz2 145904 BLAKE2B b9b25076126dbd412d69f4c9698f937009f620b55a06f8c55b621add2ed6d638e0b91d3e716ed276089986c1a0140e2bf7aadef021c21ac24ac23c3347ee081c SHA512 a360bd8535beaef89afa6c0678a40f7c554e9d631e0fcb80bb1363ab72288e27a5e106521610f61c95b8101f79c7f02492a2068411b5f5b695de780d8a1c1b25
23 DIST fonttosfnt-1.2.1.tar.bz2 146512 BLAKE2B 54b92f586248978f56b1b114a1ec02b19f7c871fed0c0f91c2e8064933d990f2b44f0163fa59f04f82b992a40be47e391eeeeae60a490412e361af9f10c445f9 SHA512 3d4ece61e31d4a5ed56923ecc1883e80a9308d2062d37345cb5be081bc2b004aadebf99a989601749a63e03eb641e0522d07773a57bca0b4710ed453e4f20742
24
25 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
26 deleted file mode 100644
27 index fe76754ea07..00000000000
28 --- a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
29 +++ /dev/null
30 @@ -1,14 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit xorg-3
36 -
37 -DESCRIPTION="X.Org fonttosfnt application"
38 -KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
39 -IUSE=""
40 -RDEPEND="media-libs/freetype:2
41 - x11-libs/libX11
42 - x11-libs/libfontenc"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"