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: Tue, 02 Aug 2016 16:10:58
Message-Id: 1470154187.893acd1e60a332739b49a77f1fe0758e58f2b60e.mgorny@gentoo
1 commit: 893acd1e60a332739b49a77f1fe0758e58f2b60e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:18:58 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893acd1e
7
8 xfce-extra/thunar-volman: Prune old
9
10 xfce-extra/thunar-volman/Manifest | 1 -
11 .../thunar-volman/thunar-volman-0.8.0.ebuild | 40 ----------------------
12 2 files changed, 41 deletions(-)
13
14 diff --git a/xfce-extra/thunar-volman/Manifest b/xfce-extra/thunar-volman/Manifest
15 index ecb59dc..5184590 100644
16 --- a/xfce-extra/thunar-volman/Manifest
17 +++ b/xfce-extra/thunar-volman/Manifest
18 @@ -1,2 +1 @@
19 -DIST thunar-volman-0.8.0.tar.bz2 411013 SHA256 ff0887c862b578580d05f4cd7db66081382ff143f9cc7ea3c9ba58cf5d02bceb SHA512 c953f06c82f10c5d8585662a3123cec84384b55aef45e258968d01624c1d1badc094f839dd930eb6fd5580264f5aa54f26c80df133d40c4f89fd4750116eb70f WHIRLPOOL 972cd0dd8ef8d56e91fc2d4dfec45599b6d8af684a670f3b31eee142f606fe2310ce376e80ab7b50590c3204a79ae73771cbd0dd8867c0860d57554b5db7eb50
20 DIST thunar-volman-0.8.1.tar.bz2 474769 SHA256 5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd SHA512 a82c019b028277d97e7903dcbeaf4704cb7fc1e95b0ea18c6290a7a8581355691990cbdb5fa0c234ed5dd51c1ba7f1bca9a495e60f9f8597a993845481113bb6 WHIRLPOOL 23bafe819c90ad16a0d3a8df1d267f56ae6600a53b121da363975f327982ef60b5d8218b81ea91ce19b5cb31a432762e63f2910b67759557253f7fd34efb4e86
21
22 diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild
23 deleted file mode 100644
24 index 8c25c8c..0000000
25 --- a/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild
26 +++ /dev/null
27 @@ -1,40 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="Daemon that enforces volume-related policies"
36 -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
37 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
42 -IUSE="debug libnotify"
43 -
44 -COMMON_DEPEND=">=dev-libs/glib-2.20
45 - virtual/libgudev:=
46 - >=x11-libs/gtk+-2.24:2
47 - >=xfce-base/exo-0.8
48 - >=xfce-base/libxfce4ui-4.10
49 - >=xfce-base/libxfce4util-4.10
50 - >=xfce-base/xfconf-4.10
51 - libnotify? ( >=x11-libs/libnotify-0.7 )"
52 -RDEPEND="${COMMON_DEPEND}
53 - virtual/udev
54 - >=xfce-base/thunar-1.6[udisks]"
55 -DEPEND="${COMMON_DEPEND}
56 - dev-util/intltool
57 - sys-devel/gettext
58 - virtual/pkgconfig"
59 -
60 -pkg_setup() {
61 - XFCONF=(
62 - $(use_enable libnotify notifications)
63 - $(xfconf_use_debug)
64 - )
65 -
66 - DOCS=( AUTHORS ChangeLog NEWS README THANKS )
67 -}