Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/
Date: Fri, 24 May 2019 22:20:27
Message-Id: 1558736402.d8c365c224ae4fd9f5add5ca8b7dbbf24b443f84.mgorny@gentoo
1 commit: d8c365c224ae4fd9f5add5ca8b7dbbf24b443f84
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 22:02:20 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 22:20:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c365c2
7
8 xfce-extra/thunar-volman: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/thunar-volman/Manifest | 1 -
13 .../thunar-volman/thunar-volman-0.9.1.ebuild | 47 ----------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/xfce-extra/thunar-volman/Manifest b/xfce-extra/thunar-volman/Manifest
17 index 6f9c7fefd58..aecd379d332 100644
18 --- a/xfce-extra/thunar-volman/Manifest
19 +++ b/xfce-extra/thunar-volman/Manifest
20 @@ -1,3 +1,2 @@
21 DIST thunar-volman-0.8.1.tar.bz2 474769 BLAKE2B 2bf6378b35f0cd868cc7363909cc5d54a997a5a69758a27d45640968e3ef8d7cb3f5af185d1a8f83e8593610490a8566742070808ab85810cd3411856aa0030a SHA512 a82c019b028277d97e7903dcbeaf4704cb7fc1e95b0ea18c6290a7a8581355691990cbdb5fa0c234ed5dd51c1ba7f1bca9a495e60f9f8597a993845481113bb6
22 -DIST thunar-volman-0.9.1.tar.bz2 489210 BLAKE2B 4550c49f816438c0692c2afc2350423c9e07d165f58d9aa8f8ab56d0409e74900348ea2d188b07011a07b5c702a97f477a1d35f4d18bf47abff5bdd70ac115c0 SHA512 73d9884dc667e4f8554d2b06f7116bbe25fa4e113300f0cd32bc2229c22001cc709333d5ac5618f7d5c8a35e58fb7a61e48ecafa634c7e239e9af329dc4149bc
23 DIST thunar-volman-0.9.2.tar.bz2 495324 BLAKE2B cf02e61d76804b0e1d407c9370daa3c4d0ceaf2c887dcf32a82cacd60e9befbdd7173338dbf025ee16fe3ea4e01c4bd4cd0b1c21452e389712bc103ffd02532d SHA512 808f3dfdf105911275b0c96705604bd1575cd9c5bddaaae96583949c995a3bc84a71ce154c05ed3ce395d4b4d78e4d67770f79b3226fd4a35c509f5e612de72f
24
25 diff --git a/xfce-extra/thunar-volman/thunar-volman-0.9.1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.9.1.ebuild
26 deleted file mode 100644
27 index af502ff646d..00000000000
28 --- a/xfce-extra/thunar-volman/thunar-volman-0.9.1.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2-utils
37 -
38 -DESCRIPTION="Daemon that enforces volume-related policies"
39 -HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
40 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
41 -
42 -# CC for tvm-burn-cd.svg
43 -LICENSE="GPL-2+ CC-BY-SA-3.0"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
46 -IUSE="libnotify"
47 -
48 -COMMON_DEPEND=">=dev-libs/glib-2.30:=
49 - virtual/libgudev:=
50 - >=x11-libs/gtk+-3.20:3=
51 - >=xfce-base/exo-0.10:=
52 - >=xfce-base/libxfce4ui-4.12:=
53 - >=xfce-base/libxfce4util-4.12:=
54 - >=xfce-base/xfconf-4.12:=
55 - libnotify? ( >=x11-libs/libnotify-0.7:= )"
56 -RDEPEND="${COMMON_DEPEND}
57 - virtual/udev
58 - >=xfce-base/thunar-1.6[udisks]"
59 -DEPEND="${COMMON_DEPEND}
60 - dev-util/intltool
61 - sys-devel/gettext
62 - virtual/pkgconfig"
63 -
64 -src_configure() {
65 - local myconf=(
66 - $(use_enable libnotify notifications)
67 - )
68 - econf "${myconf[@]}"
69 -}
70 -
71 -pkg_postinst() {
72 - gnome2_icon_cache_update
73 -}
74 -
75 -pkg_postrm() {
76 - gnome2_icon_cache_update
77 -}