diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
commit | bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch) | |
tree | 49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/Mail-ListDetector | |
parent | Drop obsolete version. (diff) | |
download | historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2 historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip |
Cleanup
Package-Manager: portage-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" |