Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-genmon-plugin/
Date: Sun, 29 Oct 2017 20:27:28
Message-Id: 1509308834.95a01d7cde9f6c9fc299f1d4c69dd5236d288e45.perfinion@gentoo
1 commit: 95a01d7cde9f6c9fc299f1d4c69dd5236d288e45
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 19:30:27 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 20:27:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a01d7c
7
8 xfce-extra/xfce4-genmon-plugin: Bump to 4.0.1
9
10 xfce-extra/xfce4-genmon-plugin/Manifest | 1 +
11 .../xfce4-genmon-plugin-4.0.1.ebuild | 20 ++++++++++++++++++++
12 2 files changed, 21 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest
15 index 476b8589dca..b2eb8f10844 100644
16 --- a/xfce-extra/xfce4-genmon-plugin/Manifest
17 +++ b/xfce-extra/xfce4-genmon-plugin/Manifest
18 @@ -1,2 +1,3 @@
19 DIST xfce4-genmon-plugin-3.4.0.tar.bz2 307493 SHA256 b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387 SHA512 9cbe76933414fc539d4a8f803fb31ae31169283e02ded8a4ed13c9c6b2e4af9827313ca099b9d85e2b090a9520824a68e63d5bfe3537293a750f3c3b5f57de98 WHIRLPOOL 6bb8e586fa2ddc6ef13ed0fc1005d9d537fc1850ce0124a75a93d29e368109c26bacf47c56743fc050c5fb14877dbcfad3b56c1778dbba989e9e9bf06dd313d8
20 DIST xfce4-genmon-plugin-4.0.0.tar.bz2 320252 SHA256 a7db4f786166643076323dcde99ad12e92383cc29b4b806862d5483ec468c3e3 SHA512 52a5c2245d902b183b06e5680b260482b511ae481fe9144ad266f061278acd60ce11934e31d8b5ed80bb519eac9168d0fbf488dae281f35090a57aceb915ce84 WHIRLPOOL 94cbcd6c321cc5eb463feec2edfe14d45a4a91a0f4bc2bd81c02a9e8fb5edf137c6075f3563a6337816467d8536ce7d8ac86ac29b49df84257a4df62e2be1f58
21 +DIST xfce4-genmon-plugin-4.0.1.tar.bz2 327605 SHA256 4c6ce37fbe71094548b44862587c2813da991aeaaecff8e572724dbbec83ab86 SHA512 14590ba4a3b31773e38139d274c93060b2dfdf3cd476dc2235f95f987529b93b74d2422507cc4bf1152f376ec9c6a01bd1da903d422757b95b19c01aa412b35e WHIRLPOOL 9f3fe8fdbf0593a94d0f9dd67dba2bbb870ee678d028730ac66907fce980ccaba52424d882ea0cd5518c05f179587b2a1a3f91a9ecab7c387c430c1556c87445
22
23 diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.1.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.1.ebuild
24 new file mode 100644
25 index 00000000000..d44618c9df4
26 --- /dev/null
27 +++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.1.ebuild
28 @@ -0,0 +1,20 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=6
33 +
34 +DESCRIPTION="Cyclically spawned executable output on the panel"
35 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
36 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
37 +
38 +LICENSE="LGPL-2.1"
39 +SLOT="0"
40 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 +IUSE=""
42 +
43 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
44 + >=xfce-base/xfce4-panel-4.12:="
45 +DEPEND="${RDEPEND}
46 + dev-util/intltool
47 + sys-devel/gettext
48 + virtual/pkgconfig"