diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-01-09 15:45:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-01-09 15:45:55 +0000 |
commit | b104741c044d29370e6b4c20b5521a58a0375a97 (patch) | |
tree | 990a0a479367833b15aa4b4989ca771c4fc00bae /dev-perl/Mail-IMAPClient | |
parent | Added amd64 patch and closing bug #77091. (diff) | |
download | historical-b104741c044d29370e6b4c20b5521a58a0375a97.tar.gz historical-b104741c044d29370e6b4c20b5521a58a0375a97.tar.bz2 historical-b104741c044d29370e6b4c20b5521a58a0375a97.zip |
bug 77092
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Manifest | 15 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch | 11 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/files/digest-Mail-IMAPClient-2.2.9 | 1 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/metadata.xml | 10 |
6 files changed, 78 insertions, 0 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog new file mode 100644 index 000000000000..a7086a39eab6 --- /dev/null +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Mail-IMAPClient +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.1 2005/01/09 15:45:55 mcummings Exp $ + +*Mail-IMAPClient-2.2.9 (09 Jan 2005) + + 09 Jan 2005; Michael Cummings <mcummings@gentoo.org> + +files/2.2.9-skiptest.patch, +Mail-IMAPClient-2.2.9.ebuild: + bug 77092; ebuild and patch from Vanquirius <marcelogoes@gmail.com> + diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild new file mode 100644 index 000000000000..36cff4a17f8e --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 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.1 2005/01/09 15:45:55 mcummings Exp $ + +inherit perl-module eutils + +CATEGORY="dev-perl" +DESCRIPTION="IMAP client module for Perl" +SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~sparc" +IUSE="" + +# Tests are not enabled for this package intentionally. They require +# an active imap server to connect to, as well as interaction. +#SRC_TEST="do" + +DEPEND="${DEPEND} + >=dev-perl/libnet-1.0703 + dev-perl/Parse-RecDescent" + +mydoc="FAQ" + +src_unpack(){ + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-skiptest.patch +} diff --git a/dev-perl/Mail-IMAPClient/Manifest b/dev-perl/Mail-IMAPClient/Manifest new file mode 100644 index 000000000000..997c2d9dee7f --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 60eac297d92d9bbb45508faf479f36a1 Mail-IMAPClient-2.2.9.ebuild 828 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 8fa7668cf6333857d7f21bf2533acab8 ChangeLog 450 +MD5 6314086b298bb7c48151fab2e33d3c4d files/digest-Mail-IMAPClient-2.2.9 73 +MD5 b684a8da1614812836018e6bdf3de8c5 files/2.2.9-skiptest.patch 492 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB4VC5tG5z4I8BtQoRAg61AKCN7rxf0BmoKlC7jA8g0zl9soPF9wCfZlcO +6om0lRRargK5rc+5UoB64bQ= +=mG7Z +-----END PGP SIGNATURE----- diff --git a/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch b/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch new file mode 100644 index 000000000000..11ccfb295cfc --- /dev/null +++ b/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2005-01-07 23:17:00.849874616 -0200 ++++ Makefile.PL 2005-01-07 23:18:32.815893656 -0200 +@@ -49,7 +49,7 @@ + + sub set_test_data { + unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return } +- return if -f "./test.txt"; ++ return if -f "./Makefile.PL"; + print "You have the option of running an extended suite of tests during\n", + "'make test'. This requires an IMAP server name, user account, and ", + "password to test with.","\n","\n", diff --git a/dev-perl/Mail-IMAPClient/files/digest-Mail-IMAPClient-2.2.9 b/dev-perl/Mail-IMAPClient/files/digest-Mail-IMAPClient-2.2.9 new file mode 100644 index 000000000000..8536015e3be2 --- /dev/null +++ b/dev-perl/Mail-IMAPClient/files/digest-Mail-IMAPClient-2.2.9 @@ -0,0 +1 @@ +MD5 21c1901d55a2d57f73840cad478c665d Mail-IMAPClient-2.2.9.tar.gz 376791 diff --git a/dev-perl/Mail-IMAPClient/metadata.xml b/dev-perl/Mail-IMAPClient/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Mail-IMAPClient/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |