From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 863D51388C0 for ; Tue, 23 Feb 2016 10:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF19DE07E0; Tue, 23 Feb 2016 10:19:32 +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 68337E07E0 for ; Tue, 23 Feb 2016 10:19:32 +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 09FFC340B0C for ; Tue, 23 Feb 2016 10:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1739510AF for ; Tue, 23 Feb 2016 10:19:29 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1456222207.a22a824f29b79da0bf9821bd53b56f130a31674e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/files/, net-libs/librsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch net-libs/librsync/librsync-0.9.7-r3.ebuild X-VCS-Directories: net-libs/librsync/files/ net-libs/librsync/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a22a824f29b79da0bf9821bd53b56f130a31674e X-VCS-Branch: master Date: Tue, 23 Feb 2016 10:19:29 +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: 7b4a0f6c-01fc-48ad-933c-7462bcf19656 X-Archives-Hash: cfeaecff506a4302cc024ed21d50dfa9 commit: a22a824f29b79da0bf9821bd53b56f130a31674e Author: Alessandro Calorì gmail com> AuthorDate: Tue Feb 23 10:10:07 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Feb 23 10:10:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22a824f net-libs/librsync: fix testsuite for v0.9.7, fix bug #511954 Added "librsync-0.9.7-fix-testsuite.patch" to fix compilation of librsync 0.9.7 when "test" feature is enabled in Portage. The patch has been sourced from the Debian package librsync1-0.9.7-10 and has been provided by Andrey Rahmatullin. Gentoo-bug: #511954 Package-Manager: portage-2.2.26 .../librsync/files/librsync-0.9.7-fix-testsuite.patch | 15 +++++++++++++++ net-libs/librsync/librsync-0.9.7-r3.ebuild | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch b/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch new file mode 100644 index 0000000..df35f09 --- /dev/null +++ b/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch @@ -0,0 +1,15 @@ +Description: Fix running tests with the parallel harness +Author: Andrey Rahmatullin +Last-Update: 2013-06-26 + +--- a/testsuite/Makefile.am ++++ b/testsuite/Makefile.am +@@ -29,7 +29,7 @@ isprefix_driver_LDADD = ../isprefix.o # XXX: should link replaced functions + # failed. Generally these tests should be ordered so that more basic + # tests are run first. + + -TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh + +TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh + + TESTS = \ + signature.test mutate.test sources.test isprefix.test \ diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild index 704e50c..b365d55 100644 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild +++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,6 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-format-security.patch "${FILESDIR}"/${P}-getopt.patch "${FILESDIR}"/${P}-implicit-declaration.patch + "${FILESDIR}"/${P}-fix-testsuite.ebuild ) src_prepare() {