diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-23 02:57:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-23 02:57:25 +0000 |
commit | 7612a7c6e76b39d41b3971293a72d95ed9587252 (patch) | |
tree | 515627c258e101dc0608415287d7ccf55fd34c2c /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-7612a7c6e76b39d41b3971293a72d95ed9587252.tar.gz gentoo-2-7612a7c6e76b39d41b3971293a72d95ed9587252.tar.bz2 gentoo-2-7612a7c6e76b39d41b3971293a72d95ed9587252.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.542.ebuild | 31 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.547.ebuild | 31 |
3 files changed, 5 insertions, 63 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 9b757d895a4c..cdbf965cedfd 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.86 2014/01/23 02:56:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.87 2014/01/23 02:57:25 radhermit Exp $ + + 23 Jan 2014; Tim Harder <radhermit@gentoo.org> -imapsync-1.542.ebuild, + -imapsync-1.547.ebuild: + Remove old. *imapsync-1.580 (23 Jan 2014) diff --git a/net-mail/imapsync/imapsync-1.542.ebuild b/net-mail/imapsync/imapsync-1.542.ebuild deleted file mode 100644 index 3b67c81b707b..000000000000 --- a/net-mail/imapsync/imapsync-1.542.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.542.ebuild,v 1.4 2013/06/25 12:52:41 ago 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" - -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.547.ebuild b/net-mail/imapsync/imapsync-1.547.ebuild deleted file mode 100644 index d67e7739d21e..000000000000 --- a/net-mail/imapsync/imapsync-1.547.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.547.ebuild,v 1.1 2013/07/21 09:46:32 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/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() { :; } |