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: Sat, 30 Jul 2016 19:53:35
Message-Id: 1469908186.5ff6ac739e2d19f0347a8737792b1781d3985bca.mgorny@gentoo
1 commit: 5ff6ac739e2d19f0347a8737792b1781d3985bca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:27:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 19:49:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff6ac73
7
8 xfce-extra/xfce4-fsguard-plugin: Prune old
9
10 xfce-extra/xfce4-fsguard-plugin/Manifest | 1 -
11 .../xfce4-fsguard-plugin-1.0.1.ebuild | 32 ----------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest
15 index e8483e4..8b7d460 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.1.tar.bz2 356783 SHA256 fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7 SHA512 ce3dd44eccc9bff938f1a2d2dd89e8dbe9ecc8566ecbaa5865e693fa093b11beec18930b4a0466ad6be7f5965289809d9ec17833ce12aff6173ae2e22e08a9dd WHIRLPOOL 0ce3812dcfd648c6a9782c890aafae5a8c1f114a503d2c4a2b038a38a4af84fa3bad7de6b2baf690519cab52d4fe4e3c01912779250d92586428ee4c35d25fa9
20 DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 SHA256 a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14 WHIRLPOOL 71c573875014ae969f95fc0f01f517c64ef84b99be75053c0492a355b9dfa274319647ee7e5b9376612e598afffa0ce59048c899067fef93b0b83d72d975bc09
21
22 diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.1.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.1.ebuild
23 deleted file mode 100644
24 index de0cd30..0000000
25 --- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.1.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2012 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="A filesystem guard plug-in for the Xfce panel"
36 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
37 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
42 -IUSE="debug"
43 -
44 -RDEPEND="x11-libs/gtk+:2
45 - >=xfce-base/libxfce4ui-4.8
46 - >=xfce-base/libxfce4util-4.8
47 - >=xfce-base/xfce4-panel-4.8"
48 -DEPEND="${RDEPEND}
49 - dev-util/intltool
50 - sys-devel/gettext
51 - virtual/pkgconfig"
52 -
53 -pkg_setup() {
54 - XFCONF=(
55 - $(xfconf_use_debug)
56 - )
57 -
58 - DOCS=( AUTHORS ChangeLog NEWS README )
59 -}