summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-19 09:27:29 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 19:30:44 +0200
commitff4f95ab4f23b33dc01feddd3169e6c322bfaca5 (patch)
tree6e7044f01dac5c2654b17454ba06743af1900e4e /dev-perl/Text-Quoted
parentdev-perl/Text-Levenshtein: Bump to version 0.130.0 (diff)
downloadgentoo-ff4f95ab4f23b33dc01feddd3169e6c322bfaca5.tar.gz
gentoo-ff4f95ab4f23b33dc01feddd3169e6c322bfaca5.tar.bz2
gentoo-ff4f95ab4f23b33dc01feddd3169e6c322bfaca5.zip
dev-perl/Text-Quoted: Bump to version 2.90.0
- EAPI6 Upstream: - add combine_hunks function - Certain implicitly private functions now explicitly private with _ prefix Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Text-Quoted')
-rw-r--r--dev-perl/Text-Quoted/Manifest1
-rw-r--r--dev-perl/Text-Quoted/Text-Quoted-2.90.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Text-Quoted/Manifest b/dev-perl/Text-Quoted/Manifest
index 32cc6ff06530..c11aa9bb8b9b 100644
--- a/dev-perl/Text-Quoted/Manifest
+++ b/dev-perl/Text-Quoted/Manifest
@@ -1,2 +1,3 @@
DIST Text-Quoted-2.06.tar.gz 21198 SHA256 05384b89e359cd1fc3ac6a632b5b5ddc0662d15627f75138d5910c5edbba7a51 SHA512 bf7d6202561b53dd7a0df871d413b6fd6214111836bf02373990f80db2a6a1ff16b8ccdc777fdc8bd75ca5dcd9699f96acf15d23288e9a146c2c6491e6f93b25 WHIRLPOOL 756c35e8b008ce20f2768f7ae176fa1551d814cd6c189ff527172c4bd8a601058fa6af9f8ce3d4a26163fb41c5da5ea96c6acf85e7c43865b0751dbce7f5a517
DIST Text-Quoted-2.08.tar.gz 25365 SHA256 faf0b6fa314c31b264bc1d8d6523ed32a098040fdc513075ccaecbab0526cfdb SHA512 bbe48bf580e6628008728cbff5d6eba8f47664bde71920ff3cb55e45992cb8500730c5228726451e2bee1b6028fd56401e51e80ea73cd9b1f1386211dfce6fde WHIRLPOOL b9b69dbae0ec0f7f58fd8e447152ed62ff01b30fd059aa5e974b21b506693d1e28932ae7bbd5eead7b795fec0d74892c307f14bd31f6e61b490d1e31b524b758
+DIST Text-Quoted-2.09.tar.gz 27978 SHA256 446c3e8da7e65f7988cd36e9da1159614eb0b337d6c4c0dec8f6df7673b96c5f SHA512 c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef WHIRLPOOL 1e371596dacdf0e0e262cae9dab898ff61573cad97b55ef056f95059e71145d200286fc634bd8a470ca4b20932febf225ac8fde70cfdf0bdcd046ba25327b037
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.90.0.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.90.0.ebuild
new file mode 100644
index 000000000000..bb857cdb602e
--- /dev/null
+++ b/dev-perl/Text-Quoted/Text-Quoted-2.90.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ALEXMV
+DIST_VERSION=2.09
+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
+ virtual/perl-Text-Tabs+Wrap
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"