diff options
author | 2011-01-14 17:09:12 +0000 | |
---|---|---|
committer | 2011-01-14 17:09:12 +0000 | |
commit | 6de359b94135eac706b018953d3e92c3a1ecd863 (patch) | |
tree | 653931553ce9709a580f5f90e78f0b19929ec393 /dev-perl/Mail-IMAPClient | |
parent | Cleanup (diff) | |
download | gentoo-2-6de359b94135eac706b018953d3e92c3a1ecd863.tar.gz gentoo-2-6de359b94135eac706b018953d3e92c3a1ecd863.tar.bz2 gentoo-2-6de359b94135eac706b018953d3e92c3a1ecd863.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
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-2.2.9.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild | 24 |
3 files changed, 6 insertions, 56 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index e510fed4980f..3adabb115599 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.50 2010/06/26 17:08:22 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.51 2011/01/14 17:09:12 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-2.2.9.ebuild, + -Mail-IMAPClient-3.24.ebuild: + Cleanup 26 Jun 2010; <nixnut@gentoo.org> Mail-IMAPClient-3.23.ebuild: ppc stable #301836 diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild deleted file mode 100644 index dade585d8698..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild +++ /dev/null @@ -1,30 +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-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.20 2007/10/11 11:23:34 corsair Exp $ - -inherit perl-module eutils - -DESCRIPTION="IMAP client module for Perl" -HOMEPAGE="http://search.cpan.org/~djkernen/" -SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND=">=virtual/perl-libnet-1.0703 - dev-perl/Parse-RecDescent - dev-lang/perl" - -# Tests are not enabled for this package intentionally. They require -# an active imap server to connect to, as well as interaction. -#SRC_TEST="do" - -mydoc="FAQ" - -src_unpack(){ - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-skiptest.patch -} diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild deleted file mode 100644 index 2fd21635c8dc..000000000000 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.24.ebuild,v 1.1 2010/05/08 07:23:35 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PLOBBES -inherit perl-module eutils - -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" - -mydoc="FAQ" |