radhermit 14/06/20 07:53:36 Modified: ChangeLog Added: isync-1.1.1.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.25 net-mail/isync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 20 Dec 2013 19:14:16 -0000 1.24 +++ ChangeLog 20 Jun 2014 07:53:36 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for net-mail/isync -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.24 2013/12/20 19:14:16 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.25 2014/06/20 07:53:36 radhermit Exp $ + +*isync-1.1.1 (20 Jun 2014) + + 20 Jun 2014; Tim Harder <[email protected]> +isync-1.1.1.ebuild: + Version bump. 20 Dec 2013; Tim Harder <[email protected]> +isync-1.1.0.ebuild: Version bump (bug #494814). 1.1 net-mail/isync/isync-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: isync-1.1.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild,v 1.1 2014/06/20 07:53:36 radhermit Exp $ EAPI=5 DESCRIPTION="MailDir mailbox synchronizer" HOMEPAGE="http://isync.sourceforge.net/" SRC_URI="mirror://sourceforge/isync/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ssl" DEPEND=">=sys-libs/db-4.2 ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="${DEPEND}" src_configure() { econf \ --docdir="/usr/share/doc/${PF}" \ $(use_with ssl) }
