summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-01 23:14:17 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-01 23:14:17 +0000
commit613b4490cea9a6efb25814853b2727feb556c673 (patch)
tree1558f55cb27d412049f238db0dc57098768b7eb4
parentVersion bump; remove old. (diff)
downloadgentoo-2-613b4490cea9a6efb25814853b2727feb556c673.tar.gz
gentoo-2-613b4490cea9a6efb25814853b2727feb556c673.tar.bz2
gentoo-2-613b4490cea9a6efb25814853b2727feb556c673.zip
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r--net-mail/imapsync/ChangeLog7
-rw-r--r--net-mail/imapsync/imapsync-1.498.ebuild32
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index 02a903836b08..237381d2bb2c 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/imapsync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.54 2012/05/29 13:02:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.55 2012/08/01 23:14:17 radhermit Exp $
+
+*imapsync-1.498 (01 Aug 2012)
+
+ 01 Aug 2012; Tim Harder <radhermit@gentoo.org> +imapsync-1.498.ebuild:
+ Version bump.
29 May 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.480.ebuild,
-imapsync-1.484.ebuild:
diff --git a/net-mail/imapsync/imapsync-1.498.ebuild b/net-mail/imapsync/imapsync-1.498.ebuild
new file mode 100644
index 000000000000..51fc55a50503
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.498.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.1 2012/08/01 23:14:17 radhermit Exp $
+
+EAPI=4
+
+DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
+HOMEPAGE="http://ks.lamiral.info/imapsync/"
+SRC_URI="https://fedorahosted.org/released/${PN}/${P}.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/TermReadKey
+ virtual/perl-Digest-MD5
+ virtual/perl-MIME-Base64"
+
+RESTRICT="test"
+
+src_prepare() {
+ sed -i -e "s/^install: testp/install:/" \
+ -e "/^DO_IT/,/^$/d" "${S}"/Makefile || die
+}
+
+src_compile() { : ; }