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/Devel-Profiler: Devel-Profiler-0.04.ebuild ChangeLog
Date: Thu, 07 Jan 2010 07:54:32
Message-Id: E1NSnCO-0001GL-1L@stork.gentoo.org
1 tove 10/01/07 07:54:28
2
3 Modified: Devel-Profiler-0.04.ebuild ChangeLog
4 Log:
5 Fix test failure (#299981). Patch from Fedora
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild?r1=1.14&r2=1.15
14
15 Index: Devel-Profiler-0.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- Devel-Profiler-0.04.ebuild 10 Jul 2007 23:33:26 -0000 1.14
22 +++ Devel-Profiler-0.04.ebuild 7 Jan 2010 07:54:27 -0000 1.15
23 @@ -1,18 +1,18 @@
24 -# Copyright 1999-2007 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/Devel-Profiler/Devel-Profiler-0.04.ebuild,v 1.14 2007/07/10 23:33:26 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild,v 1.15 2010/01/07 07:54:27 tove Exp $
29
30 +MODULE_AUTHOR=SAMTREGAR
31 inherit perl-module
32
33 DESCRIPTION="a Perl profiler compatible with dprofpp"
34 -HOMEPAGE="http://search.cpan.org/~samtregar/"
35 -SRC_URI="mirror://cpan/authors/id/S/SA/SAMTREGAR/${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="amd64 ia64 ~ppc sparc x86"
40 IUSE=""
41
42 -SRC_TEST="do"
43 -
44 DEPEND="dev-lang/perl"
45 +
46 +SRC_TEST="do"
47 +PATCHES=( "${FILESDIR}"/perl510.patch )
48
49
50
51 1.13 dev-perl/Devel-Profiler/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog?rev=1.13&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog?rev=1.13&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog?r1=1.12&r2=1.13
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog,v
60 retrieving revision 1.12
61 retrieving revision 1.13
62 diff -u -r1.12 -r1.13
63 --- ChangeLog 15 Jan 2007 17:25:28 -0000 1.12
64 +++ ChangeLog 7 Jan 2010 07:54:27 -0000 1.13
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-perl/Devel-Profiler
67 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog,v 1.12 2007/01/15 17:25:28 mcummings Exp $
69 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/ChangeLog,v 1.13 2010/01/07 07:54:27 tove Exp $
71 +
72 + 07 Jan 2010; Torsten Veller <tove@g.o> +files/perl510.patch,
73 + Devel-Profiler-0.04.ebuild:
74 + Fix test failure (#299981). Patch from Fedora
75
76 15 Jan 2007; Michael Cummings <mcummings@g.o>
77 Devel-Profiler-0.04.ebuild: