diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-02-27 01:40:40 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-02-27 01:40:40 +0000 |
commit | 85f5895bbc76faccb3057f2ec07dfeb0c4c87167 (patch) | |
tree | cf63021946e7060a17067513439bb7309fbf1943 /sys-block/gparted | |
parent | Removed vulnerable versions. bug #539468 (diff) | |
download | gentoo-2-85f5895bbc76faccb3057f2ec07dfeb0c4c87167.tar.gz gentoo-2-85f5895bbc76faccb3057f2ec07dfeb0c4c87167.tar.bz2 gentoo-2-85f5895bbc76faccb3057f2ec07dfeb0c4c87167.zip |
Version bump; fixes error in partition copy/move that corrupted the last block, fixes reiser4 support. Update license.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'sys-block/gparted')
-rw-r--r-- | sys-block/gparted/ChangeLog | 12 | ||||
-rw-r--r-- | sys-block/gparted/gparted-0.19.0.ebuild | 6 | ||||
-rw-r--r-- | sys-block/gparted/gparted-0.19.1.ebuild | 6 | ||||
-rw-r--r-- | sys-block/gparted/gparted-0.20.0.ebuild | 6 | ||||
-rw-r--r-- | sys-block/gparted/gparted-0.21.0.ebuild | 90 |
5 files changed, 109 insertions, 11 deletions
diff --git a/sys-block/gparted/ChangeLog b/sys-block/gparted/ChangeLog index 848b1a450c24..12bba5033611 100644 --- a/sys-block/gparted/ChangeLog +++ b/sys-block/gparted/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-block/gparted -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.140 2014/12/19 13:43:28 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.141 2015/02/27 01:40:40 tetromino Exp $ + +*gparted-0.21.0 (27 Feb 2015) + + 27 Feb 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + gparted-0.19.0.ebuild, gparted-0.19.1.ebuild, gparted-0.20.0.ebuild, + +gparted-0.21.0.ebuild: + Version bump; fixes error in partition copy/move that corrupted the last + block, fixes reiser4 support. Update license. 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> gparted-0.20.0.ebuild: amd64 stable, bug 529964 diff --git a/sys-block/gparted/gparted-0.19.0.ebuild b/sys-block/gparted/gparted-0.19.0.ebuild index 2fccf688f4da..a55bde8530cc 100644 --- a/sys-block/gparted/gparted-0.19.0.ebuild +++ b/sys-block/gparted/gparted-0.19.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild,v 1.3 2014/07/23 15:37:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.0.ebuild,v 1.4 2015/02/27 01:40:40 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ DESCRIPTION="Gnome Partition Editor" HOMEPAGE="http://gparted.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 ~arm ~ppc x86" IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs" diff --git a/sys-block/gparted/gparted-0.19.1.ebuild b/sys-block/gparted/gparted-0.19.1.ebuild index 09008e541ca6..97ddbc391de7 100644 --- a/sys-block/gparted/gparted-0.19.1.ebuild +++ b/sys-block/gparted/gparted-0.19.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v 1.1 2014/09/01 13:09:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v 1.2 2015/02/27 01:40:40 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ DESCRIPTION="Gnome Partition Editor" HOMEPAGE="http://gparted.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs" diff --git a/sys-block/gparted/gparted-0.20.0.ebuild b/sys-block/gparted/gparted-0.20.0.ebuild index 96d0ea997f7f..35009d763537 100644 --- a/sys-block/gparted/gparted-0.20.0.ebuild +++ b/sys-block/gparted/gparted-0.20.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild,v 1.3 2014/12/19 13:43:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.20.0.ebuild,v 1.4 2015/02/27 01:40:40 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ DESCRIPTION="Gnome Partition Editor" HOMEPAGE="http://gparted.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 ~arm ~ppc x86" IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs" diff --git a/sys-block/gparted/gparted-0.21.0.ebuild b/sys-block/gparted/gparted-0.21.0.ebuild new file mode 100644 index 000000000000..8fac563bbfe8 --- /dev/null +++ b/sys-block/gparted/gparted-0.21.0.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.21.0.ebuild,v 1.1 2015/02/27 01:40:40 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Gnome Partition Editor" +HOMEPAGE="http://gparted.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+ FDL-1.2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs" + +# FIXME: add gpart support +COMMON_DEPEND=" + >=dev-cpp/glibmm-2.14:2 + >=dev-cpp/gtkmm-2.22:2.4 + >=dev-libs/glib-2:2 + >=sys-block/parted-3.2:= +" +RDEPEND="${COMMON_DEPEND} + !policykit? ( + kde? ( kde-base/kdesu ) ) + policykit? ( sys-auth/polkit ) + + >=sys-apps/util-linux-2.20 + >=sys-fs/e2fsprogs-1.41 + btrfs? ( sys-fs/btrfs-progs ) + dmraid? ( + >=sys-fs/lvm2-2.02.45 + sys-fs/dmraid + sys-fs/multipath-tools ) + f2fs? ( sys-fs/f2fs-tools ) + fat? ( + sys-fs/dosfstools + sys-fs/mtools ) + hfs? ( + sys-fs/diskdev_cmds + virtual/udev + sys-fs/hfsutils ) + jfs? ( sys-fs/jfsutils ) + mdadm? ( sys-fs/mdadm ) + ntfs? ( >=sys-fs/ntfs3g-2011.4.12[ntfsprogs] ) + reiserfs? ( sys-fs/reiserfsprogs ) + reiser4? ( sys-fs/reiser4progs ) + xfs? ( sys-fs/xfsprogs sys-fs/xfsdump ) +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/gnome-doc-utils + app-text/rarian + dev-util/intltool + virtual/pkgconfig +" + +src_prepare() { + sed -i -e 's:Exec=@gksuprog@ :Exec=:' gparted.desktop.in.in || die + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --enable-doc \ + --enable-online-resize \ + GKSUPROG=$(type -P true) +} + +src_install() { + gnome2_src_install + + local _ddir="${D}"/usr/share/applications + + if use policykit; then + sed -i -e 's:/usr/sbin/gparted %f:gparted-pkexec:' "${_ddir}"/gparted.desktop + insinto /usr/share/polkit-1/actions/ + doins "${FILESDIR}"/org.gentoo.pkexec.gparted.policy + dobin "${FILESDIR}"/gparted-pkexec + else + if use kde; then + cp "${_ddir}"/gparted{,-kde}.desktop + sed -i -e 's:Exec=:Exec=kdesu :' "${_ddir}"/gparted-kde.desktop + echo 'OnlyShowIn=KDE;' >> "${_ddir}"/gparted-kde.desktop + fi + fi +} |