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/Text-Quoted: ChangeLog Text-Quoted-2.05.ebuild
Date: Sat, 19 Jul 2008 10:48:20
Message-Id: E1KK9z6-0000fi-Ur@stork.gentoo.org
1 tove 08/07/19 10:48:16
2
3 Modified: ChangeLog
4 Added: Text-Quoted-2.05.ebuild
5 Log:
6 Version bump. Removed dev-perl/Text-Tabs+Wrap dependency.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
8
9 Revision Changes Path
10 1.18 dev-perl/Text-Quoted/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 14 Jul 2007 13:43:17 -0000 1.17
23 +++ ChangeLog 19 Jul 2008 10:48:16 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Text-Quoted
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.17 2007/07/14 13:43:17 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.18 2008/07/19 10:48:16 tove Exp $
30 +
31 +*Text-Quoted-2.05 (19 Jul 2008)
32 +
33 + 19 Jul 2008; Torsten Veller <tove@g.o> +Text-Quoted-2.05.ebuild:
34 + Version bump. Removed dev-perl/Text-Tabs+Wrap dependency.
35
36 14 Jul 2007; Raúl Porcel <armin76@g.o> Text-Quoted-2.02.ebuild:
37 ia64/x86 stable
38
39
40
41 1.1 dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Text-Quoted-2.05.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild,v 1.1 2008/07/19 10:48:16 tove Exp $
51
52 MODULE_AUTHOR=RUZ
53 inherit perl-module
54
55 DESCRIPTION="Extract the structure of a quoted mail message"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-perl/text-autoformat
63 dev-lang/perl"
64 # Removed: dev-perl/Text-Tabs+Wrap
65 # # we don't use Text::Tabs anymore as it may segfault on perl 5.8.x with
66 # # UTF-8 strings and tabs mixed.
67 # # http://rt.perl.org/rt3/Public/Bug/Display.html?id=40989
68 # # This bug unlikely to be fixed in 5.8.x, however we use workaround.
69 # # As soon as Text::Tabs will be fixed we can return back to it
70
71 SRC_TEST="do"
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list