summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:12:15 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:13 +0200
commit727014aad330addef95e8da608d0503a157264dc (patch)
tree7abb6546f462d0c7a9837ca5108ca8eca14f63c6 /xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild
parentxfce-extra/xfce4-equake-plugin: Drop old (diff)
downloadgentoo-727014aad330addef95e8da608d0503a157264dc.tar.gz
gentoo-727014aad330addef95e8da608d0503a157264dc.tar.bz2
gentoo-727014aad330addef95e8da608d0503a157264dc.zip
xfce-extra/xfce4-fsguard-plugin: Drop old
Diffstat (limited to 'xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild')
-rw-r--r--xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild31
1 files changed, 0 insertions, 31 deletions
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
deleted file mode 100644
index 2b45bcdb84dd..000000000000
--- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A filesystem guard plug-in for the Xfce panel"
-HOMEPAGE="https://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 ~amd64-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 )
-}