From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/
Date: Sun, 31 Mar 2019 09:24:24 +0000 (UTC) [thread overview]
Message-ID: <1554024227.1ddd70c870a043ee974da9c779b883918116e2cf.leio@gentoo> (raw)
commit: 1ddd70c870a043ee974da9c779b883918116e2cf
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 09:22:17 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 09:23:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddd70c8
sys-block/gparted: bump to 0.33.0
Closes: https://bugs.gentoo.org/673708
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
sys-block/gparted/Manifest | 1 +
sys-block/gparted/gparted-0.33.0.ebuild | 85 +++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
diff --git a/sys-block/gparted/Manifest b/sys-block/gparted/Manifest
index 1df75acaacb..ea8a446c52e 100644
--- a/sys-block/gparted/Manifest
+++ b/sys-block/gparted/Manifest
@@ -1,2 +1,3 @@
DIST gparted-0.29.0.tar.gz 3751292 BLAKE2B 3feeb5abe01cdef5a14efb1bbe229d1ae167a087a5488eacd00577eb16f4038563e21144e15b38113b1cdca0b53455a036f9f5ac594b2633d579ecdfdf7b1d8e SHA512 ea01a5b98f8a70d229eb81b58e46b5f0037e909cf72043e7364812ca77b32ee4bad0d215699a08f1b6fcacc31cece3a3058b6178e7bf2df6ba63b11ee64e2f8f
DIST gparted-0.32.0.tar.gz 3880559 BLAKE2B bdd3dd636fd651af06623cdaca828f199a42048d270674c5d5c29a1b99f34fb3a903fa9499bd141ef58a3455d0b861af01b9ed44d9cdba10629e20e5b5114715 SHA512 ea05c387031d0e5ac7f8fa582d9b15881336d72ed2e04a8515217bedccea763491e8d093f9ed3f47fc6c648412a2dca7fff1735e70d897beb065e6b3e698ad43
+DIST gparted-0.33.0.tar.gz 3917056 BLAKE2B 7d5eed87701f8c1f8125103a1b25fd58378aadee7faf3bba05f19ea94a6670687b190eb070cee792a205245dc7e5828caca7358cc59792adc8372c9907341772 SHA512 07b3f8ef355ce6c3302ed4747b9f542f1e231555c5ef39e758ee9a658bb14c9db2742af7f472a866bd122eb1ad9b2d45fd921484abb4ee319df1f15a74829f32
diff --git a/sys-block/gparted/gparted-0.33.0.ebuild b/sys-block/gparted/gparted-0.33.0.ebuild
new file mode 100644
index 00000000000..6e6c6b173a5
--- /dev/null
+++ b/sys-block/gparted/gparted-0.33.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Gnome Partition Editor"
+HOMEPAGE="https://gparted.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="btrfs cryptsetup dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 udf wayland xfs"
+
+COMMON_DEPEND="
+ !policykit? (
+ kde? ( >=kde-plasma/kde-cli-tools-5.8.6-r1[kdesu] ) )
+ policykit? ( >=sys-auth/polkit-0.102 )
+ >=dev-cpp/glibmm-2.45.40:2
+ >=dev-cpp/gtkmm-2.24:2.4
+ >=dev-libs/glib-2:2
+ >=sys-block/parted-3.2:=
+ >=dev-libs/libsigc++-2.5.1:2
+"
+RDEPEND="${COMMON_DEPEND}
+ >=sys-apps/util-linux-2.20
+ >=sys-fs/e2fsprogs-1.41
+ btrfs? ( sys-fs/btrfs-progs )
+ cryptsetup? ( sys-fs/cryptsetup )
+ 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 )
+ udf? ( sys-fs/udftools )
+ wayland? ( x11-apps/xhost )
+ xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
+"
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/gnome-doc-utils
+ >=dev-util/intltool-0.36.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure \
+ --enable-doc \
+ --enable-online-resize \
+ $(use_enable wayland xhost-root) \
+ GKSUPROG=kdesu \
+ ac_cv_prog_have_scrollkeeper_update=no
+}
+
+src_install() {
+ gnome2_src_install
+
+ local _ddir="${D}"/usr/share/applications
+ local _bdir="${D}"/usr/bin
+
+ if ! use policykit; then
+ if use kde; then
+ cp "${_ddir}"/gparted{,-kde}.desktop || die
+ cp "${_bdir}"/gparted{,-kde} || die
+ sed -i -e '/Exec/ s:gparted:gparted-kde:' "${_ddir}"/gparted-kde.desktop || die
+ echo 'OnlyShowIn=KDE;' >> "${_ddir}"/gparted-kde.desktop || die
+ fi
+ else
+ sed -i -e 's:kdesu::' "${_bdir}"/gparted || die
+ fi
+}
next reply other threads:[~2019-03-31 9:24 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-31 9:24 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 11:45 [gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/ Andreas Sturmlechner
2024-09-04 11:45 Andreas Sturmlechner
2024-09-04 11:45 Andreas Sturmlechner
2024-07-05 18:58 Pacho Ramos
2024-04-06 21:07 Arthur Zamarin
2024-03-09 22:59 Mart Raudsepp
2023-12-23 9:13 Andreas Sturmlechner
2023-04-01 19:01 Arthur Zamarin
2023-03-31 20:11 Sam James
2023-03-30 17:44 Arthur Zamarin
2023-02-22 22:02 Matt Turner
2022-07-21 2:04 Matt Turner
2022-07-21 0:13 Sam James
2022-07-06 1:24 Sam James
2022-07-02 20:47 Sam James
2022-05-31 18:24 Matt Turner
2022-05-28 5:05 Sam James
2022-05-28 1:27 Sam James
2022-05-28 1:20 Sam James
2022-04-10 9:44 Marek Szuba
2022-03-29 0:39 Matt Turner
2022-01-24 22:43 Matt Turner
2021-08-20 23:51 Sam James
2021-08-20 1:50 Sam James
2021-07-23 2:15 Matt Turner
2021-05-31 2:00 Matt Turner
2021-05-29 15:27 Sam James
2021-05-29 9:02 Sam James
2021-05-29 6:09 Sam James
2021-05-28 19:20 Sam James
2021-05-04 0:51 Matt Turner
2021-04-16 21:59 Matt Turner
2020-12-02 23:21 Sam James
2020-04-25 20:17 Mart Raudsepp
2020-04-22 8:44 Agostino Sarubbo
2020-04-22 8:41 Agostino Sarubbo
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-01-28 9:39 Mart Raudsepp
2020-01-28 7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-26 18:02 Mart Raudsepp
2019-12-04 19:58 Matt Turner
2019-12-04 19:53 Matt Turner
2019-12-04 19:34 Matt Turner
2019-07-18 13:07 Agostino Sarubbo
2019-07-18 13:06 Agostino Sarubbo
2019-05-10 17:49 Mikle Kolyada
2019-05-08 9:33 Mikle Kolyada
2018-11-27 10:47 Gilles Dartiguelongue
2018-11-27 10:47 Gilles Dartiguelongue
2018-02-25 21:52 Sergei Trofimovich
2017-12-29 18:09 Mikle Kolyada
2017-10-26 18:54 Thomas Deutschmann
2017-08-19 17:17 Gilles Dartiguelongue
2017-07-23 22:19 Gilles Dartiguelongue
2017-07-23 22:19 Gilles Dartiguelongue
2017-02-16 0:17 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-07-03 16:33 Pacho Ramos
2016-07-03 16:33 Pacho Ramos
2016-06-30 17:31 Michael Palimaka
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-28 13:10 Pacho Ramos
2016-05-28 13:10 Pacho Ramos
2016-04-18 9:43 Patrice Clement
2016-03-06 20:36 Mikle Kolyada
2016-01-30 12:23 Pacho Ramos
2016-01-30 12:23 Pacho Ramos
2015-11-11 8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-11-07 12:36 Pacho Ramos
2015-11-07 12:36 Pacho Ramos
2015-09-12 9:11 Agostino Sarubbo
2015-09-07 21:55 Mikle Kolyada
2015-09-05 15:27 Pacho Ramos
2015-09-05 15:26 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1554024227.1ddd70c870a043ee974da9c779b883918116e2cf.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox