radhermit 15/01/26 23:50:05 Modified: ChangeLog Added: isync-1.1.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.26 net-mail/isync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 20 Jun 2014 07:53:36 -0000 1.25 +++ ChangeLog 26 Jan 2015 23:50:05 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for net-mail/isync -# 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 $ +# 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 $ + +*isync-1.1.2 (26 Jan 2015) + + 26 Jan 2015; Tim Harder <radher...@gentoo.org> +isync-1.1.2.ebuild: + Version bump. *isync-1.1.1 (20 Jun 2014) 1.1 net-mail/isync/isync-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.2.ebuild?rev=1.1&content-type=text/plain Index: isync-1.1.2.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.1.2.ebuild,v 1.1 2015/01/26 23:50:05 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) }