summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-17 08:06:49 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-17 08:06:49 +0000
commit71bf8b2b8b1a75eca32227c3ef53419d06eae1a5 (patch)
treea0134b468853043a2c3e32d58c47899d34e1e31c /net-mail
parentRemove old. (diff)
downloadgentoo-2-71bf8b2b8b1a75eca32227c3ef53419d06eae1a5.tar.gz
gentoo-2-71bf8b2b8b1a75eca32227c3ef53419d06eae1a5.tar.bz2
gentoo-2-71bf8b2b8b1a75eca32227c3ef53419d06eae1a5.zip
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/imapsync/ChangeLog5
-rw-r--r--net-mail/imapsync/imapsync-1.456.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index a9938fe200ba..e3b2bacf473c 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,9 @@
# 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.50 2012/02/16 18:34:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.51 2012/02/17 08:06:49 radhermit Exp $
+
+ 17 Feb 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.456.ebuild:
+ Remove old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> imapsync-1.476.ebuild:
x86 stable wrt bug #402639
diff --git a/net-mail/imapsync/imapsync-1.456.ebuild b/net-mail/imapsync/imapsync-1.456.ebuild
deleted file mode 100644
index d4f84af81cd7..000000000000
--- a/net-mail/imapsync/imapsync-1.456.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.456.ebuild,v 1.4 2012/02/06 17:29:26 ranger 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() { : ; }