summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-16 13:27:33 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-16 13:27:33 +0000
commit35a01faff870a3f65048fbcc87c2debe3db8426a (patch)
treec39a49f46a91d21a702503bd1237919dd0d90044 /dev-perl/Text-Quoted
parentcorrect find usage, fixes bug #305827 (diff)
downloadgentoo-2-35a01faff870a3f65048fbcc87c2debe3db8426a.tar.gz
gentoo-2-35a01faff870a3f65048fbcc87c2debe3db8426a.tar.bz2
gentoo-2-35a01faff870a3f65048fbcc87c2debe3db8426a.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Quoted')
-rw-r--r--dev-perl/Text-Quoted/ChangeLog7
-rw-r--r--dev-perl/Text-Quoted/Text-Quoted-2.06.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog
index dfa7dbc4b103..cf7325e3147e 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.21 2010/01/14 15:45:28 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.22 2010/03/16 13:27:33 tove Exp $
+
+*Text-Quoted-2.06 (16 Mar 2010)
+
+ 16 Mar 2010; Torsten Veller <tove@gentoo.org> +Text-Quoted-2.06.ebuild:
+ Version bump
14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Text-Quoted-2.05.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.06.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.06.ebuild
new file mode 100644
index 000000000000..857be24d8cd4
--- /dev/null
+++ b/dev-perl/Text-Quoted/Text-Quoted-2.06.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.06.ebuild,v 1.1 2010/03/16 13:27:33 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=RUZ
+inherit perl-module
+
+DESCRIPTION="Extract the structure of a quoted mail message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/text-autoformat"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"