Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.0.3.ebuild isync-1.0.2.ebuild isync-1.0.4.ebuild
Date: Sat, 23 Feb 2008 12:26:31
Message-Id: E1JStSW-0005cP-4o@stork.gentoo.org
1 ticho 08/02/23 12:26:28
2
3 Modified: ChangeLog isync-1.0.3.ebuild isync-1.0.2.ebuild
4 Added: isync-1.0.4.ebuild
5 Log:
6 Version bump. Fix variable quoting in ebuilds.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 net-mail/isync/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 1 Apr 2007 18:22:26 -0000 1.10
23 +++ ChangeLog 23 Feb 2008 12:26:27 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-mail/isync
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.10 2007/04/01 18:22:26 ticho Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.11 2008/02/23 12:26:27 ticho Exp $
30 +
31 +*isync-1.0.4 (23 Feb 2008)
32 +
33 + 23 Feb 2008; Andrej Kacian <ticho@g.o> isync-1.0.2.ebuild,
34 + isync-1.0.3.ebuild, +isync-1.0.4.ebuild:
35 + Version bump. Fix variable quoting in ebuilds.
36
37 *isync-1.0.3 (01 Apr 2007)
38
39
40
41
42 1.2 net-mail/isync/isync-1.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild?r1=1.1&r2=1.2
47
48 Index: isync-1.0.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- isync-1.0.3.ebuild 1 Apr 2007 18:22:26 -0000 1.1
55 +++ isync-1.0.3.ebuild 23 Feb 2008 12:26:27 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild,v 1.1 2007/04/01 18:22:26 ticho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.3.ebuild,v 1.2 2008/02/23 12:26:27 ticho Exp $
62
63 inherit eutils
64
65 @@ -18,7 +18,7 @@
66 ssl? ( >=dev-libs/openssl-0.9.6 )"
67
68 src_compile () {
69 - econf --with-prefix=${D} \
70 + econf --with-prefix="${D}" \
71 $(use_with ssl) \
72 || die 'Configure failed'
73
74 @@ -28,5 +28,5 @@
75 src_install()
76 {
77 einstall || die 'Error installing'
78 - dodoc README COPYING AUTHORS ChangeLog NEWS TODO
79 + dodoc README AUTHORS ChangeLog NEWS TODO
80 }
81
82
83
84 1.4 net-mail/isync/isync-1.0.2.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild?rev=1.4&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild?rev=1.4&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild?r1=1.3&r2=1.4
89
90 Index: isync-1.0.2.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild,v
93 retrieving revision 1.3
94 retrieving revision 1.4
95 diff -u -r1.3 -r1.4
96 --- isync-1.0.2.ebuild 1 Apr 2007 18:22:26 -0000 1.3
97 +++ isync-1.0.2.ebuild 23 Feb 2008 12:26:27 -0000 1.4
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2007 Gentoo Foundation
100 +# Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild,v 1.3 2007/04/01 18:22:26 ticho Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.2.ebuild,v 1.4 2008/02/23 12:26:27 ticho Exp $
104
105 inherit eutils
106
107 @@ -18,7 +18,7 @@
108 ssl? ( >=dev-libs/openssl-0.9.6 )"
109
110 src_compile () {
111 - econf --with-prefix=${D} \
112 + econf --with-prefix="${D}" \
113 $(use_with ssl) \
114 || die 'Configure failed'
115
116 @@ -28,5 +28,5 @@
117 src_install()
118 {
119 einstall || die 'Error installing'
120 - dodoc README COPYING AUTHORS ChangeLog NEWS TODO
121 + dodoc README AUTHORS ChangeLog NEWS TODO
122 }
123
124
125
126 1.1 net-mail/isync/isync-1.0.4.ebuild
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild?rev=1.1&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild?rev=1.1&content-type=text/plain
130
131 Index: isync-1.0.4.ebuild
132 ===================================================================
133 # Copyright 1999-2008 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 # $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.1 2008/02/23 12:26:27 ticho Exp $
136
137 inherit eutils
138
139 DESCRIPTION="MailDir mailbox synchronizer"
140 HOMEPAGE="http://isync.sourceforge.net/"
141 SRC_URI="mirror://sourceforge/isync/${P}.tar.gz"
142 LICENSE="GPL-2"
143
144 SLOT="0"
145 KEYWORDS="~amd64 ~ppc ~x86"
146 IUSE="ssl"
147
148 DEPEND="virtual/libc
149 >=sys-libs/db-4.2
150 ssl? ( >=dev-libs/openssl-0.9.6 )"
151
152 src_compile () {
153 econf --with-prefix="${D}" \
154 $(use_with ssl) \
155 || die 'Configure failed'
156
157 emake || die "Error compiling"
158 }
159
160 src_install()
161 {
162 einstall || die 'Error installing'
163 dodir /usr/share/doc/${PF}
164 mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}
165 }
166
167
168
169 --
170 gentoo-commits@l.g.o mailing list