diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 18:56:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 18:56:18 +0000 |
commit | 5ec92c5d22d0069ac8474378759d5f300c98d59c (patch) | |
tree | 45f2e5b623cc81ff563e524bd6425ab3d36e0a4a /dev-perl/Mail-IMAPClient | |
parent | Cleanup (diff) | |
download | gentoo-2-5ec92c5d22d0069ac8474378759d5f300c98d59c.tar.gz gentoo-2-5ec92c5d22d0069ac8474378759d5f300c98d59c.tar.bz2 gentoo-2-5ec92c5d22d0069ac8474378759d5f300c98d59c.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild | 23 |
2 files changed, 6 insertions, 25 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index c0ac4fb381c2..91736750d45a 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-IMAPClient -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.84 2012/12/27 11:01:15 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.85 2013/01/06 18:56:18 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -Mail-IMAPClient-3.310.0.ebuild: + Cleanup 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> Mail-IMAPClient-3.320.0.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild deleted file mode 100644 index 6ff70d97f181..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild,v 1.6 2012/08/27 17:53:09 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=PLOBBES -MODULE_VERSION=3.31 -inherit perl-module - -DESCRIPTION="IMAP client module for Perl" - -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86" -IUSE="test" - -RDEPEND=">=dev-perl/Parse-RecDescent-1.94" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" -# >=virtual/perl-File-Temp-0.18 )" - # only used in t/basic.t - -SRC_TEST="do" |