Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/dbunit: dbunit-1.0.1.ebuild ChangeLog dbunit-1.0.0.ebuild
Date: Tue, 31 May 2011 13:56:12
Message-Id: 20110531135536.82D0D20054@flycatcher.gentoo.org
1 olemarkus 11/05/31 13:55:36
2
3 Modified: dbunit-1.0.1.ebuild ChangeLog
4 Removed: dbunit-1.0.0.ebuild
5 Log:
6 Fixed a file collision issue 368693. Also removed an older version of dbunit
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-php/dbunit/dbunit-1.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild?r1=1.6&r2=1.7
16
17 Index: dbunit-1.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- dbunit-1.0.1.ebuild 24 May 2011 14:54:24 -0000 1.6
24 +++ dbunit-1.0.1.ebuild 31 May 2011 13:55:36 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.6 2011/05/24 14:54:24 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.7 2011/05/31 13:55:36 olemarkus Exp $
30
31 EAPI="3"
32 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
33 @@ -15,6 +15,7 @@
34 HOMEPAGE="http://www.phpunit.de"
35
36 RDEPEND="${RDEPEND}
37 + !!<dev-php/phpunit-3.5
38 >=dev-php5/ezc-ConsoleTools-1.6
39 >=dev-php/file-iterator-1.2.2
40 dev-php/php-tokenstream
41
42
43
44 1.5 dev-php/dbunit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 24 May 2011 14:54:24 -0000 1.4
57 +++ ChangeLog 31 May 2011 13:55:36 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-php/dbunit
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.4 2011/05/24 14:54:24 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.5 2011/05/31 13:55:36 olemarkus Exp $
63 +
64 + 31 May 2011; Ole Markus With <olemarkus@g.o> -dbunit-1.0.0.ebuild,
65 + dbunit-1.0.1.ebuild:
66 + Fixed a file collision issue 368693. Also removed an older version of dbunit
67
68 24 May 2011; Markos Chandras <hwoarang@g.o> dbunit-1.0.1.ebuild:
69 Stable on amd64 wrt bug #368293