diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 18:12:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:27:13 +0200 |
commit | 727014aad330addef95e8da608d0503a157264dc (patch) | |
tree | 7abb6546f462d0c7a9837ca5108ca8eca14f63c6 /xfce-extra/xfce4-fsguard-plugin | |
parent | xfce-extra/xfce4-equake-plugin: Drop old (diff) | |
download | gentoo-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')
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.2.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest index c92790835969..ab6c48b6da82 100644 --- a/xfce-extra/xfce4-fsguard-plugin/Manifest +++ b/xfce-extra/xfce4-fsguard-plugin/Manifest @@ -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 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 ) -} |