diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-06 01:01:45 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-06 01:01:45 +0000 |
commit | 4b02a18db74bbe47b60917b7b2e0473c74d4dec0 (patch) | |
tree | 1ce899c6b5e79b062c28a844c9dff16afe633f70 /net-mail/imapsync/imapsync-1.171-r1.ebuild | |
parent | QA: Clean unused versions. (diff) | |
download | gentoo-2-4b02a18db74bbe47b60917b7b2e0473c74d4dec0.tar.gz gentoo-2-4b02a18db74bbe47b60917b7b2e0473c74d4dec0.tar.bz2 gentoo-2-4b02a18db74bbe47b60917b7b2e0473c74d4dec0.zip |
QA: Clean unused versions.
(Portage version: 2.1.1-r2)
(Signed Manifest commit)
Diffstat (limited to 'net-mail/imapsync/imapsync-1.171-r1.ebuild')
-rw-r--r-- | net-mail/imapsync/imapsync-1.171-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mail/imapsync/imapsync-1.171-r1.ebuild b/net-mail/imapsync/imapsync-1.171-r1.ebuild deleted file mode 100644 index 4994f013e1ed..000000000000 --- a/net-mail/imapsync/imapsync-1.171-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.171-r1.ebuild,v 1.3 2006/12/10 09:34:10 ticho Exp $ - -inherit eutils - -DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another." -HOMEPAGE="http://www.linux-france.org/prj/" -SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-perl/Mail-IMAPClient-2.1.4" - -RDEPEND="${DEPEND} - virtual/perl-Digest-MD5 - dev-perl/Net-SSLeay - virtual/perl-MIME-Base64 - dev-perl/TermReadKey - dev-perl/IO-Socket-SSL" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -src_install() { - make install DESTDIR=${D} || die "make failed" - dobin imapsync - - dodoc CREDITS ChangeLog FAQ README TODO || \ - die "dodoc failed" - -} |