diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:46:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:46:24 +0000 |
commit | c37e060a0f53f31bdfd728c9b33ff1dc3094f982 (patch) | |
tree | 84721ada09b86054e0683142db835082a705db99 /dev-perl/Mail-ListDetector | |
parent | Cleanup (diff) | |
download | gentoo-2-c37e060a0f53f31bdfd728c9b33ff1dc3094f982.tar.gz gentoo-2-c37e060a0f53f31bdfd728c9b33ff1dc3094f982.tar.bz2 gentoo-2-c37e060a0f53f31bdfd728c9b33ff1dc3094f982.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Mail-ListDetector')
-rw-r--r-- | dev-perl/Mail-ListDetector/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/Mail-ListDetector/ChangeLog b/dev-perl/Mail-ListDetector/ChangeLog index 32c7f3e256b3..b47e8caeeebf 100644 --- a/dev-perl/Mail-ListDetector/ChangeLog +++ b/dev-perl/Mail-ListDetector/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-ListDetector -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.13 2007/11/10 13:57:57 drac Exp $ +# 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 $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -Mail-ListDetector-0.34.ebuild: + Cleanup 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Mail-ListDetector-1.01.ebuild: diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild deleted file mode 100644 index 2afa6a0700fb..000000000000 --- a/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild,v 1.8 2007/03/05 13:11:13 ticho 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" |