summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-08 08:25:20 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-08 08:25:20 +0000
commitc80aa51ae3bfea0ff2ff31d767a3c398a0e4c347 (patch)
treeb1fde79709ae08e26d66a6a5be67c4deb891d61e /net-mail
parentVersion bump. (diff)
downloadgentoo-2-c80aa51ae3bfea0ff2ff31d767a3c398a0e4c347.tar.gz
gentoo-2-c80aa51ae3bfea0ff2ff31d767a3c398a0e4c347.tar.bz2
gentoo-2-c80aa51ae3bfea0ff2ff31d767a3c398a0e4c347.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/imapsync/ChangeLog6
-rw-r--r--net-mail/imapsync/imapsync-1.476.ebuild32
-rw-r--r--net-mail/imapsync/imapsync-1.487.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index f523968d6eae..4760fb4d84df 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,10 @@
# 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.59 2012/09/08 08:24:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.60 2012/09/08 08:25:20 radhermit Exp $
+
+ 08 Sep 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.476.ebuild,
+ -imapsync-1.487.ebuild:
+ Remove old.
*imapsync-1.504 (08 Sep 2012)
diff --git a/net-mail/imapsync/imapsync-1.476.ebuild b/net-mail/imapsync/imapsync-1.476.ebuild
deleted file mode 100644
index ef22237936d0..000000000000
--- a/net-mail/imapsync/imapsync-1.476.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.476.ebuild,v 1.4 2012/02/16 18:34:21 phajdan.jr 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() { : ; }
diff --git a/net-mail/imapsync/imapsync-1.487.ebuild b/net-mail/imapsync/imapsync-1.487.ebuild
deleted file mode 100644
index dfc37f049db9..000000000000
--- a/net-mail/imapsync/imapsync-1.487.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.487.ebuild,v 1.1 2012/03/19 23:54:46 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() { : ; }