summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:52:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:52:42 +0000
commit8ca82e64ad45271669183b52c5860cbee495b9d7 (patch)
treeaaee3003c2188a20614088c9bd889ac10f9642f6 /dev-perl/Mail-ListDetector
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-8ca82e64ad45271669183b52c5860cbee495b9d7.tar.gz
gentoo-2-8ca82e64ad45271669183b52c5860cbee495b9d7.tar.bz2
gentoo-2-8ca82e64ad45271669183b52c5860cbee495b9d7.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-ListDetector')
-rw-r--r--dev-perl/Mail-ListDetector/ChangeLog8
-rw-r--r--dev-perl/Mail-ListDetector/Mail-ListDetector-1.02.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Mail-ListDetector/ChangeLog b/dev-perl/Mail-ListDetector/ChangeLog
index b47e8caeeebf..15f946152964 100644
--- a/dev-perl/Mail-ListDetector/ChangeLog
+++ b/dev-perl/Mail-ListDetector/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Mail-ListDetector
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.14 2009/05/01 22:46:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.15 2009/11/22 10:52:42 robbat2 Exp $
+
+*Mail-ListDetector-1.02 (22 Nov 2009)
+
+ 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Mail-ListDetector-1.02.ebuild:
+ Version bump via perl-bump experimental tool.
01 May 2009; Torsten Veller <tove@gentoo.org>
-Mail-ListDetector-0.34.ebuild:
diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.02.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.02.ebuild
new file mode 100644
index 000000000000..3ad811ad418a
--- /dev/null
+++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.02.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/Mail-ListDetector-1.02.ebuild,v 1.1 2009/11/22 10:52:42 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for detecting mailing list messages"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSTEVENS/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SLOT="0"
+SRC_TEST="do"
+
+DEPEND="dev-perl/URI
+ dev-perl/Email-Valid
+ dev-perl/Email-Abstract
+ dev-lang/perl"