Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-beanutils: ChangeLog commons-beanutils-1.6.1-r3.ebuild
Date: Wed, 05 Mar 2008 20:31:37
Message-Id: E1JX0H0-0004mZ-Jt@stork.gentoo.org
1 betelgeuse 08/03/05 20:31:34
2
3 Modified: ChangeLog commons-beanutils-1.6.1-r3.ebuild
4 Log:
5 RESTRICT tests so that the ebuild works with the upcoming generic src_test.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.41 dev-java/commons-beanutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 5 Mar 2008 19:34:55 -0000 1.40
22 +++ ChangeLog 5 Mar 2008 20:31:34 -0000 1.41
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/commons-beanutils
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.40 2008/03/05 19:34:55 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.41 2008/03/05 20:31:34 betelgeuse Exp $
28 +
29 + 05 Mar 2008; Petteri Räty <betelgeuse@g.o>
30 + commons-beanutils-1.6.1-r3.ebuild:
31 + RESTRICT tests so that the ebuild works with the upcoming generic src_test.
32
33 05 Mar 2008; Petteri Räty <betelgeuse@g.o>
34 commons-beanutils-1.7.0-r3.ebuild:
35
36
37
38 1.12 dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?r1=1.11&r2=1.12
43
44 Index: commons-beanutils-1.6.1-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- commons-beanutils-1.6.1-r3.ebuild 17 May 2007 20:16:39 -0000 1.11
51 +++ commons-beanutils-1.6.1-r3.ebuild 5 Mar 2008 20:31:34 -0000 1.12
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.11 2007/05/17 20:16:39 betelgeuse Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.12 2008/03/05 20:31:34 betelgeuse Exp $
58
59 JAVA_PKG_IUSE="doc source"
60
61 @@ -25,6 +25,9 @@
62
63 S="${WORKDIR}/${P}-src"
64
65 +# These fail but work in 1.7 so don't bother fixing.
66 +RESTRICT="test"
67 +
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list