Gentoo Archives: gentoo-commits

From: "Federico Ferri (mescalinum)" <mescalinum@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/synce-librapi2: synce-librapi2-0.12-r1.ebuild synce-librapi2-0.13.ebuild synce-librapi2-0.13.1.ebuild ChangeLog synce-librapi2-0.11.1-r1.ebuild
Date: Sat, 24 Jan 2009 12:37:12
Message-Id: E1LQhix-0000Sw-Jm@stork.gentoo.org
1 mescalinum 09/01/24 12:34:55
2
3 Modified: synce-librapi2-0.12-r1.ebuild
4 synce-librapi2-0.13.ebuild
5 synce-librapi2-0.13.1.ebuild ChangeLog
6 synce-librapi2-0.11.1-r1.ebuild
7 Log:
8 fixed some QA stuff left behind when bumping version
9 (Portage version: 2.2_rc23/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild?r1=1.1&r2=1.2
17
18 Index: synce-librapi2-0.12-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- synce-librapi2-0.12-r1.ebuild 19 Dec 2008 22:07:20 -0000 1.1
25 +++ synce-librapi2-0.12-r1.ebuild 24 Jan 2009 12:34:55 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v 1.1 2008/12/19 22:07:20 mescalinum Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $
32
33 inherit eutils
34
35 @@ -15,16 +15,12 @@
36 >=dev-python/pyrex-0.9.6
37 >=dev-libs/check-0.8.2
38 ~app-pda/synce-libsynce-0.12"
39 +RDEPEND="${DEPEND}"
40
41 SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
42 S="${WORKDIR}/librapi2-${PV}"
43
44 -src_compile() {
45 - econf || die
46 - emake || die
47 -}
48 -
49 src_install() {
50 - make DESTDIR="${D}" install || die
51 + emake DESTDIR="${D}" install || die
52 dodoc BUGS README README.contributing README.design TODO ChangeLog
53 }
54
55
56
57 1.4 app-pda/synce-librapi2/synce-librapi2-0.13.ebuild
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild?r1=1.3&r2=1.4
62
63 Index: synce-librapi2-0.13.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- synce-librapi2-0.13.ebuild 21 Jan 2009 11:43:48 -0000 1.3
70 +++ synce-librapi2-0.13.ebuild 24 Jan 2009 12:34:55 -0000 1.4
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2009 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild,v 1.3 2009/01/21 11:43:48 mescalinum Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild,v 1.4 2009/01/24 12:34:55 mescalinum Exp $
76
77 inherit eutils versionator
78
79 @@ -22,12 +22,7 @@
80 SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
81 S="${WORKDIR}/librapi2-${PV}"
82
83 -src_compile() {
84 - econf || die
85 - emake || die
86 -}
87 -
88 src_install() {
89 - make DESTDIR="${D}" install || die
90 + emake DESTDIR="${D}" install || die
91 dodoc BUGS README README.contributing README.design TODO ChangeLog
92 }
93
94
95
96 1.2 app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild?rev=1.2&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild?rev=1.2&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild?r1=1.1&r2=1.2
101
102 Index: synce-librapi2-0.13.1.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild,v
105 retrieving revision 1.1
106 retrieving revision 1.2
107 diff -u -r1.1 -r1.2
108 --- synce-librapi2-0.13.1.ebuild 21 Jan 2009 11:27:43 -0000 1.1
109 +++ synce-librapi2-0.13.1.ebuild 24 Jan 2009 12:34:55 -0000 1.2
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2009 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild,v 1.1 2009/01/21 11:27:43 mescalinum Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $
115
116 inherit eutils versionator
117
118 @@ -22,12 +22,7 @@
119 SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
120 S="${WORKDIR}/librapi2-${PV}"
121
122 -src_compile() {
123 - econf || die
124 - emake || die
125 -}
126 -
127 src_install() {
128 - make DESTDIR="${D}" install || die
129 + emake DESTDIR="${D}" install || die
130 dodoc BUGS README README.contributing README.design TODO ChangeLog
131 }
132
133
134
135 1.31 app-pda/synce-librapi2/ChangeLog
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/ChangeLog?rev=1.31&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/ChangeLog?rev=1.31&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/ChangeLog?r1=1.30&r2=1.31
140
141 Index: ChangeLog
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v
144 retrieving revision 1.30
145 retrieving revision 1.31
146 diff -u -r1.30 -r1.31
147 --- ChangeLog 21 Jan 2009 11:43:48 -0000 1.30
148 +++ ChangeLog 24 Jan 2009 12:34:55 -0000 1.31
149 @@ -1,6 +1,11 @@
150 # ChangeLog for app-pda/synce-librapi2
151 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
152 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.30 2009/01/21 11:43:48 mescalinum Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.31 2009/01/24 12:34:55 mescalinum Exp $
154 +
155 + 24 Jan 2009; Federico Ferri <mescalinum@g.o>
156 + synce-librapi2-0.11.1-r1.ebuild, synce-librapi2-0.12-r1.ebuild,
157 + synce-librapi2-0.13.ebuild, synce-librapi2-0.13.1.ebuild:
158 + fixed some QA stuff left behind when bumping version
159
160 21 Jan 2009; Federico Ferri <mescalinum@g.o>
161 synce-librapi2-0.13.ebuild:
162
163
164
165 1.2 app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild
166
167 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild?rev=1.2&view=markup
168 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild?rev=1.2&content-type=text/plain
169 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild?r1=1.1&r2=1.2
170
171 Index: synce-librapi2-0.11.1-r1.ebuild
172 ===================================================================
173 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v
174 retrieving revision 1.1
175 retrieving revision 1.2
176 diff -u -r1.1 -r1.2
177 --- synce-librapi2-0.11.1-r1.ebuild 19 Dec 2008 22:07:20 -0000 1.1
178 +++ synce-librapi2-0.11.1-r1.ebuild 24 Jan 2009 12:34:55 -0000 1.2
179 @@ -1,6 +1,6 @@
180 -# Copyright 1999-2008 Gentoo Foundation
181 +# Copyright 1999-2009 Gentoo Foundation
182 # Distributed under the terms of the GNU General Public License v2
183 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.1 2008/12/19 22:07:20 mescalinum Exp $
184 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $
185
186 DESCRIPTION="SynCE - RAPI communication library"
187 HOMEPAGE="http://sourceforge.net/projects/synce/"
188 @@ -13,11 +13,12 @@
189 >=dev-python/pyrex-0.9.6
190 >=dev-libs/check-0.8.2
191 ~app-pda/synce-libsynce-0.11.1"
192 +RDEPEND="${DEPEND}"
193
194 SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
195 S="${WORKDIR}/librapi2-${PV}"
196
197 src_install() {
198 - make DESTDIR="${D}" install || die
199 + emake DESTDIR="${D}" install || die
200 dodoc BUGS README README.contributing README.design TODO ChangeLog
201 }