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/Mail-Mbox-MessageParser: Mail-Mbox-MessageParser-1.50.02.ebuild ChangeLog
Date: Mon, 31 Aug 2009 03:18:15
Message-Id: E1Mi2ED-00067g-6o@stork.gentoo.org
1 tove 09/08/31 08:27:05
2
3 Modified: ChangeLog
4 Added: Mail-Mbox-MessageParser-1.50.02.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 dev-perl/Mail-Mbox-MessageParser/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 15 Sep 2008 19:06:34 -0000 1.35
23 +++ ChangeLog 31 Aug 2009 08:27:04 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Mail-Mbox-MessageParser
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog,v 1.35 2008/09/15 19:06:34 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog,v 1.36 2009/08/31 08:27:04 tove Exp $
30 +
31 +*Mail-Mbox-MessageParser-1.50.02 (31 Aug 2009)
32 +
33 + 31 Aug 2009; Torsten Veller <tove@g.o>
34 + +Mail-Mbox-MessageParser-1.50.02.ebuild:
35 + Version bump
36
37 15 Sep 2008; Torsten Veller <tove@g.o>
38 -Mail-Mbox-MessageParser-1.40.01.ebuild,
39
40
41
42 1.1 dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.50.02.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.50.02.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.50.02.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Mail-Mbox-MessageParser-1.50.02.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.50.02.ebuild,v 1.1 2009/08/31 08:27:04 tove Exp $
52
53 EAPI=2
54
55 inherit versionator
56 MY_P=${PN}-$(delete_version_separator 2)
57 S=${WORKDIR}/${MY_P}
58 MODULE_AUTHOR=DCOPPIT
59 inherit perl-module
60
61 DESCRIPTION="Manipulation of electronic mail addresses"
62 HOMEPAGE="http://sourceforge.net/projects/m-m-msgparser/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 DEPEND="dev-perl/Text-Diff
70 dev-perl/FileHandle-Unget"
71 RDEPEND="${DEPEND}"
72
73 SRC_TEST=do