Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/s3ql: s3ql-2.8.ebuild s3ql-2.9.ebuild s3ql-2.8.1.ebuild s3ql-1.18.1.ebuild ChangeLog
Date: Sun, 06 Jul 2014 13:23:15
Message-Id: 20140706132311.F36B12004E@flycatcher.gentoo.org
1 mgorny 14/07/06 13:23:11
2
3 Modified: s3ql-2.8.ebuild s3ql-2.9.ebuild s3ql-2.8.1.ebuild
4 s3ql-1.18.1.ebuild ChangeLog
5 Log:
6 Replace obsolete mirror://bitbucket with the real URI.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 sys-fs/s3ql/s3ql-2.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild?r1=1.2&r2=1.3
16
17 Index: s3ql-2.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- s3ql-2.8.ebuild 29 Jun 2014 03:05:55 -0000 1.2
24 +++ s3ql-2.8.ebuild 6 Jul 2014 13:23:11 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild,v 1.2 2014/06/29 03:05:55 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.ebuild,v 1.3 2014/07/06 13:23:11 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python3_3 )
33 @@ -9,7 +9,7 @@
34
35 DESCRIPTION="A full-featured file system for online data storage"
36 HOMEPAGE="https://bitbucket.org/nikratio/s3ql/"
37 -SRC_URI="mirror://bitbucket/nikratio/s3ql/downloads/${P}.tar.bz2"
38 +SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2"
39
40 LICENSE="GPL-3"
41 SLOT="0"
42
43
44
45 1.2 sys-fs/s3ql/s3ql-2.9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild?r1=1.1&r2=1.2
50
51 Index: s3ql-2.9.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- s3ql-2.9.ebuild 29 Jun 2014 03:05:55 -0000 1.1
58 +++ s3ql-2.9.ebuild 6 Jul 2014 13:23:11 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild,v 1.1 2014/06/29 03:05:55 radhermit Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.9.ebuild,v 1.2 2014/07/06 13:23:11 mgorny Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python3_{3,4} )
67 @@ -9,7 +9,7 @@
68
69 DESCRIPTION="A full-featured file system for online data storage"
70 HOMEPAGE="https://bitbucket.org/nikratio/s3ql/"
71 -SRC_URI="mirror://bitbucket/nikratio/s3ql/downloads/${P}.tar.bz2"
72 +SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2"
73
74 LICENSE="GPL-3"
75 SLOT="0"
76
77
78
79 1.3 sys-fs/s3ql/s3ql-2.8.1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild?r1=1.2&r2=1.3
84
85 Index: s3ql-2.8.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- s3ql-2.8.1.ebuild 29 Jun 2014 03:05:55 -0000 1.2
92 +++ s3ql-2.8.1.ebuild 6 Jul 2014 13:23:11 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild,v 1.2 2014/06/29 03:05:55 radhermit Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.8.1.ebuild,v 1.3 2014/07/06 13:23:11 mgorny Exp $
98
99 EAPI=5
100 PYTHON_COMPAT=( python3_3 )
101 @@ -9,7 +9,7 @@
102
103 DESCRIPTION="A full-featured file system for online data storage"
104 HOMEPAGE="https://bitbucket.org/nikratio/s3ql/"
105 -SRC_URI="mirror://bitbucket/nikratio/s3ql/downloads/${P}.tar.bz2"
106 +SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2"
107
108 LICENSE="GPL-3"
109 SLOT="0"
110
111
112
113 1.4 sys-fs/s3ql/s3ql-1.18.1.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild?rev=1.4&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild?rev=1.4&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild?r1=1.3&r2=1.4
118
119 Index: s3ql-1.18.1.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild,v
122 retrieving revision 1.3
123 retrieving revision 1.4
124 diff -u -r1.3 -r1.4
125 --- s3ql-1.18.1.ebuild 6 Jul 2014 12:57:58 -0000 1.3
126 +++ s3ql-1.18.1.ebuild 6 Jul 2014 13:23:11 -0000 1.4
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2014 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild,v 1.3 2014/07/06 12:57:58 mgorny Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.18.1.ebuild,v 1.4 2014/07/06 13:23:11 mgorny Exp $
132
133 EAPI=5
134 PYTHON_COMPAT=( python{2_6,2_7} )
135 @@ -9,7 +9,7 @@
136
137 DESCRIPTION="A full-featured file system for online data storage"
138 HOMEPAGE="https://bitbucket.org/nikratio/s3ql/"
139 -SRC_URI="mirror://bitbucket/nikratio/s3ql/downloads/${P}.tar.bz2"
140 +SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2"
141
142 LICENSE="GPL-3"
143 SLOT="0"
144
145
146
147 1.35 sys-fs/s3ql/ChangeLog
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?rev=1.35&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?rev=1.35&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?r1=1.34&r2=1.35
152
153 Index: ChangeLog
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v
156 retrieving revision 1.34
157 retrieving revision 1.35
158 diff -u -r1.34 -r1.35
159 --- ChangeLog 6 Jul 2014 12:57:58 -0000 1.34
160 +++ ChangeLog 6 Jul 2014 13:23:11 -0000 1.35
161 @@ -1,6 +1,10 @@
162 # ChangeLog for sys-fs/s3ql
163 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
164 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.34 2014/07/06 12:57:58 mgorny Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.35 2014/07/06 13:23:11 mgorny Exp $
166 +
167 + 06 Jul 2014; Michał Górny <mgorny@g.o> s3ql-1.18.1.ebuild,
168 + s3ql-2.8.1.ebuild, s3ql-2.8.ebuild, s3ql-2.9.ebuild:
169 + Replace obsolete mirror://bitbucket with the real URI.
170
171 06 Jul 2014; Michał Górny <mgorny@g.o> s3ql-1.15.ebuild,
172 s3ql-1.16.ebuild, s3ql-1.17.ebuild, s3ql-1.18.1.ebuild: