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-libs/libfontenc/
Date: Wed, 01 May 2019 20:47:43
Message-Id: 1556743370.a032170feb7942084579ff7a90d52e22e00738a8.mattst88@gentoo
1 commit: a032170feb7942084579ff7a90d52e22e00738a8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:42:50 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:42:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a032170f
7
8 x11-libs/libfontenc: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libfontenc/Manifest | 1 -
14 x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
18 index b430ab376c0..d655cf9aa02 100644
19 --- a/x11-libs/libfontenc/Manifest
20 +++ b/x11-libs/libfontenc/Manifest
21 @@ -1,2 +1 @@
22 -DIST libfontenc-1.1.3.tar.bz2 301494 BLAKE2B 1d9d5387cd11820b1d458cab8de26fbaebeb2d0b5c6197a455b0261e53004e6d8eb9cea7dab27ad163c8897237a864075f981ec3a740cf8056c3f15be23ecd3d SHA512 7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
23 DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
24
25 diff --git a/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
26 deleted file mode 100644
27 index d2b4e89fe49..00000000000
28 --- a/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit xorg-2
36 -
37 -DESCRIPTION="X.Org fontenc library"
38 -
39 -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 ~x86-winnt"
40 -IUSE=""
41 -
42 -RDEPEND="sys-libs/zlib"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"
45 -
46 -XORG_CONFIGURE_OPTIONS=(
47 - --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
48 -)