summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-07 20:10:30 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-07 20:10:30 +0000
commit4846a732962da73692cc43c11fe5d596f6bf1a72 (patch)
treeb28f5679c31f529f01adfc14dfc08f8c4cd8fd93
parentStable for HPPA (bug #354505). (diff)
downloadgentoo-2-4846a732962da73692cc43c11fe5d596f6bf1a72.tar.gz
gentoo-2-4846a732962da73692cc43c11fe5d596f6bf1a72.tar.bz2
gentoo-2-4846a732962da73692cc43c11fe5d596f6bf1a72.zip
Version bump. Thanks to Nick Bebout, Michael Orlitzky and Jesse Adelman
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
-rw-r--r--net-mail/imapsync/ChangeLog7
-rw-r--r--net-mail/imapsync/imapsync-1.404.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index 7cc82311154e..d1268dcb82b2 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/imapsync
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.35 2011/01/14 17:07:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.36 2011/03/07 20:10:30 tove Exp $
+
+*imapsync-1.404 (07 Mar 2011)
+
+ 07 Mar 2011; Torsten Veller <tove@gentoo.org> +imapsync-1.404.ebuild:
+ Version bump. Thanks to Nick Bebout, Michael Orlitzky and Jesse Adelman
14 Jan 2011; Torsten Veller <tove@gentoo.org> -imapsync-1.255-r1.ebuild,
-imapsync-1.267.ebuild:
diff --git a/net-mail/imapsync/imapsync-1.404.ebuild b/net-mail/imapsync/imapsync-1.404.ebuild
new file mode 100644
index 000000000000..351cc7fbffc1
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.404.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.404.ebuild,v 1.1 2011/03/07 20:10:30 tove Exp $
+
+EAPI=3
+
+DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
+HOMEPAGE="http://www.linux-france.org/prj/"
+SRC_URI="https://fedorahosted.org/released/${PN}/${P}-sources.tgz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+ dev-perl/Digest-HMAC
+ dev-perl/IO-Socket-SSL
+ dev-perl/Mail-IMAPClient
+ dev-perl/Net-SSLeay
+ dev-perl/TermReadKey
+ virtual/perl-Digest-MD5
+ virtual/perl-MIME-Base64"
+
+RESTRICT="test"
+
+src_prepare() {
+ sed -i -e "s/^install: testp/install:/" "${S}"/Makefile || die
+}
+
+src_compile() { : ; }
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make failed"
+ dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed"
+}