diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 18:12:54 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 18:12:54 +0000 |
commit | ee0c9823391e74bff65b131ba3a292398ece6a50 (patch) | |
tree | 7a5c0e0bd789aed320e6163b4cecd5d581c6f8a6 /dev-perl | |
parent | Version bump wrt bug #504040 (diff) | |
download | gentoo-2-ee0c9823391e74bff65b131ba3a292398ece6a50.tar.gz gentoo-2-ee0c9823391e74bff65b131ba3a292398ece6a50.tar.bz2 gentoo-2-ee0c9823391e74bff65b131ba3a292398ece6a50.zip |
Version bump wrt bug #502248
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Quoted/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index 15ff7cc03b06..2d41d6898671 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.29 2012/06/24 12:59:48 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.30 2014/05/01 18:12:54 zlogene Exp $ + +*Text-Quoted-2.80.0 (01 May 2014) + + 01 May 2014; Mikle Kolyada <zlogene@gentoo.org> +Text-Quoted-2.80.0.ebuild: + Version bump wrt bug #502248 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild new file mode 100644 index 000000000000..13f222aae95d --- /dev/null +++ b/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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.80.0.ebuild,v 1.1 2014/05/01 18:12:54 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=TSIBLEY +MODULE_VERSION=2.08 +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" |