commit:     16ae784ee4221cc65d23271b51184f955be24d53
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 17:30:27 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 31 18:23:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ae784e

sys-apps/gnome-disk-utility: Drop old versions

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

 sys-apps/gnome-disk-utility/Manifest               |  1 -
 .../gnome-disk-utility-41.0-meson-0.61-build.patch | 28 ---------
 .../gnome-disk-utility-41.0.ebuild                 | 67 ----------------------
 3 files changed, 96 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/Manifest 
b/sys-apps/gnome-disk-utility/Manifest
index 832bd084438a..2f58ee79e478 100644
--- a/sys-apps/gnome-disk-utility/Manifest
+++ b/sys-apps/gnome-disk-utility/Manifest
@@ -1,2 +1 @@
-DIST gnome-disk-utility-41.0.tar.xz 1401088 BLAKE2B 
78769a714a8e5ee5596da3502562a7a136f54c7b832f44b8b70bae60de42af9dda433c4acd3b74ca31f71e53a633f2888c4e21d6ce9d9ccf2a03485903b3985f
 SHA512 
a78dd281c078046abef5c0986777c6a87bc27d9b1bd6e798b5be058a3352b33dead8f5fea6e8f30e8c61bdd21996ee7d784838d953a33973243faabd7b713895
 DIST gnome-disk-utility-42.0.tar.xz 1740332 BLAKE2B 
4d05876364a475d1e16651569862fe3e9bb97549463146e69722c55922c0609069334e198eff91208448dc0baf7fcefe6bab56612e89fd7412fea42ba20549d2
 SHA512 
c47c37262295ba455b483a7ebe7799e92f94b97d177327817bb088cddcc3ff1f5840c3e270651287ff6a88257ec7cfcd1abe4167bf7454bbf55e145c8f1dc7c9

diff --git 
a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-41.0-meson-0.61-build.patch
 
b/sys-apps/gnome-disk-utility/files/gnome-disk-utility-41.0-meson-0.61-build.patch
deleted file mode 100644
index c28b9002575e..000000000000
--- 
a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-41.0-meson-0.61-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/commit/46ed7d26873b9741dff61f9df8e7778a8dc6f5cc
-https://bugs.gentoo.org/831552
-
-From: rvalue <[email protected]>
-Date: Fri, 17 Dec 2021 12:29:30 +0000
-Subject: [PATCH] build: fix arguments of i18n.merge_file
-
-`i18n.merge_file` has been ignoring positional arguments for a time
-and explicitly rejects with error since meson 0.60.0
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -11,7 +11,6 @@ desktops = [
- 
- foreach desktop: desktops
-   i18n.merge_file (
--    desktop,
-     type: 'desktop',
-     input: desktop + '.in',
-     output: desktop,
-@@ -38,7 +37,6 @@ install_data(
- info = 'org.gnome.DiskUtility.appdata.xml'
- 
- i18n.merge_file(
--  info,
-   input: info + '.in',
-   output: info,
-   po_dir: po_dir,
-GitLab

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-41.0.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-41.0.ebuild
deleted file mode 100644
index e97b73b63ca4..000000000000
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-41.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Disk Utility for GNOME using udisks"
-HOMEPAGE="https://wiki.gnome.org/Apps/Disks";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="fat elogind gnome systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-DEPEND="
-       >=media-libs/libdvdread-4.2.0:0=
-       >=dev-libs/glib-2.31:2
-       >=x11-libs/gtk+-3.16.0:3
-       >=media-libs/libcanberra-0.1[gtk3]
-       >=gui-libs/libhandy-1.1.90:1=
-       >=app-arch/xz-utils-5.0.5
-       >=x11-libs/libnotify-0.7:=
-       >=app-crypt/libsecret-0.7
-       >=dev-libs/libpwquality-1.0.0
-       >=sys-fs/udisks-2.7.6:2
-       elogind? ( >=sys-auth/elogind-209 )
-       systemd? ( >=sys-apps/systemd-209:0= )
-"
-RDEPEND="${DEPEND}
-       x11-themes/adwaita-icon-theme
-       fat? ( sys-fs/dosfstools )
-       gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
-"
-# libxml2 for xml-stripblanks in gresource
-BDEPEND="
-       dev-libs/libxml2:2
-       app-text/docbook-xsl-stylesheets
-       dev-libs/libxslt
-       dev-util/glib-utils
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-meson-0.61-build.patch
-)
-
-src_configure() {
-       local emesonargs=(
-               -Dlogind=$(usex systemd libsystemd $(usex elogind libelogind 
none))
-               $(meson_use gnome gsd_plugin)
-               -Dman=true
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to