summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-30 21:27:36 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-30 21:49:46 +0200
commit5ff6ac739e2d19f0347a8737792b1781d3985bca (patch)
tree8563b19e50f7bc94c528d14d48808c073cfdbbad
parentxfce-extra/xfce4-diskperf-plugin: Bump to 2.5.99, the GTK+3 pre-release (diff)
downloadgentoo-5ff6ac739e2d19f0347a8737792b1781d3985bca.tar.gz
gentoo-5ff6ac739e2d19f0347a8737792b1781d3985bca.tar.bz2
gentoo-5ff6ac739e2d19f0347a8737792b1781d3985bca.zip
xfce-extra/xfce4-fsguard-plugin: Prune old
-rw-r--r--xfce-extra/xfce4-fsguard-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest
index e8483e4ef3ef..8b7d4609142b 100644
--- a/xfce-extra/xfce4-fsguard-plugin/Manifest
+++ b/xfce-extra/xfce4-fsguard-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-fsguard-plugin-1.0.1.tar.bz2 356783 SHA256 fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7 SHA512 ce3dd44eccc9bff938f1a2d2dd89e8dbe9ecc8566ecbaa5865e693fa093b11beec18930b4a0466ad6be7f5965289809d9ec17833ce12aff6173ae2e22e08a9dd WHIRLPOOL 0ce3812dcfd648c6a9782c890aafae5a8c1f114a503d2c4a2b038a38a4af84fa3bad7de6b2baf690519cab52d4fe4e3c01912779250d92586428ee4c35d25fa9
DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 SHA256 a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14 WHIRLPOOL 71c573875014ae969f95fc0f01f517c64ef84b99be75053c0492a355b9dfa274319647ee7e5b9376612e598afffa0ce59048c899067fef93b0b83d72d975bc09
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
deleted file mode 100644
index de0cd3025be4..000000000000
--- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A filesystem guard plug-in for the Xfce panel"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND="x11-libs/gtk+:2
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}