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: Wed, 23 Dec 2020 08:29:14
Message-Id: 1608712142.5fa072b79b90d57f9c85705946962b01a911ac4d.mgorny@gentoo
1 commit: 5fa072b79b90d57f9c85705946962b01a911ac4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 08:24:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 08:29:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa072b7
7
8 xfce-extra/xfce4-genmon-plugin: Bump to 4.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-genmon-plugin/Manifest | 1 +
13 .../xfce4-genmon-plugin-4.1.0.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest
17 index e5731aa603a..89778f47ffa 100644
18 --- a/xfce-extra/xfce4-genmon-plugin/Manifest
19 +++ b/xfce-extra/xfce4-genmon-plugin/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-genmon-plugin-4.0.2.tar.bz2 334196 BLAKE2B cd4bc651809a5421cd5938cd5b9cef13e94d81e39fd8f249348cb65921ffe0b55d68254b76f391118d33c3a00cdf331e32c730ad5a9059b1f3fc501843a0fe1a SHA512 78a9cd95a83d6ffcb512647f1c674589bf80e4ef24a3431be96fd7506c7642e42c796f7316e034083fe794ab79521d856083b12a186276a1dfe4f14dbe97149e
22 +DIST xfce4-genmon-plugin-4.1.0.tar.bz2 375359 BLAKE2B 2a25967f2f086861761d7bb1b1fd7c42e59a43c94925576efe4c1d4cff6e2a62892ce86bd5ac0cc0285d5c8a82edcd6b844d6fec0ea587eddbf92aea50236a23 SHA512 07d203c0d7907d6ebcf3f982dee8d87337a8a7578beb3632944ab177d5866393c382b3096e407b908999c5865a2088ef9305970ae6b93775c6703d866130cec3
23
24 diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.0.ebuild
25 new file mode 100644
26 index 00000000000..b54ea0a0518
27 --- /dev/null
28 +++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.0.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DESCRIPTION="Cyclically spawned executable output on the panel"
36 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
37 +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="LGPL-2.1+"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
42 +IUSE=""
43 +
44 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
45 + >=xfce-base/xfce4-panel-4.12:="
46 +DEPEND="${RDEPEND}"
47 +BDEPEND="
48 + dev-util/intltool
49 + sys-devel/gettext
50 + virtual/pkgconfig"
51 +
52 +src_install() {
53 + default
54 + find "${D}" -name '*.la' -delete || die
55 +}