summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-20 15:41:26 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-20 20:47:56 +1300
commit8fdadbde0ffd3293a026623b3500a1a7f8cd1a21 (patch)
tree44e00c7b3b5155ea533704a236316a52a1393f3a /dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
parent2ffc09e8354d7584817ceeae4185b4f9dbb800a4 (diff)
downloadgentoo-8fdadbde0ffd3293a026623b3500a1a7f8cd1a21.tar.gz
gentoo-8fdadbde0ffd3293a026623b3500a1a7f8cd1a21.tar.xz
dev-perl/HTML-Quoted: Bump to version 0.40.0
- use EAPI6 - update deps Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild')
-rw-r--r--dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
new file mode 100644
index 00000000000..db1f6b8afa8
--- /dev/null
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.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=TSIBLEY
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Extract structure of quoted HTML mail message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/HTML-Parser-3.0.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"