diff options
author | 2018-03-25 18:12:36 +0200 | |
---|---|---|
committer | 2018-03-25 19:27:13 +0200 | |
commit | 3d0f178490ff6e76bfeefa13f2fe595a3ef919f6 (patch) | |
tree | 76a1d826c40b6e2726d969b1f3edfe036d200c69 | |
parent | xfce-extra/xfce4-fsguard-plugin: Drop old (diff) | |
download | gentoo-3d0f178490ff6e76bfeefa13f2fe595a3ef919f6.tar.gz gentoo-3d0f178490ff6e76bfeefa13f2fe595a3ef919f6.tar.bz2 gentoo-3d0f178490ff6e76bfeefa13f2fe595a3ef919f6.zip |
xfce-extra/xfce4-genmon-plugin: Drop old
3 files changed, 0 insertions, 53 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest index 26cb32a8b179..bf499a9d74b4 100644 --- a/xfce-extra/xfce4-genmon-plugin/Manifest +++ b/xfce-extra/xfce4-genmon-plugin/Manifest @@ -1,3 +1 @@ -DIST xfce4-genmon-plugin-3.4.0.tar.bz2 307493 BLAKE2B a3e17e3e96659dc4c58280b64b6edaaa3b64aa7b2ecb1e24a57a3e3e78cc7a58c446d90475ff12cbf2c8190675f0e82cc48d02927864f9662906b1058e445d43 SHA512 9cbe76933414fc539d4a8f803fb31ae31169283e02ded8a4ed13c9c6b2e4af9827313ca099b9d85e2b090a9520824a68e63d5bfe3537293a750f3c3b5f57de98 -DIST xfce4-genmon-plugin-4.0.0.tar.bz2 320252 BLAKE2B 0f03420307abb3b4d550e3e59beabebdd6bdbc0cce870fcd7969319512c11c54144fca93c14b40a75d7e417f86ced5d58cc89216fce57b2341292ae7bad18e83 SHA512 52a5c2245d902b183b06e5680b260482b511ae481fe9144ad266f061278acd60ce11934e31d8b5ed80bb519eac9168d0fbf488dae281f35090a57aceb915ce84 DIST xfce4-genmon-plugin-4.0.1.tar.bz2 327605 BLAKE2B 908571d5ca2cc8e657416d18f1da61452b045163233a82beb5a1e876a244b2ce463e6cda54f0b7a8239e642eb4bf5d73ea807a5d26c22ded48baf955595fa805 SHA512 14590ba4a3b31773e38139d274c93060b2dfdf3cd476dc2235f95f987529b93b74d2422507cc4bf1152f376ec9c6a01bd1da903d422757b95b19c01aa412b35e diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.4.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.4.0.ebuild deleted file mode 100644 index 27775eeba906..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.4.0.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="Cyclically spawned executable output on the panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -S=${WORKDIR}/${PN}-${PV%.*} - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild deleted file mode 100644 index d44618c9df43..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Cyclically spawned executable output on the panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" |