diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-08-05 22:42:26 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-08-05 22:42:26 +0000 |
commit | b37874411ac8414b5eadf26fd0879dddd6bd149e (patch) | |
tree | 729785c1f8b8840ad8b537589aee094483ba083b /net-mail | |
parent | Fix bug 556612. (diff) | |
download | gentoo-2-b37874411ac8414b5eadf26fd0879dddd6bd149e.tar.gz gentoo-2-b37874411ac8414b5eadf26fd0879dddd6bd149e.tar.bz2 gentoo-2-b37874411ac8414b5eadf26fd0879dddd6bd149e.zip |
Version bump, bug#548406
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/isync/isync-1.2.0.ebuild | 29 | ||||
-rw-r--r-- | net-mail/isync/metadata.xml | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-mail/isync/ChangeLog b/net-mail/isync/ChangeLog index ee2b235edd5b..507119a2aea7 100644 --- a/net-mail/isync/ChangeLog +++ b/net-mail/isync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/isync # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.26 2015/01/26 23:50:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.27 2015/08/05 22:42:26 alonbl Exp $ + +*isync-1.2.0 (05 Aug 2015) + + 05 Aug 2015; Alon Bar-Lev <alonbl@gentoo.org> +isync-1.2.0.ebuild, + metadata.xml: + Version bump, bug#548406 *isync-1.1.2 (26 Jan 2015) diff --git a/net-mail/isync/isync-1.2.0.ebuild b/net-mail/isync/isync-1.2.0.ebuild new file mode 100644 index 000000000000..a3665f842bdc --- /dev/null +++ b/net-mail/isync/isync-1.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.2.0.ebuild,v 1.1 2015/08/05 22:42:26 alonbl Exp $ + +EAPI=5 + +DESCRIPTION="MailDir mailbox synchronizer" +HOMEPAGE="http://isync.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="compat sasl ssl" + +DEPEND=">=sys-libs/db-4.2:* + sys-libs/zlib + sasl? ( dev-libs/cyrus-sasl ) + ssl? ( >=dev-libs/openssl-0.9.6:* )" +RDEPEND="${DEPEND}" + +src_configure() { + # next version opt-in zlib + econf \ + --docdir="/usr/share/doc/${PF}" \ + $(use_with ssl) \ + $(use_with sasl) \ + $(use_enable compat) +} diff --git a/net-mail/isync/metadata.xml b/net-mail/isync/metadata.xml index b135cf889785..ef5e799b83b7 100644 --- a/net-mail/isync/metadata.xml +++ b/net-mail/isync/metadata.xml @@ -5,4 +5,7 @@ <upstream> <remote-id type="sourceforge">isync</remote-id> </upstream> + <use> + <flag name="compat">Enable legacy utilities</flag> + </use> </pkgmetadata> |