summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 17:27:53 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 17:27:53 +0000
commitfe113e9ec13a210167867fa0e05d4469c769cec2 (patch)
tree9696f33129847ed937c48b206cbd6d1c14b9e8d3 /dev-perl/Mail-IMAPClient
parentAdd app-emulation/emul-linux-x86-soundlibs dependency. Bug #345235 (diff)
downloadhistorical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.gz
historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.bz2
historical-fe113e9ec13a210167867fa0e05d4469c769cec2.zip
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r--dev-perl/Mail-IMAPClient/ChangeLog8
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild30
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild24
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"