Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-genmon-plugin/
Date: Sun, 25 Mar 2018 17:27:35
Message-Id: 1521998833.3d0f178490ff6e76bfeefa13f2fe595a3ef919f6.mgorny@gentoo
1 commit: 3d0f178490ff6e76bfeefa13f2fe595a3ef919f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:12:36 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0f1784
7
8 xfce-extra/xfce4-genmon-plugin: Drop old
9
10 xfce-extra/xfce4-genmon-plugin/Manifest | 2 --
11 .../xfce4-genmon-plugin-3.4.0.ebuild | 31 ----------------------
12 .../xfce4-genmon-plugin-4.0.0.ebuild | 20 --------------
13 3 files changed, 53 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest
16 index 26cb32a8b17..bf499a9d74b 100644
17 --- a/xfce-extra/xfce4-genmon-plugin/Manifest
18 +++ b/xfce-extra/xfce4-genmon-plugin/Manifest
19 @@ -1,3 +1 @@
20 -DIST xfce4-genmon-plugin-3.4.0.tar.bz2 307493 BLAKE2B a3e17e3e96659dc4c58280b64b6edaaa3b64aa7b2ecb1e24a57a3e3e78cc7a58c446d90475ff12cbf2c8190675f0e82cc48d02927864f9662906b1058e445d43 SHA512 9cbe76933414fc539d4a8f803fb31ae31169283e02ded8a4ed13c9c6b2e4af9827313ca099b9d85e2b090a9520824a68e63d5bfe3537293a750f3c3b5f57de98
21 -DIST xfce4-genmon-plugin-4.0.0.tar.bz2 320252 BLAKE2B 0f03420307abb3b4d550e3e59beabebdd6bdbc0cce870fcd7969319512c11c54144fca93c14b40a75d7e417f86ced5d58cc89216fce57b2341292ae7bad18e83 SHA512 52a5c2245d902b183b06e5680b260482b511ae481fe9144ad266f061278acd60ce11934e31d8b5ed80bb519eac9168d0fbf488dae281f35090a57aceb915ce84
22 DIST xfce4-genmon-plugin-4.0.1.tar.bz2 327605 BLAKE2B 908571d5ca2cc8e657416d18f1da61452b045163233a82beb5a1e876a244b2ce463e6cda54f0b7a8239e642eb4bf5d73ea807a5d26c22ded48baf955595fa805 SHA512 14590ba4a3b31773e38139d274c93060b2dfdf3cd476dc2235f95f987529b93b74d2422507cc4bf1152f376ec9c6a01bd1da903d422757b95b19c01aa412b35e
23
24 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
25 deleted file mode 100644
26 index 27775eeba90..00000000000
27 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.4.0.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit xfconf
35 -
36 -DESCRIPTION="Cyclically spawned executable output on the panel"
37 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
38 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
39 -
40 -LICENSE="LGPL-2.1"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
43 -IUSE="debug"
44 -
45 -RDEPEND=">=xfce-base/libxfce4ui-4.8
46 - >=xfce-base/xfce4-panel-4.8"
47 -DEPEND="${RDEPEND}
48 - dev-util/intltool
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -S=${WORKDIR}/${PN}-${PV%.*}
53 -
54 -pkg_setup() {
55 - XFCONF=(
56 - $(xfconf_use_debug)
57 - )
58 -
59 - DOCS=( AUTHORS ChangeLog NEWS README )
60 -}
61
62 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
63 deleted file mode 100644
64 index d44618c9df4..00000000000
65 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild
66 +++ /dev/null
67 @@ -1,20 +0,0 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -DESCRIPTION="Cyclically spawned executable output on the panel"
74 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
75 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
76 -
77 -LICENSE="LGPL-2.1"
78 -SLOT="0"
79 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
80 -IUSE=""
81 -
82 -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
83 - >=xfce-base/xfce4-panel-4.12:="
84 -DEPEND="${RDEPEND}
85 - dev-util/intltool
86 - sys-devel/gettext
87 - virtual/pkgconfig"