summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-19 10:48:16 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-19 10:48:16 +0000
commita94cfccd5e95f6dfdaed350795685ed3f69cc2b6 (patch)
tree4aefbc1a13a5c7bc2e48617fa41e6c066418bbb7
parentkeyword ~x86-fbsd thanks to Davide Italiano <dav_it@gentoo.org>, bug #232247 (diff)
downloadgentoo-2-a94cfccd5e95f6dfdaed350795685ed3f69cc2b6.tar.gz
gentoo-2-a94cfccd5e95f6dfdaed350795685ed3f69cc2b6.tar.bz2
gentoo-2-a94cfccd5e95f6dfdaed350795685ed3f69cc2b6.zip
Version bump. Removed dev-perl/Text-Tabs+Wrap dependency.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
-rw-r--r--dev-perl/Text-Quoted/ChangeLog9
-rw-r--r--dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog
index d0c255790193..58edc3c6eb6e 100644
--- a/dev-perl/Text-Quoted/ChangeLog
+++ b/dev-perl/Text-Quoted/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-Quoted
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.17 2007/07/14 13:43:17 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.18 2008/07/19 10:48:16 tove Exp $
+
+*Text-Quoted-2.05 (19 Jul 2008)
+
+ 19 Jul 2008; Torsten Veller <tove@gentoo.org> +Text-Quoted-2.05.ebuild:
+ Version bump. Removed dev-perl/Text-Tabs+Wrap dependency.
14 Jul 2007; Raúl Porcel <armin76@gentoo.org> Text-Quoted-2.02.ebuild:
ia64/x86 stable
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild
new file mode 100644
index 000000000000..752f82c35ab3
--- /dev/null
+++ b/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+MODULE_AUTHOR=RUZ
+inherit perl-module
+
+DESCRIPTION="Extract the structure of a quoted mail message"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/text-autoformat
+ dev-lang/perl"
+# Removed: dev-perl/Text-Tabs+Wrap
+# # we don't use Text::Tabs anymore as it may segfault on perl 5.8.x with
+# # UTF-8 strings and tabs mixed.
+# # http://rt.perl.org/rt3/Public/Bug/Display.html?id=40989
+# # This bug unlikely to be fixed in 5.8.x, however we use workaround.
+# # As soon as Text::Tabs will be fixed we can return back to it
+
+SRC_TEST="do"