Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Text-Quoted: Text-Quoted-2.80.0.ebuild ChangeLog
Date: Thu, 01 May 2014 18:13:00
Message-Id: 20140501181254.AB2992004C@flycatcher.gentoo.org
1 zlogene 14/05/01 18:12:54
2
3 Modified: ChangeLog
4 Added: Text-Quoted-2.80.0.ebuild
5 Log:
6 Version bump wrt bug #502248
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.30 dev-perl/Text-Quoted/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 24 Jun 2012 12:59:48 -0000 1.29
24 +++ ChangeLog 1 May 2014 18:12:54 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Text-Quoted
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.29 2012/06/24 12:59:48 tove Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.30 2014/05/01 18:12:54 zlogene Exp $
31 +
32 +*Text-Quoted-2.80.0 (01 May 2014)
33 +
34 + 01 May 2014; Mikle Kolyada <zlogene@g.o> +Text-Quoted-2.80.0.ebuild:
35 + Version bump wrt bug #502248
36
37 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
38 Update CPAN upstream info
39
40
41
42 1.1 dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Text-Quoted-2.80.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild,v 1.1 2014/05/01 18:12:54 zlogene Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=TSIBLEY
56 MODULE_VERSION=2.08
57 inherit perl-module
58
59 DESCRIPTION="Extract the structure of a quoted mail message"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
63 IUSE=""
64
65 RDEPEND="dev-perl/text-autoformat"
66 DEPEND="${RDEPEND}"
67
68 SRC_TEST="do"