diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-12-04 04:31:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-12-04 04:31:33 +0000 |
commit | e2736128089f895e0824dfcb3fbbc5680bd51a0f (patch) | |
tree | 9d81e0d43010e043dfd157e3bec17c75af01a1ef /net-mail/imapsync | |
parent | bump minimum version of dev-libs/nss as per bug 531614 (diff) | |
download | gentoo-2-e2736128089f895e0824dfcb3fbbc5680bd51a0f.tar.gz gentoo-2-e2736128089f895e0824dfcb3fbbc5680bd51a0f.tar.bz2 gentoo-2-e2736128089f895e0824dfcb3fbbc5680bd51a0f.zip |
Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.567.ebuild | 31 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.584-r1.ebuild | 33 |
3 files changed, 5 insertions, 65 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index ef0d46176953..215844f95fae 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.97 2014/12/04 04:21:10 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.98 2014/12/04 04:31:33 radhermit Exp $ + + 04 Dec 2014; Tim Harder <radhermit@gentoo.org> -imapsync-1.567.ebuild, + -imapsync-1.584-r1.ebuild: + Remove old. *imapsync-1.607 (04 Dec 2014) diff --git a/net-mail/imapsync/imapsync-1.567.ebuild b/net-mail/imapsync/imapsync-1.567.ebuild deleted file mode 100644 index 7c34c73dc4c3..000000000000 --- a/net-mail/imapsync/imapsync-1.567.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.567.ebuild,v 1.4 2014/01/26 11:03:51 ago Exp $ - -EAPI=5 - -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" - -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.584-r1.ebuild b/net-mail/imapsync/imapsync-1.584-r1.ebuild deleted file mode 100644 index 8aae4bc9a85e..000000000000 --- a/net-mail/imapsync/imapsync-1.584-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.584-r1.ebuild,v 1.1 2014/04/30 20:08:13 radhermit Exp $ - -EAPI=5 - -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" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} - dev-perl/Digest-HMAC - dev-perl/File-Copy-Recursive - 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 -e "s/^install: testp/install:/" \ - -e "/^DO_IT/,/^$/d" \ - -i "${S}"/Makefile || die -} - -src_compile() { :; } |