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/xfce4-fsguard-plugin/
Date: Sun, 25 Mar 2018 17:27:33
Message-Id: 1521998833.727014aad330addef95e8da608d0503a157264dc.mgorny@gentoo
1 commit: 727014aad330addef95e8da608d0503a157264dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:12:15 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727014aa
7
8 xfce-extra/xfce4-fsguard-plugin: Drop old
9
10 xfce-extra/xfce4-fsguard-plugin/Manifest | 1 -
11 .../xfce4-fsguard-plugin-1.0.2.ebuild | 31 ----------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest
15 index c9279083596..ab6c48b6da8 100644
16 --- a/xfce-extra/xfce4-fsguard-plugin/Manifest
17 +++ b/xfce-extra/xfce4-fsguard-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 BLAKE2B a36a748ee88642be0390b333eb66fb27358d1ab9e75d4c29c0be0eb93ab2e4cf5e5428fed1d96669bda57185bb33ae17d5b0a27779fce455d0ec9c85a494b96a SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14
20 DIST xfce4-fsguard-plugin-1.1.0.tar.bz2 360463 BLAKE2B a83bfcf9d2847a2c37731c6549a51d1d6e18a5a8d689e5c6b7bd3270988cccf25007aa6b47bd70937f61998c676e08ab071caf41b50631d031e5c11fb8921932 SHA512 c5e49a045f1987d57c6e6d120ad25785d2f9ad4e97d07af3d40ab88c268b5b8417deba40e0277ecc1725092063fa2a7f94aa163579f04a419aad5b4e47c79d7d
21
22 diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild
23 deleted file mode 100644
24 index 2b45bcdb84d..00000000000
25 --- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild
26 +++ /dev/null
27 @@ -1,31 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xfconf
33 -
34 -DESCRIPTION="A filesystem guard plug-in for the Xfce panel"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
36 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
37 -
38 -LICENSE="GPL-3"
39 -SLOT="0"
40 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 -IUSE="debug"
42 -
43 -RDEPEND="x11-libs/gtk+:2=
44 - >=xfce-base/libxfce4ui-4.8:=
45 - >=xfce-base/libxfce4util-4.8:=
46 - >=xfce-base/xfce4-panel-4.8:="
47 -DEPEND="${RDEPEND}
48 - dev-util/intltool
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -pkg_setup() {
53 - XFCONF=(
54 - $(xfconf_use_debug)
55 - )
56 -
57 - DOCS=( AUTHORS ChangeLog NEWS README )
58 -}