diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 20:55:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 20:55:04 +0000 |
commit | 83f38c9cf969a6b4badd63bfecadffafee3e1af2 (patch) | |
tree | 428f7b415f433072b5baa6ff2ebe55e8f99aa2e5 /dev-perl/DateTime-Format-Mail | |
parent | Chase media-sound/audacious dependency fix change. (diff) | |
download | gentoo-2-83f38c9cf969a6b4badd63bfecadffafee3e1af2.tar.gz gentoo-2-83f38c9cf969a6b4badd63bfecadffafee3e1af2.tar.bz2 gentoo-2-83f38c9cf969a6b4badd63bfecadffafee3e1af2.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r-- | dev-perl/DateTime-Format-Mail/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild | 22 |
2 files changed, 6 insertions, 24 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog index 75146c445fda..71a6d031e696 100644 --- a/dev-perl/DateTime-Format-Mail/ChangeLog +++ b/dev-perl/DateTime-Format-Mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Mail -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.22 2012/10/09 01:25:11 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.23 2013/01/06 20:55:04 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -DateTime-Format-Mail-0.30.ebuild: + Cleanup 09 Oct 2012; Anthony G. Basile <blueness@gentoo.org> DateTime-Format-Mail-0.300.100.ebuild: diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild deleted file mode 100644 index abccb5b23bbb..000000000000 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.15 2011/01/14 20:27:12 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Convert between DateTime and RFC2822/822 formats" -HOMEPAGE="http://search.cpan.org/~drolsky/" -SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -RDEPEND=">=dev-perl/Params-Validate-0.67 - >=dev-perl/DateTime-0.17 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" |