public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/
Date: Thu, 21 Jul 2022 02:04:49 +0000 (UTC)	[thread overview]
Message-ID: <1658368989.041a21aa7cb8a9cadaa140aed9d7cf7150f4c083.mattst88@gentoo> (raw)

commit:     041a21aa7cb8a9cadaa140aed9d7cf7150f4c083
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 01:38:23 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 02:03:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041a21aa

sys-block/gparted: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-block/gparted/gparted-1.4.0.ebuild | 94 ----------------------------------
 1 file changed, 94 deletions(-)

diff --git a/sys-block/gparted/gparted-1.4.0.ebuild b/sys-block/gparted/gparted-1.4.0.ebuild
deleted file mode 100644
index f459c427b2ad..000000000000
--- a/sys-block/gparted/gparted-1.4.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2 optfeature virtualx
-
-DESCRIPTION="Partition editor for graphically managing your disk partitions"
-HOMEPAGE="https://gparted.org/ https://gitlab.gnome.org/GNOME/gparted/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
-IUSE="kde policykit wayland"
-
-DEPEND="
-	!policykit? (
-		kde? ( >=kde-plasma/kde-cli-tools-5.8.6-r1[kdesu] ) )
-	policykit? ( >=sys-auth/polkit-0.102 )
-	>=dev-cpp/glibmm-2.56.1:2
-	>=dev-cpp/gtkmm-3.24:3.0
-	>=dev-libs/glib-2.58.3-r1:2
-	>=sys-block/parted-3.2:=
-	>=dev-libs/libsigc++-2.10.1:2
-"
-RDEPEND="${DEPEND}
-	>=sys-apps/util-linux-2.33.2
-	wayland? ( x11-apps/xhost )
-"
-BDEPEND="
-	app-text/docbook-xml-dtd:4.1.2
-	>=dev-util/intltool-0.51.0-r2
-	dev-util/itstool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.3.1-musl-nullptr.patch
-)
-
-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
-
-	mv "${ED}"/usr/share/{appdata,metainfo}
-}
-
-src_test() {
-	virtx emake check
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	optfeature_header
-	optfeature "BTRFS support"                   sys-fs/btrfs-progs
-	optfeature "DMRAID support"                  sys-fs/dmraid sys-fs/multipath-tools
-	optfeature "Encrypted device / LUKS support" sys-fs/cryptsetup
-	optfeature "exFAT support"                   sys-fs/exfatprogs
-	optfeature "EXT2/EXT3/EXT4 support"          sys-fs/e2fsprogs
-	optfeature "F2FS support"                    sys-fs/f2fs-tools
-	optfeature "FAT support"                     sys-fs/dosfstools sys-fs/mtools
-	optfeature "HFS support"                     sys-fs/diskdev_cmds sys-fs/hfsutils virtual/udev
-	optfeature "JFS support"                     sys-fs/jfsutils
-	optfeature "MDADM support"                   sys-fs/mdadm
-	optfeature "NTFS support"                    sys-fs/ntfs3g[ntfsprogs]
-	optfeature "Reiser4 support"                 sys-fs/reiser4progs
-	optfeature "ReiserFS support"                sys-fs/reiserfsprogs
-	optfeature "UDF support"                     sys-fs/udftools
-	optfeature "XFS support"                     sys-fs/xfsprogs sys-fs/xfsdump
-}


             reply	other threads:[~2022-07-21  2:04 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21  2:04 Matt Turner [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  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
2019-03-31  9:24 Mart Raudsepp
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=1658368989.041a21aa7cb8a9cadaa140aed9d7cf7150f4c083.mattst88@gentoo \
    --to=mattst88@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