xfce-extra/xfce4-fsguard-plugin: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 16:12:15 +0000 (18:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 17:27:13 +0000 (19:27 +0200)
xfce-extra/xfce4-fsguard-plugin/Manifest
xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild [deleted file]

index c92790835969886859b6a689e487809ca12a9380..ab6c48b6da821ab34e0b3a5889193ee746298688 100644 (file)
@@ -1,2 +1 @@
-DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 BLAKE2B a36a748ee88642be0390b333eb66fb27358d1ab9e75d4c29c0be0eb93ab2e4cf5e5428fed1d96669bda57185bb33ae17d5b0a27779fce455d0ec9c85a494b96a SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14
 DIST xfce4-fsguard-plugin-1.1.0.tar.bz2 360463 BLAKE2B a83bfcf9d2847a2c37731c6549a51d1d6e18a5a8d689e5c6b7bd3270988cccf25007aa6b47bd70937f61998c676e08ab071caf41b50631d031e5c11fb8921932 SHA512 c5e49a045f1987d57c6e6d120ad25785d2f9ad4e97d07af3d40ab88c268b5b8417deba40e0277ecc1725092063fa2a7f94aa163579f04a419aad5b4e47c79d7d
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 (file)
index 2b45bcd..0000000
+++ /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 )
-}