From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-864969-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2981F1388C0
	for <garchives@archives.gentoo.org>; Mon, 22 Feb 2016 13:26:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F404721C01F;
	Mon, 22 Feb 2016 13:26:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 648EB21C01F
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 13:26:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 91680340B9F
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 13:26:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C69A7209C
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 13:25:58 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1456140234.ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: x11-libs/tr/, x11-libs/tr/files/
X-VCS-Repository: proj/sci
X-VCS-Files: x11-libs/tr/files/1.3-Makefile.patch x11-libs/tr/tr-1.3.ebuild
X-VCS-Directories: x11-libs/tr/ x11-libs/tr/files/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e
X-VCS-Branch: master
Date: Mon, 22 Feb 2016 13:25:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ddfa79ee-3a42-412e-88d9-a5b7b6e4b53e
X-Archives-Hash: 895dd94f6bc5e5a15094b00d2a8aeb75

commit:     ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:23:54 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:23:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac9c5c4b

x11-libs/tr: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-libs/tr/files/1.3-Makefile.patch | 4 ++--
 x11-libs/tr/tr-1.3.ebuild            | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/x11-libs/tr/files/1.3-Makefile.patch b/x11-libs/tr/files/1.3-Makefile.patch
index 846209a..6f3a2af 100644
--- a/x11-libs/tr/files/1.3-Makefile.patch
+++ b/x11-libs/tr/files/1.3-Makefile.patch
@@ -1,5 +1,5 @@
---- Makefile	2005-08-25 22:18:31.000000000 +0200
-+++ Makefile.new	2009-03-21 15:11:55.000000000 +0100
+--- a/Makefile	2005-08-25 22:18:31.000000000 +0200
++++ b/Makefile	2009-03-21 15:11:55.000000000 +0100
 @@ -4,8 +4,8 @@
  # You'll probably have to tweak this for your platform.
  

diff --git a/x11-libs/tr/tr-1.3.ebuild b/x11-libs/tr/tr-1.3.ebuild
index 62f06f0..3925b4c 100644
--- a/x11-libs/tr/tr-1.3.ebuild
+++ b/x11-libs/tr/tr-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils toolchain-funcs
 
@@ -18,8 +18,10 @@ IUSE=""
 RDEPEND="media-libs/freeglut"
 DEPEND="${RDEPEND}"
 
+PATCHES=( "${FILESDIR}"/${PV}-Makefile.patch )
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PV}-Makefile.patch
+	default
 	tc-export CC
 }