Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/files/, net-libs/librsync/
Date: Wed, 24 Feb 2016 21:14:23
Message-Id: 1456325737.9a0c447fdcd8e3777d6a872a54d7d54d00653b72.monsieurp@gentoo
1 commit: 9a0c447fdcd8e3777d6a872a54d7d54d00653b72
2 Author: Alessandro Calorì <axelgenus <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 24 14:55:37 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 14:55:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0c447f
7
8 net-libs/librsync: fix typo and patch for v0.9.7
9
10 Fixed a typo in the ebuild and the testsuite patch for librsync 0.9.7.
11
12 Gentoo-bug: #575556
13
14 Package-Manager: portage-2.2.26
15
16 net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch | 14 +++++++-------
17 net-libs/librsync/librsync-0.9.7-r3.ebuild | 2 +-
18 2 files changed, 8 insertions(+), 8 deletions(-)
19
20 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
21 index df35f09..e87c3d8 100644
22 --- a/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch
23 +++ b/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch
24 @@ -6,10 +6,10 @@ Last-Update: 2013-06-26
25 +++ b/testsuite/Makefile.am
26 @@ -29,7 +29,7 @@ isprefix_driver_LDADD = ../isprefix.o # XXX: should link replaced functions
27 # failed. Generally these tests should be ordered so that more basic
28 - # tests are run first.
29 -
30 - -TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh
31 - +TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh
32 -
33 - TESTS = \
34 - signature.test mutate.test sources.test isprefix.test \
35 + # tests are run first.
36 +
37 +-TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh
38 ++TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh
39 +
40 + TESTS = \
41 + signature.test mutate.test sources.test isprefix.test \
42
43 diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild
44 index b365d55..2451aef 100644
45 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild
46 +++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild
47 @@ -25,7 +25,7 @@ PATCHES=(
48 "${FILESDIR}"/${P}-format-security.patch
49 "${FILESDIR}"/${P}-getopt.patch
50 "${FILESDIR}"/${P}-implicit-declaration.patch
51 - "${FILESDIR}"/${P}-fix-testsuite.ebuild
52 + "${FILESDIR}"/${P}-fix-testsuite.patch
53 )
54
55 src_prepare() {