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 5B3A71382C5 for ; Sat, 17 Mar 2018 08:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8850BE0830; Sat, 17 Mar 2018 08:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 517D2E0830 for ; Sat, 17 Mar 2018 08:33:02 +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 BA9E2335C88 for ; Sat, 17 Mar 2018 08:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77C6232 for ; Sat, 17 Mar 2018 08:32:57 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1521275498.c3ceb5cbcb9ec3d9b87d1b2625da12db64ec9748.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-TableMatrix/, dev-perl/Tk-TableMatrix/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.230.0-r2.ebuild dev-perl/Tk-TableMatrix/files/Tk-TableMatrix-1.23-makemaker.patch X-VCS-Directories: dev-perl/Tk-TableMatrix/files/ dev-perl/Tk-TableMatrix/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c3ceb5cbcb9ec3d9b87d1b2625da12db64ec9748 X-VCS-Branch: master Date: Sat, 17 Mar 2018 08:32:57 +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: 32066f95-b9f0-401f-8469-ac5df9071124 X-Archives-Hash: f9ab843693f55449bd6b396187f63435 commit: c3ceb5cbcb9ec3d9b87d1b2625da12db64ec9748 Author: Kent Fredric gentoo org> AuthorDate: Sat Mar 17 08:31:38 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Mar 17 08:31:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ceb5cb dev-perl/Tk-TableMatrix: EAPI6 + tests - EAPI6ify - Enable tests (w/X11) - Update Patch for EAPI6 && git am - Fix DESCRIPTION Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Tk-TableMatrix-1.230.0-r2.ebuild | 32 ++++++++++++++++++++ .../files/Tk-TableMatrix-1.23-makemaker.patch | 35 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.230.0-r2.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.230.0-r2.ebuild new file mode 100644 index 00000000000..f08215ade93 --- /dev/null +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.230.0-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=CERNEY +DIST_VERSION=1.23 +inherit perl-module virtualx + +DESCRIPTION="Create and manipulate tables in Perl + Tk" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Tk" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-1.23-makemaker.patch" ) + +src_install() { + perl-module_src_install + + # Clean out stray conflicting file - its generated by perl-tk already. + # Bug 169294 + rm "${D}"/${VENDOR_ARCH}/auto/Tk/pTk/extralibs.ld || die +} + +src_test() { + virtx perl-module_src_test +} diff --git a/dev-perl/Tk-TableMatrix/files/Tk-TableMatrix-1.23-makemaker.patch b/dev-perl/Tk-TableMatrix/files/Tk-TableMatrix-1.23-makemaker.patch new file mode 100644 index 00000000000..9180e728f31 --- /dev/null +++ b/dev-perl/Tk-TableMatrix/files/Tk-TableMatrix-1.23-makemaker.patch @@ -0,0 +1,35 @@ +From 009a27f86c882e229ea8e9cc7efdff9f6f5f751b Mon Sep 17 00:00:00 2001 +From: Matt Chorman +Date: Wed, 21 Jan 2004 03:02:36 +1300 +Subject: Patch issues with newer MakeMaker + +Bug: https://bugs.gentoo.org/34940 +Bug: https://bugs.gentoo.org/70000 +--- + pTk/Makefile.PL | 10 ++++------ + 1 file changed, 4 insertions(+), 6 deletions(-) + +diff --git a/pTk/Makefile.PL b/pTk/Makefile.PL +index d035029..3d66a0f 100755 +--- a/pTk/Makefile.PL ++++ b/pTk/Makefile.PL +@@ -234,12 +234,10 @@ sub MY::postamble { + my $self = shift; + my $dep = $self->Tk::MMutil::mTk_postamble; + +-$dep .= $self->dir_target(@{$self->{'dir_targets'}}); +- +-$dep .= "config :: " . join(" \\\n\t",map($self->catfile($_,".exists"),@{$self->{'dir_targets'}})) . +- "\n\t".$self->{NOECHO}."\$(NOOP)\n"; +- +- ++if ($Tk::MMutil::IsWin32 or ($win_arch eq 'MSWin32' and $^O eq 'cygwin')) ++ { ++ my $cc = $Config{'cc'}; ++ } + $dep . ' + + '.$self->{NOECHO}.'$(NOOP) +-- +2.16.2 +