Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/bytelist: ChangeLog bytelist-1.0.6.ebuild
Date: Sun, 27 Jun 2010 07:20:52
Message-Id: 20100627072044.3E6B82CF8C@corvid.gentoo.org
1 ali_bush 10/06/27 07:20:44
2
3 Modified: ChangeLog bytelist-1.0.6.ebuild
4 Log:
5 Fix #325189.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 dev-java/bytelist/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 17 May 2010 10:19:36 -0000 1.9
22 +++ ChangeLog 27 Jun 2010 07:20:44 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/bytelist
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.9 2010/05/17 10:19:36 ali_bush Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.10 2010/06/27 07:20:44 ali_bush Exp $
28 +
29 + 27 Jun 2010; Alistair Bush <ali_bush@g.o> bytelist-1.0.6.ebuild:
30 + Fix #325189 by creating lib dir manually.
31
32 *bytelist-1.0.6 (17 May 2010)
33
34
35
36
37 1.2 dev-java/bytelist/bytelist-1.0.6.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild?r1=1.1&r2=1.2
42
43 Index: bytelist-1.0.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- bytelist-1.0.6.ebuild 17 May 2010 10:19:36 -0000 1.1
50 +++ bytelist-1.0.6.ebuild 27 Jun 2010 07:20:44 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild,v 1.1 2010/05/17 10:19:36 ali_bush Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.6.ebuild,v 1.2 2010/06/27 07:20:44 ali_bush Exp $
56
57 EAPI=2
58 JAVA_PKG_IUSE="source test"
59 @@ -27,6 +27,8 @@
60 java_prepare() {
61 # Don't do tests unnecessarily.
62 sed -i 's:depends="test":depends="compile":' build.xml
63 + # Bug 325189
64 + mkdir -p lib
65 }
66
67 src_install() {