Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.1.1.ebuild
Date: Fri, 20 Jun 2014 07:53:41
Message-Id: 20140620075336.A97A72004E@flycatcher.gentoo.org
1 radhermit 14/06/20 07:53:36
2
3 Modified: ChangeLog
4 Added: isync-1.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.25 net-mail/isync/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 20 Dec 2013 19:14:16 -0000 1.24
24 +++ ChangeLog 20 Jun 2014 07:53:36 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/isync
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.24 2013/12/20 19:14:16 radhermit Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.25 2014/06/20 07:53:36 radhermit Exp $
31 +
32 +*isync-1.1.1 (20 Jun 2014)
33 +
34 + 20 Jun 2014; Tim Harder <radhermit@g.o> +isync-1.1.1.ebuild:
35 + Version bump.
36
37 20 Dec 2013; Tim Harder <radhermit@g.o> +isync-1.1.0.ebuild:
38 Version bump (bug #494814).
39
40
41
42 1.1 net-mail/isync/isync-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: isync-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.1.1.ebuild,v 1.1 2014/06/20 07:53:36 radhermit Exp $
52
53 EAPI=5
54
55 DESCRIPTION="MailDir mailbox synchronizer"
56 HOMEPAGE="http://isync.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/isync/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="ssl"
63
64 DEPEND=">=sys-libs/db-4.2
65 ssl? ( >=dev-libs/openssl-0.9.6 )"
66 RDEPEND="${DEPEND}"
67
68 src_configure() {
69 econf \
70 --docdir="/usr/share/doc/${PF}" \
71 $(use_with ssl)
72 }