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: Sat, 03 Feb 2018 23:43:17
Message-Id: 1517701345.d3b10b988c9e420ecc9a34b1f43edc19e152adb3.leio@gentoo
1 commit: d3b10b988c9e420ecc9a34b1f43edc19e152adb3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:24:11 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:42:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b10b98
7
8 sys-apps/gnome-disk-utility: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/gnome-disk-utility/Manifest | 1 -
13 .../gnome-disk-utility-3.22.1.ebuild | 45 ----------------------
14 2 files changed, 46 deletions(-)
15
16 diff --git a/sys-apps/gnome-disk-utility/Manifest b/sys-apps/gnome-disk-utility/Manifest
17 index 9a8258e970f..99e9545d33a 100644
18 --- a/sys-apps/gnome-disk-utility/Manifest
19 +++ b/sys-apps/gnome-disk-utility/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-disk-utility-3.22.1.tar.xz 1455508 BLAKE2B 49075e3b6e413a6c69e483004aba7fe4212c2494992f7177ae8ea139bab9f4f657e9ce756ba558b073a09c7c8fe24f58e470bb52811a7bc98fb9c6048ed9b98c SHA512 f8ea64eb5adc3d6d55669bfa85c80a23f91ecb86f8632ae4ef035ad5062375e4fd73581f6ad12f6d83b1d6d98508a046b64a5a6544dea59765da2ff4b42b2d37
22 DIST gnome-disk-utility-3.24.1.tar.xz 1947976 BLAKE2B a3b9d02417bed415bf6b9b8d86abcfa857abe316133ce7abfa11db835831e916d879b09d1e1129d12621b0234ffa27c1e246837cb614c51c54ce387a9c73bea4 SHA512 ae6bf83e005733ae985987411a9fe25b0059f64484fc0d613ad54af478130782974607bec53713ee36c2a28de653ceba82b0fb091aee57101773c0eeeaaed2d5
23
24 diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.22.1.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.22.1.ebuild
25 deleted file mode 100644
26 index 93b42aaebd3..00000000000
27 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.22.1.ebuild
28 +++ /dev/null
29 @@ -1,45 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Disk Utility for GNOME using udisks"
39 -HOMEPAGE="https://git.gnome.org/browse/gnome-disk-utility"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -IUSE="fat gnome systemd"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
45 -
46 -COMMON_DEPEND="
47 - >=app-arch/xz-utils-5.0.5
48 - >=app-crypt/libsecret-0.7
49 - >=dev-libs/glib-2.31:2[dbus]
50 - dev-libs/libpwquality
51 - >=media-libs/libcanberra-0.1[gtk3]
52 - >=media-libs/libdvdread-4.2.0
53 - >=sys-fs/udisks-2.1.1:2
54 - >=x11-libs/gtk+-3.16.0:3
55 - >=x11-libs/libnotify-0.7:=
56 - systemd? ( >=sys-apps/systemd-209:0= )
57 -"
58 -RDEPEND="${COMMON_DEPEND}
59 - x11-themes/adwaita-icon-theme
60 - fat? ( sys-fs/dosfstools )
61 - gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
62 -"
63 -DEPEND="${COMMON_DEPEND}
64 - >=dev-util/intltool-0.50.2
65 - dev-libs/appstream-glib
66 - dev-libs/libxslt
67 - virtual/pkgconfig
68 -"
69 -
70 -src_configure() {
71 - gnome2_src_configure \
72 - $(use_enable gnome gsd-plugin) \
73 - $(use_enable systemd libsystemd)
74 -}