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: Sat, 28 Apr 2018 01:25:35
Message-Id: 1524878682.8b947fccea19649488315d65d8fb59cf389e44c2.mattst88@gentoo
1 commit: 8b947fccea19649488315d65d8fb59cf389e44c2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:18:47 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b947fcc
7
8 x11-libs/libfontenc: Drop old versions
9
10 x11-libs/libfontenc/Manifest | 1 -
11 x11-libs/libfontenc/libfontenc-1.1.2.ebuild | 18 ------------------
12 2 files changed, 19 deletions(-)
13
14 diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
15 index 5cd7ebe0482..8e4501f048e 100644
16 --- a/x11-libs/libfontenc/Manifest
17 +++ b/x11-libs/libfontenc/Manifest
18 @@ -1,2 +1 @@
19 -DIST libfontenc-1.1.2.tar.bz2 294884 BLAKE2B dee29ab3c7f6ce4369d511cf9716f137a036932b4743842dcc4ea36ac093af43a6f274cded2ff9970626cf328e45cbddb8fdc996e706fd154f5bf83647cfcb20 SHA512 e0905592b7ef65acb8298b9807f90e68d18eddf3112c6232c1c774603c95ca7ec7f6db161e133dadc00d8791c5f76d4c3d65aa95544a1500c0767b88fdb52f45
20 DIST libfontenc-1.1.3.tar.bz2 301494 BLAKE2B 1d9d5387cd11820b1d458cab8de26fbaebeb2d0b5c6197a455b0261e53004e6d8eb9cea7dab27ad163c8897237a864075f981ec3a740cf8056c3f15be23ecd3d SHA512 7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
21
22 diff --git a/x11-libs/libfontenc/libfontenc-1.1.2.ebuild b/x11-libs/libfontenc/libfontenc-1.1.2.ebuild
23 deleted file mode 100644
24 index 7a8e143c358..00000000000
25 --- a/x11-libs/libfontenc/libfontenc-1.1.2.ebuild
26 +++ /dev/null
27 @@ -1,18 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xorg-2
33 -
34 -DESCRIPTION="X.Org fontenc library"
35 -
36 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
37 -IUSE=""
38 -
39 -RDEPEND="sys-libs/zlib
40 - x11-proto/xproto"
41 -DEPEND="${RDEPEND}"
42 -
43 -XORG_CONFIGURE_OPTIONS=(
44 - --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
45 -)