Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/
Date: Mon, 23 Dec 2019 22:23:54
Message-Id: 1577139781.54f5177ec774e834f6d839a6b2d856b46cb3ac7f.leio@gentoo
1 commit: 54f5177ec774e834f6d839a6b2d856b46cb3ac7f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:15:40 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:23:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f5177e
7
8 sys-apps/gnome-disk-utility: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sys-apps/gnome-disk-utility/Manifest | 1 -
14 .../gnome-disk-utility-3.30.2-r1.ebuild | 67 ----------------------
15 2 files changed, 68 deletions(-)
16
17 diff --git a/sys-apps/gnome-disk-utility/Manifest b/sys-apps/gnome-disk-utility/Manifest
18 index 274c8dbe331..573f4291d72 100644
19 --- a/sys-apps/gnome-disk-utility/Manifest
20 +++ b/sys-apps/gnome-disk-utility/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-disk-utility-3.30.2.tar.xz 1665896 BLAKE2B 9000dc8e95f27cccdb3a13b84c527c740f801a58b0f3f1a384ae1415eeed330f5f81f284f190d110dca0f5dcfb9316262491b715c2b2cd4f67813587046b5b42 SHA512 59228fa923b7b1e89e8ce8d96920b6f452bc6ae62c203261bffbc584a2ef231e1d2006db8ddbd15f1f7b4ee14aeae54b85520b89bfd3e1450d42c423d987f2dc
23 DIST gnome-disk-utility-3.32.1.tar.xz 1370900 BLAKE2B 4986169bff7f438b4a9dc9fe10ea69521c41afaa268bfebdf195ff3fedc14e0d8204e66b258c71f599867c0279c781ca5ceb175381dcc8004c41d97be92ebf46 SHA512 80c4e2fb1ca6136579203c3df73da4c8ef7d496ab73166096768d72b3473d11e9ae199d4aa1878c49ec4280ea98d2136e084a03bba50c2728be4c5e4d508967c
24
25 diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
26 deleted file mode 100644
27 index a5810d668f9..00000000000
28 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,67 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome.org gnome2-utils meson xdg
37 -
38 -DESCRIPTION="Disk Utility for GNOME using udisks"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Disks"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -IUSE="fat elogind gnome systemd"
44 -REQUIRED_USE="?? ( elogind systemd )"
45 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
46 -
47 -COMMON_DEPEND="
48 - >=dev-libs/glib-2.31:2
49 - >=sys-fs/udisks-2.7.6:2
50 - >=x11-libs/gtk+-3.16.0:3
51 - >=app-crypt/libsecret-0.7
52 - >=dev-libs/libpwquality-1.0.0
53 - >=media-libs/libcanberra-0.1[gtk3]
54 - >=media-libs/libdvdread-4.2.0:0=
55 - >=x11-libs/libnotify-0.7:=
56 - >=app-arch/xz-utils-5.0.5
57 - elogind? ( >=sys-auth/elogind-209 )
58 - systemd? ( >=sys-apps/systemd-209:0= )
59 -"
60 -RDEPEND="${COMMON_DEPEND}
61 - x11-themes/adwaita-icon-theme
62 - fat? ( sys-fs/dosfstools )
63 - gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
64 -"
65 -# appstream-glib for developer_name tag in appdata (gettext-0.19.8.1 own appdata.its file doesn't have it yet)
66 -# libxml2 for xml-stripblanks in gresource
67 -DEPEND="${COMMON_DEPEND}
68 - dev-libs/appstream-glib
69 - dev-libs/libxml2:2
70 - dev-libs/libxslt
71 - dev-util/glib-utils
72 - >=sys-devel/gettext-0.19.8
73 - virtual/pkgconfig
74 -"
75 -
76 -PATCHES=(
77 - "${FILESDIR}"/elogind-support.patch # https://gitlab.gnome.org/GNOME/gnome-disk-utility/merge_requests/15
78 -)
79 -
80 -src_configure() {
81 - local emesonargs=(
82 - $(meson_feature elogind libelogind)
83 - $(meson_feature systemd libsystemd)
84 - $(meson_use gnome gsd_plugin)
85 - )
86 - meson_src_configure
87 -}
88 -
89 -pkg_postinst() {
90 - xdg_pkg_postinst
91 - gnome2_schemas_update
92 -}
93 -
94 -pkg_postrm() {
95 - xdg_pkg_postrm
96 - gnome2_schemas_update
97 -}