summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-07 07:34:41 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-07 07:34:41 +0000
commit8388909bc6ba7df1518d6e6cfddb3b8a1ae23d6e (patch)
tree3b8f00c0c0ae1d3dd9849a395a36e07fb931899e /net-mail
parentVersion bump. (diff)
downloadhistorical-8388909bc6ba7df1518d6e6cfddb3b8a1ae23d6e.tar.gz
historical-8388909bc6ba7df1518d6e6cfddb3b8a1ae23d6e.tar.bz2
historical-8388909bc6ba7df1518d6e6cfddb3b8a1ae23d6e.zip
Version bump.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/getmail/ChangeLog9
-rw-r--r--net-mail/getmail/getmail-4.25.0.ebuild26
-rw-r--r--net-mail/imapsync/ChangeLog7
-rw-r--r--net-mail/imapsync/imapsync-1.480.ebuild32
4 files changed, 71 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index d0bac9d3b53e..1bb8fb0feb78 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/getmail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.192 2011/12/12 02:18:24 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.193 2012/02/07 07:31:27 radhermit Exp $
+
+*getmail-4.25.0 (07 Feb 2012)
+
+ 07 Feb 2012; Tim Harder <radhermit@gentoo.org> +getmail-4.25.0.ebuild:
+ Version bump.
*getmail-4.24.0 (12 Dec 2011)
diff --git a/net-mail/getmail/getmail-4.25.0.ebuild b/net-mail/getmail/getmail-4.25.0.ebuild
new file mode 100644
index 000000000000..a3542d88abaa
--- /dev/null
+++ b/net-mail/getmail/getmail-4.25.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.25.0.ebuild,v 1.1 2012/02/07 07:31:27 radhermit Exp $
+
+EAPI="4"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_MODNAME="getmailcore"
+
+inherit distutils
+
+DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
+HOMEPAGE="http://pyropus.ca/software/getmail/"
+SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
+IUSE=""
+
+src_prepare() {
+ sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
+ -e "/docs\/COPYING/d" "${S}"/setup.py || die
+ distutils_src_prepare
+}
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index f74ac71e231b..9576f8a37347 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.45 2012/02/07 06:57:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.46 2012/02/07 07:34:41 radhermit Exp $
+
+*imapsync-1.480 (07 Feb 2012)
+
+ 07 Feb 2012; Tim Harder <radhermit@gentoo.org> +imapsync-1.480.ebuild:
+ Version bump.
07 Feb 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.303.ebuild,
-imapsync-1.350-r1.ebuild, -imapsync-1.404.ebuild, -imapsync-1.452.ebuild,
diff --git a/net-mail/imapsync/imapsync-1.480.ebuild b/net-mail/imapsync/imapsync-1.480.ebuild
new file mode 100644
index 000000000000..df5816688654
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.480.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.480.ebuild,v 1.1 2012/02/07 07:34:41 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() { : ; }