diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-04-01 18:22:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-04-01 18:22:26 +0000 |
commit | bf450186988d79dc6d1aa49e5fc95aade0e0af4b (patch) | |
tree | 7e3eb1ee46b2e84713758c9b765e911e572ed47b /net-mail/isync/isync-1.0.1.ebuild | |
parent | Fix patch, bug 173017 and version bump (diff) | |
download | gentoo-2-bf450186988d79dc6d1aa49e5fc95aade0e0af4b.tar.gz gentoo-2-bf450186988d79dc6d1aa49e5fc95aade0e0af4b.tar.bz2 gentoo-2-bf450186988d79dc6d1aa49e5fc95aade0e0af4b.zip |
1.0.2 stable on x86. Removed 1.0.1. Added 1.0.3.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-mail/isync/isync-1.0.1.ebuild')
-rw-r--r-- | net-mail/isync/isync-1.0.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mail/isync/isync-1.0.1.ebuild b/net-mail/isync/isync-1.0.1.ebuild deleted file mode 100644 index 2e2a86f8a315..000000000000 --- a/net-mail/isync/isync-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.1.ebuild,v 1.2 2005/09/05 19:48:41 ticho Exp $ - -inherit eutils - -DESCRIPTION="MailDir mailbox synchronizer" -HOMEPAGE="http://isync.sourceforge.net/" -SRC_URI="mirror://sourceforge/isync/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="ssl" - -DEPEND="virtual/libc - >=sys-libs/db-4.2 - ssl? ( >=dev-libs/openssl-0.9.6 )" - -src_compile () { - econf --with-prefix=${D} \ - $(use_with ssl) \ - || die 'Configure failed' - - emake || die "Error compiling" -} - -src_install() -{ - einstall || die 'Error installing' - dodoc README COPYING AUTHORS ChangeLog NEWS TODO -} |