Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Died: Exception-Died-0.06.ebuild ChangeLog
Date: Wed, 03 Feb 2010 11:46:33
Message-Id: E1Ncdgk-0001Wg-5d@stork.gentoo.org
1 tove 10/02/03 11:46:30
2
3 Modified: Exception-Died-0.06.ebuild ChangeLog
4 Log:
5 Depend on Module-Build. Remove test dependencies
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-perl/Exception-Died/Exception-Died-0.06.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild?r1=1.3&r2=1.4
14
15 Index: Exception-Died-0.06.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- Exception-Died-0.06.ebuild 22 Oct 2009 11:46:49 -0000 1.3
22 +++ Exception-Died-0.06.ebuild 3 Feb 2010 11:46:29 -0000 1.4
23 @@ -1,23 +1,23 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.3 2009/10/22 11:46:49 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.4 2010/02/03 11:46:29 tove Exp $
29
30 EAPI=2
31 -MODULE_AUTHOR="DEXTER"
32
33 +MODULE_AUTHOR="DEXTER"
34 inherit perl-module
35
36 DESCRIPTION="Convert simple die into real exception object"
37
38 -IUSE=""
39 -
40 SLOT="0"
41 -LICENSE="|| ( Artistic GPL-2 )"
42 KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44
45 -DEPEND=">=dev-perl/Test-Unit-Lite-0.12
46 - virtual/perl-parent
47 +RDEPEND="
48 dev-perl/constant-boolean
49 - >=dev-perl/Test-Assert-0.0501
50 >=dev-perl/Exception-Base-0.22.01"
51 -RDEPEND="${DEPEND}"
52 +DEPEND="${RDEPEND}
53 + virtual/perl-Module-Build"
54 +# test? ( virtual/perl-parent
55 +# >=dev-perl/Test-Unit-Lite-0.12
56 +# >=dev-perl/Test-Assert-0.0501 )"
57
58
59
60 1.4 dev-perl/Exception-Died/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/ChangeLog?rev=1.4&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/ChangeLog?rev=1.4&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Exception-Died/ChangeLog?r1=1.3&r2=1.4
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v
69 retrieving revision 1.3
70 retrieving revision 1.4
71 diff -u -r1.3 -r1.4
72 --- ChangeLog 22 Oct 2009 11:46:49 -0000 1.3
73 +++ ChangeLog 3 Feb 2010 11:46:29 -0000 1.4
74 @@ -1,6 +1,9 @@
75 # ChangeLog for dev-perl/Exception-Died
76 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.3 2009/10/22 11:46:49 tove Exp $
78 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.4 2010/02/03 11:46:29 tove Exp $
80 +
81 + 03 Feb 2010; Torsten Veller <tove@g.o> Exception-Died-0.06.ebuild:
82 + Depend on Module-Build. Remove test dependencies
83
84 22 Oct 2009; Torsten Veller <tove@g.o> Exception-Died-0.06.ebuild:
85 Fix dependency