alonbl 15/08/05 22:42:27 Modified: metadata.xml ChangeLog Added: isync-1.2.0.ebuild Log: Version bump, bug#548406 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.3 net-mail/isync/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 15 Jun 2015 17:46:38 -0000 1.2 +++ metadata.xml 5 Aug 2015 22:42:26 -0000 1.3 @@ -5,4 +5,7 @@ <upstream> <remote-id type="sourceforge">isync</remote-id> </upstream> + <use> + <flag name="compat">Enable legacy utilities</flag> + </use> </pkgmetadata> 1.27 net-mail/isync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 26 Jan 2015 23:50:05 -0000 1.26 +++ ChangeLog 5 Aug 2015 22:42:26 -0000 1.27 @@ -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 <[email protected]> +isync-1.2.0.ebuild, + metadata.xml: + Version bump, bug#548406 *isync-1.1.2 (26 Jan 2015) 1.1 net-mail/isync/isync-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: isync-1.2.0.ebuild =================================================================== # 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) }
