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/IO-Tee: IO-Tee-0.64.ebuild ChangeLog
Date: Thu, 04 Feb 2010 13:07:55
Message-Id: E1Nd1R2-0003Hf-Lx@stork.gentoo.org
1 tove 10/02/04 13:07:52
2
3 Modified: IO-Tee-0.64.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-perl/IO-Tee/IO-Tee-0.64.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild?r1=1.11&r2=1.12
14
15 Index: IO-Tee-0.64.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- IO-Tee-0.64.ebuild 10 Jul 2007 23:33:30 -0000 1.11
22 +++ IO-Tee-0.64.ebuild 4 Feb 2010 13:07:52 -0000 1.12
23 @@ -1,18 +1,16 @@
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/IO-Tee/IO-Tee-0.64.ebuild,v 1.11 2007/07/10 23:33:30 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild,v 1.12 2010/02/04 13:07:52 tove Exp $
29
30 +EAPI=2
31 +
32 +MODULE_AUTHOR=KENSHAN
33 inherit perl-module
34
35 DESCRIPTION="Multiplex output to multiple output handles"
36 -HOMEPAGE="http://search.cpan.org/~kenshan/"
37 -SRC_URI="mirror://cpan/authors/id/K/KE/KENSHAN/${P}.tar.gz"
38
39 -LICENSE="Artistic"
40 SLOT="0"
41 KEYWORDS="amd64 ia64 ppc sparc x86"
42 IUSE=""
43
44 SRC_TEST="do"
45 -
46 -DEPEND="dev-lang/perl"
47
48
49
50 1.11 dev-perl/IO-Tee/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/ChangeLog?rev=1.11&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/ChangeLog?rev=1.11&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tee/ChangeLog?r1=1.10&r2=1.11
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/ChangeLog,v
59 retrieving revision 1.10
60 retrieving revision 1.11
61 diff -u -r1.10 -r1.11
62 --- ChangeLog 15 Jan 2007 23:14:44 -0000 1.10
63 +++ ChangeLog 4 Feb 2010 13:07:52 -0000 1.11
64 @@ -1,6 +1,9 @@
65 # ChangeLog for dev-perl/IO-Tee
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/ChangeLog,v 1.10 2007/01/15 23:14:44 mcummings Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/ChangeLog,v 1.11 2010/02/04 13:07:52 tove Exp $
70 +
71 + 04 Feb 2010; Torsten Veller <tove@g.o> IO-Tee-0.64.ebuild:
72 + Fix LICENSE: same terms as perl (#301969). Maintenance
73
74 15 Jan 2007; Michael Cummings <mcummings@g.o> IO-Tee-0.64.ebuild:
75 Ebuild maintenance