diff options
author | 2011-02-20 07:56:19 +0000 | |
---|---|---|
committer | 2011-02-20 07:56:19 +0000 | |
commit | 7b751afed1d3677cb2c74bb5f4d0504c490458b0 (patch) | |
tree | 3ad3ecc3004eccd0c755507c308405a4ffc9d4d4 /dev-perl/Mail-ListDetector | |
parent | Added camlp5-6 support to the 8.2 branch (bug 355297), patch by Jonathan-Chri... (diff) | |
download | gentoo-2-7b751afed1d3677cb2c74bb5f4d0504c490458b0.tar.gz gentoo-2-7b751afed1d3677cb2c74bb5f4d0504c490458b0.tar.bz2 gentoo-2-7b751afed1d3677cb2c74bb5f4d0504c490458b0.zip |
[bump] dev-perl/Mail-ListDetector-1.40
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-ListDetector')
-rw-r--r-- | dev-perl/Mail-ListDetector/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Mail-ListDetector/ChangeLog b/dev-perl/Mail-ListDetector/ChangeLog index 1e2936366098..8a0f9204dbb0 100644 --- a/dev-perl/Mail-ListDetector/ChangeLog +++ b/dev-perl/Mail-ListDetector/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-ListDetector -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.16 2010/02/04 20:08:09 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.17 2011/02/20 07:56:19 tove Exp $ + +*Mail-ListDetector-1.40 (20 Feb 2011) + + 20 Feb 2011; Torsten Veller <tove@gentoo.org> +Mail-ListDetector-1.40.ebuild: + Version bump 04 Feb 2010; Torsten Veller <tove@gentoo.org> Mail-ListDetector-1.02.ebuild: diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.ebuild new file mode 100644 index 000000000000..1d56134816ff --- /dev/null +++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.40.ebuild,v 1.1 2011/02/20 07:56:19 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MSTEVENS +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Perl extension for detecting mailing list messages" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/URI + dev-perl/Email-Valid + dev-perl/Email-Abstract" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |