From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B78D5139694 for ; Sat, 8 Jul 2017 18:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B42B274085; Sat, 8 Jul 2017 18:36:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F19A4274085 for ; Sat, 8 Jul 2017 18:36:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F1C5341A5F for ; Sat, 8 Jul 2017 18:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84BEC7490 for ; Sat, 8 Jul 2017 18:36:49 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1499539003.0cd8f10f2c32a738f8828b6a7417d43895051cec.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/files/, games-util/xgamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xgamer/files/xgamer-0.6.2-perl526.patch games-util/xgamer/xgamer-0.6.2.ebuild X-VCS-Directories: games-util/xgamer/files/ games-util/xgamer/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 0cd8f10f2c32a738f8828b6a7417d43895051cec X-VCS-Branch: master Date: Sat, 8 Jul 2017 18:36:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8c34ffa-b356-48a1-a3f3-8fcf7f3d13de X-Archives-Hash: c8406e918acaaad0392fd2bc2175816e commit: 0cd8f10f2c32a738f8828b6a7417d43895051cec Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 8 18:36:25 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jul 8 18:36:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd8f10f games-util/xgamer: Add build fix for Perl 5.26, bug 623594 Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-util/xgamer/files/xgamer-0.6.2-perl526.patch | 13 +++++++++++++ games-util/xgamer/xgamer-0.6.2.ebuild | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/games-util/xgamer/files/xgamer-0.6.2-perl526.patch b/games-util/xgamer/files/xgamer-0.6.2-perl526.patch new file mode 100644 index 00000000000..d59ba05263f --- /dev/null +++ b/games-util/xgamer/files/xgamer-0.6.2-perl526.patch @@ -0,0 +1,13 @@ +diff -ruN xgamer.orig/Build.PL xgamer/Build.PL +--- xgamer.orig/Build.PL 2012-09-21 17:23:27.000000000 +0200 ++++ xgamer/Build.PL 2017-07-08 20:33:44.566199833 +0200 +@@ -2,7 +2,8 @@ + + use strict; + use warnings; +- ++ ++use lib q[.]; + use inc::MyBuilder; + use File::Spec::Functions; + diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild index 1cfa19c337b..e139c04400f 100644 --- a/games-util/xgamer/xgamer-0.6.2.ebuild +++ b/games-util/xgamer/xgamer-0.6.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit perl-module DESCRIPTION="A launcher for starting games in a second X session" @@ -29,7 +29,10 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} -PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) +PATCHES=( + "${FILESDIR}"/${P}-desktopfile.patch + "${FILESDIR}"/${P}-perl526.patch +) pkg_postinst() { elog "optional dependencies:"