Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/gparted: gparted-0.19.1.ebuild ChangeLog gparted-0.19.0.ebuild gparted-0.21.0.ebuild gparted-0.20.0.ebuild
Date: Fri, 27 Feb 2015 01:40:46
Message-Id: 20150227014040.76EF912A1B@oystercatcher.gentoo.org
1 tetromino 15/02/27 01:40:40
2
3 Modified: gparted-0.19.1.ebuild ChangeLog
4 gparted-0.19.0.ebuild gparted-0.20.0.ebuild
5 Added: gparted-0.21.0.ebuild
6 Log:
7 Version bump; fixes error in partition copy/move that corrupted the last block, fixes reiser4 support. Update license.
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
10
11 Revision Changes Path
12 1.2 sys-block/gparted/gparted-0.19.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild?r1=1.1&r2=1.2
17
18 Index: gparted-0.19.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- gparted-0.19.1.ebuild 1 Sep 2014 13:09:48 -0000 1.1
25 +++ gparted-0.19.1.ebuild 27 Feb 2015 01:40:40 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v 1.1 2014/09/01 13:09:48 pacho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v 1.2 2015/02/27 01:40:40 tetromino Exp $
32
33 EAPI="5"
34 GCONF_DEBUG="no"
35 @@ -11,7 +11,7 @@
36 HOMEPAGE="http://gparted.sourceforge.net/"
37 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
38
39 -LICENSE="GPL-2"
40 +LICENSE="GPL-2+ FDL-1.2+"
41 SLOT="0"
42 KEYWORDS="~amd64 ~arm ~ppc ~x86"
43 IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs"
44
45
46
47 1.141 sys-block/gparted/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.141&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.141&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.140&r2=1.141
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
56 retrieving revision 1.140
57 retrieving revision 1.141
58 diff -u -r1.140 -r1.141
59 --- ChangeLog 19 Dec 2014 13:43:28 -0000 1.140
60 +++ ChangeLog 27 Feb 2015 01:40:40 -0000 1.141
61 @@ -1,6 +1,14 @@
62 # ChangeLog for sys-block/gparted
63 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.140 2014/12/19 13:43:28 pacho Exp $
65 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.141 2015/02/27 01:40:40 tetromino Exp $
67 +
68 +*gparted-0.21.0 (27 Feb 2015)
69 +
70 + 27 Feb 2015; Alexandre Rostovtsev <tetromino@g.o>
71 + gparted-0.19.0.ebuild, gparted-0.19.1.ebuild, gparted-0.20.0.ebuild,
72 + +gparted-0.21.0.ebuild:
73 + Version bump; fixes error in partition copy/move that corrupted the last
74 + block, fixes reiser4 support. Update license.
75
76 19 Dec 2014; Pacho Ramos <pacho@g.o> gparted-0.20.0.ebuild:
77 amd64 stable, bug 529964
78
79
80
81 1.4 sys-block/gparted/gparted-0.19.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild?r1=1.3&r2=1.4
86
87 Index: gparted-0.19.0.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- gparted-0.19.0.ebuild 23 Jul 2014 15:37:51 -0000 1.3
94 +++ gparted-0.19.0.ebuild 27 Feb 2015 01:40:40 -0000 1.4
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2014 Gentoo Foundation
97 +# Copyright 1999-2015 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild,v 1.3 2014/07/23 15:37:51 ago Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild,v 1.4 2015/02/27 01:40:40 tetromino Exp $
101
102 EAPI="5"
103 GCONF_DEBUG="no"
104 @@ -11,7 +11,7 @@
105 HOMEPAGE="http://gparted.sourceforge.net/"
106 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
107
108 -LICENSE="GPL-2"
109 +LICENSE="GPL-2+ FDL-1.2+"
110 SLOT="0"
111 KEYWORDS="amd64 ~arm ~ppc x86"
112 IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs"
113
114
115
116 1.4 sys-block/gparted/gparted-0.20.0.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild?rev=1.4&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild?rev=1.4&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild?r1=1.3&r2=1.4
121
122 Index: gparted-0.20.0.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild,v
125 retrieving revision 1.3
126 retrieving revision 1.4
127 diff -u -r1.3 -r1.4
128 --- gparted-0.20.0.ebuild 19 Dec 2014 13:43:28 -0000 1.3
129 +++ gparted-0.20.0.ebuild 27 Feb 2015 01:40:40 -0000 1.4
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2014 Gentoo Foundation
132 +# Copyright 1999-2015 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild,v 1.3 2014/12/19 13:43:28 pacho Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild,v 1.4 2015/02/27 01:40:40 tetromino Exp $
136
137 EAPI="5"
138 GCONF_DEBUG="no"
139 @@ -11,7 +11,7 @@
140 HOMEPAGE="http://gparted.sourceforge.net/"
141 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
142
143 -LICENSE="GPL-2"
144 +LICENSE="GPL-2+ FDL-1.2+"
145 SLOT="0"
146 KEYWORDS="amd64 ~arm ~ppc x86"
147 IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs"
148
149
150
151 1.1 sys-block/gparted/gparted-0.21.0.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.21.0.ebuild?rev=1.1&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/gparted/gparted-0.21.0.ebuild?rev=1.1&content-type=text/plain
155
156 Index: gparted-0.21.0.ebuild
157 ===================================================================
158 # Copyright 1999-2015 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 # $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.21.0.ebuild,v 1.1 2015/02/27 01:40:40 tetromino Exp $
161
162 EAPI="5"
163 GCONF_DEBUG="no"
164
165 inherit gnome2
166
167 DESCRIPTION="Gnome Partition Editor"
168 HOMEPAGE="http://gparted.sourceforge.net/"
169 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
170
171 LICENSE="GPL-2+ FDL-1.2+"
172 SLOT="0"
173 KEYWORDS="~amd64 ~arm ~ppc ~x86"
174 IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs"
175
176 # FIXME: add gpart support
177 COMMON_DEPEND="
178 >=dev-cpp/glibmm-2.14:2
179 >=dev-cpp/gtkmm-2.22:2.4
180 >=dev-libs/glib-2:2
181 >=sys-block/parted-3.2:=
182 "
183 RDEPEND="${COMMON_DEPEND}
184 !policykit? (
185 kde? ( kde-base/kdesu ) )
186 policykit? ( sys-auth/polkit )
187
188 >=sys-apps/util-linux-2.20
189 >=sys-fs/e2fsprogs-1.41
190 btrfs? ( sys-fs/btrfs-progs )
191 dmraid? (
192 >=sys-fs/lvm2-2.02.45
193 sys-fs/dmraid
194 sys-fs/multipath-tools )
195 f2fs? ( sys-fs/f2fs-tools )
196 fat? (
197 sys-fs/dosfstools
198 sys-fs/mtools )
199 hfs? (
200 sys-fs/diskdev_cmds
201 virtual/udev
202 sys-fs/hfsutils )
203 jfs? ( sys-fs/jfsutils )
204 mdadm? ( sys-fs/mdadm )
205 ntfs? ( >=sys-fs/ntfs3g-2011.4.12[ntfsprogs] )
206 reiserfs? ( sys-fs/reiserfsprogs )
207 reiser4? ( sys-fs/reiser4progs )
208 xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
209 "
210 DEPEND="${COMMON_DEPEND}
211 app-text/docbook-xml-dtd:4.1.2
212 app-text/gnome-doc-utils
213 app-text/rarian
214 dev-util/intltool
215 virtual/pkgconfig
216 "
217
218 src_prepare() {
219 sed -i -e 's:Exec=@gksuprog@ :Exec=:' gparted.desktop.in.in || die
220 gnome2_src_prepare
221 }
222
223 src_configure() {
224 gnome2_src_configure \
225 --enable-doc \
226 --enable-online-resize \
227 GKSUPROG=$(type -P true)
228 }
229
230 src_install() {
231 gnome2_src_install
232
233 local _ddir="${D}"/usr/share/applications
234
235 if use policykit; then
236 sed -i -e 's:/usr/sbin/gparted %f:gparted-pkexec:' "${_ddir}"/gparted.desktop
237 insinto /usr/share/polkit-1/actions/
238 doins "${FILESDIR}"/org.gentoo.pkexec.gparted.policy
239 dobin "${FILESDIR}"/gparted-pkexec
240 else
241 if use kde; then
242 cp "${_ddir}"/gparted{,-kde}.desktop
243 sed -i -e 's:Exec=:Exec=kdesu :' "${_ddir}"/gparted-kde.desktop
244 echo 'OnlyShowIn=KDE;' >> "${_ddir}"/gparted-kde.desktop
245 fi
246 fi
247 }