Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/lzma: lzma-4.63.ebuild
Date: Mon, 19 Jan 2009 21:46:24
Message-Id: E1LP1wr-0002NB-Py@stork.gentoo.org
1 tommy 09/01/19 21:46:21
2
3 Modified: lzma-4.63.ebuild
4 Log:
5 Remove -i switch, add comment for build.xml
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/lzma/lzma-4.63.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild?r1=1.1&r2=1.2
14
15 Index: lzma-4.63.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lzma-4.63.ebuild 19 Jan 2009 21:19:23 -0000 1.1
22 +++ lzma-4.63.ebuild 19 Jan 2009 21:46:21 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild,v 1.1 2009/01/19 21:19:23 tommy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild,v 1.2 2009/01/19 21:46:21 tommy Exp $
28
29 JAVA_PKG_IUSE="doc source"
30 inherit java-pkg-2 java-ant-2
31 @@ -22,7 +22,9 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}" || die
35 - cp -i "${FILESDIR}"/build.xml . || die
36 + cp "${FILESDIR}"/build.xml . || die
37 + #check for upstream adding build.xml, see Request ID 2464084 (on Feature
38 + #Request Tracer at http://sourceforge.net/projects/sevenzip/
39 }
40
41 src_install() {