Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: x11-libs/tr/, x11-libs/tr/files/
Date: Mon, 22 Feb 2016 13:26:16
Message-Id: 1456140234.ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e.jlec@gentoo
1 commit: ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:23:54 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:23:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac9c5c4b
7
8 x11-libs/tr: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-libs/tr/files/1.3-Makefile.patch | 4 ++--
14 x11-libs/tr/tr-1.3.ebuild | 8 +++++---
15 2 files changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/x11-libs/tr/files/1.3-Makefile.patch b/x11-libs/tr/files/1.3-Makefile.patch
18 index 846209a..6f3a2af 100644
19 --- a/x11-libs/tr/files/1.3-Makefile.patch
20 +++ b/x11-libs/tr/files/1.3-Makefile.patch
21 @@ -1,5 +1,5 @@
22 ---- Makefile 2005-08-25 22:18:31.000000000 +0200
23 -+++ Makefile.new 2009-03-21 15:11:55.000000000 +0100
24 +--- a/Makefile 2005-08-25 22:18:31.000000000 +0200
25 ++++ b/Makefile 2009-03-21 15:11:55.000000000 +0100
26 @@ -4,8 +4,8 @@
27 # You'll probably have to tweak this for your platform.
28
29
30 diff --git a/x11-libs/tr/tr-1.3.ebuild b/x11-libs/tr/tr-1.3.ebuild
31 index 62f06f0..3925b4c 100644
32 --- a/x11-libs/tr/tr-1.3.ebuild
33 +++ b/x11-libs/tr/tr-1.3.ebuild
34 @@ -1,8 +1,8 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 -EAPI=5
41 +EAPI=6
42
43 inherit eutils toolchain-funcs
44
45 @@ -18,8 +18,10 @@ IUSE=""
46 RDEPEND="media-libs/freeglut"
47 DEPEND="${RDEPEND}"
48
49 +PATCHES=( "${FILESDIR}"/${PV}-Makefile.patch )
50 +
51 src_prepare() {
52 - epatch "${FILESDIR}"/${PV}-Makefile.patch
53 + default
54 tc-export CC
55 }