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-p2p/i2p/
Date: Tue, 29 Mar 2016 08:41:06
Message-Id: 1459239855.2d2e534f92ff60694ade74176f1551e76182b1ed.monsieurp@gentoo
1 commit: 2d2e534f92ff60694ade74176f1551e76182b1ed
2 Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
3 AuthorDate: Mon Mar 28 13:17:31 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 08:24:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2e534f
7
8 net-p2p/i2p: fix compile failure with LC_ALL=C.
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --ignore-arches
12 Gentoo-Bug: https://bugs.gentoo.org/578374
13 Closes: https://github.com/gentoo/gentoo/pull/1153
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 net-p2p/i2p/{i2p-0.9.24-r1.ebuild => i2p-0.9.24-r2.ebuild} | 1 +
18 net-p2p/i2p/{i2p-0.9.25.ebuild => i2p-0.9.25-r1.ebuild} | 1 +
19 2 files changed, 2 insertions(+)
20
21 diff --git a/net-p2p/i2p/i2p-0.9.24-r1.ebuild b/net-p2p/i2p/i2p-0.9.24-r2.ebuild
22 similarity index 99%
23 rename from net-p2p/i2p/i2p-0.9.24-r1.ebuild
24 rename to net-p2p/i2p/i2p-0.9.24-r2.ebuild
25 index c265d91..f0f48b0 100644
26 --- a/net-p2p/i2p/i2p-0.9.24-r1.ebuild
27 +++ b/net-p2p/i2p/i2p-0.9.24-r2.ebuild
28 @@ -45,6 +45,7 @@ RDEPEND="${CDEPEND}
29
30 EANT_BUILD_TARGET="pkg"
31 EANT_GENTOO_CLASSPATH="java-service-wrapper,jrobin,slf4j-api,tomcat-jstl-impl,tomcat-jstl-spec,bcprov-1.50"
32 +JAVA_ANT_ENCODING="UTF-8"
33
34 I2P_ROOT='/usr/share/i2p'
35 I2P_CONFIG_HOME='/var/lib/i2p'
36
37 diff --git a/net-p2p/i2p/i2p-0.9.25.ebuild b/net-p2p/i2p/i2p-0.9.25-r1.ebuild
38 similarity index 99%
39 rename from net-p2p/i2p/i2p-0.9.25.ebuild
40 rename to net-p2p/i2p/i2p-0.9.25-r1.ebuild
41 index 8e00d27..e25d09f 100644
42 --- a/net-p2p/i2p/i2p-0.9.25.ebuild
43 +++ b/net-p2p/i2p/i2p-0.9.25-r1.ebuild
44 @@ -48,6 +48,7 @@ RDEPEND="${CDEPEND}
45
46 EANT_BUILD_TARGET="pkg"
47 EANT_GENTOO_CLASSPATH="java-service-wrapper,jrobin,slf4j-api,tomcat-jstl-impl,tomcat-jstl-spec,bcprov-1.50"
48 +JAVA_ANT_ENCODING="UTF-8"
49
50 I2P_ROOT='/usr/share/i2p'
51 I2P_CONFIG_HOME='/var/lib/i2p'