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/Email-Reply: ChangeLog Email-Reply-1.202.ebuild
Date: Thu, 25 Feb 2010 07:57:57
Message-Id: E1NkYKt-0006hu-Ic@stork.gentoo.org
1 tove 10/02/25 07:40:39
2
3 Modified: ChangeLog Email-Reply-1.202.ebuild
4 Log:
5 Email-MIME-Modifier and Email-MIME-Creator were merge into Email-MIME. Fix LICENSE
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 dev-perl/Email-Reply/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 19 Nov 2009 07:52:18 -0000 1.16
22 +++ ChangeLog 25 Feb 2010 07:40:38 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Email-Reply
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v 1.16 2009/11/19 07:52:18 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v 1.17 2010/02/25 07:40:38 tove Exp $
29 +
30 + 25 Feb 2010; Torsten Veller <tove@g.o> Email-Reply-1.202.ebuild:
31 + Email-MIME-Modifier and Email-MIME-Creator were merge into Email-MIME. Fix
32 + LICENSE. EAPI=2
33
34 19 Nov 2009; Torsten Veller <tove@g.o> Email-Reply-1.202.ebuild:
35 Email-MIME-Modifier and Email-MIME-Creator merged in Email-MIME-1.900
36
37
38
39 1.10 dev-perl/Email-Reply/Email-Reply-1.202.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?r1=1.9&r2=1.10
44
45 Index: Email-Reply-1.202.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- Email-Reply-1.202.ebuild 19 Nov 2009 16:45:32 -0000 1.9
52 +++ Email-Reply-1.202.ebuild 25 Feb 2010 07:40:38 -0000 1.10
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild,v 1.9 2009/11/19 16:45:32 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild,v 1.10 2010/02/25 07:40:38 tove Exp $
59 +
60 +EAPI=2
61
62 MODULE_AUTHOR=RJBS
63 inherit perl-module
64 @@ -8,20 +10,12 @@
65 DESCRIPTION="Reply to a Message"
66
67 SLOT="0"
68 -LICENSE="|| ( Artistic GPL-2 )"
69 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
70 IUSE=""
71
72 -DEPEND=">=dev-perl/Email-Abstract-2.13.1
73 - >=dev-perl/Email-MIME-1.857
74 - || (
75 - >=dev-perl/Email-MIME-1.900
76 - (
77 - >=dev-perl/Email-MIME-Modifier-1.441
78 - >=dev-perl/Email-MIME-Creator-1.451
79 - )
80 - )
81 - dev-perl/Email-Address
82 - dev-lang/perl"
83 +RDEPEND=">=dev-perl/Email-Abstract-2.13.1
84 + >=dev-perl/Email-MIME-1.900
85 + dev-perl/Email-Address"
86 +DEPEND="${RDEPEND}"
87
88 SRC_TEST="do"