Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlongrun/
Date: Mon, 02 Jan 2017 16:51:55
Message-Id: 1483375850.6f83fab15bc7ff3033c102b536f46aa5e7e4f471.voyageur@gentoo
1 commit: 6f83fab15bc7ff3033c102b536f46aa5e7e4f471
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 15:27:09 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 16:50:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f83fab1
7
8 x11-plugins/wmlongrun: 0.3.1 bump
9
10 Update ebuild and homepage
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 x11-plugins/wmlongrun/Manifest | 1 +
15 x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild | 19 +++++++++++++++++++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/x11-plugins/wmlongrun/Manifest b/x11-plugins/wmlongrun/Manifest
19 index fe9cac8..596f48b 100644
20 --- a/x11-plugins/wmlongrun/Manifest
21 +++ b/x11-plugins/wmlongrun/Manifest
22 @@ -1,2 +1,3 @@
23 DIST wmlongrun-0.2.0.tar.gz 74725 SHA256 b618d863673ca44ee26d2b96b401a66b9552e9f72566628c3e05278ab7da5837 SHA512 736b6e3c4532bf4b4be04a5ec27a665d1ab86ca301059e37af1fc70b611119e367137b8018b8b395b98a417fae9410ea3504399ebe9fb3d7fcea4a214a0e16f8 WHIRLPOOL 1bffffbbdd52758ae6fdc2824919d3ca4ea6062c7fff9115ec84bb2cbe7d98a0d7afc1203dfd9f7a8d097d8f8ac8e39e4f7b4ee32bbcbe9f0b45c3681538b7ae
24 DIST wmlongrun-0.3.0pre1.tar.gz 75257 SHA256 f6161344878ff668bc558379f67c24f468effb7be6e6310f8fd3f81834ecea48 SHA512 34d8b68b75cebb3b67a9271f565c195e89ce23d3770958c241daa6685b64715e40b1e8f86e91350e7ee613eb4075d849fee1ccf91755ed0cd20c4e451d7a999f WHIRLPOOL d08fb1c47851f6f38bc8c389c79f44ad7860b88b8d88a841910ac844501d7a7fdb3a73e3356c2780b77d0dfcc36d88a85414f6038de4bdf5fb4211a3cb2af750
25 +DIST wmlongrun-0.3.1.tar.gz 147511 SHA256 9e10cb13ebbf9dab61fc6929e8631669106c4edbbbf116f2f4b9eeb2a235ca52 SHA512 8bbd6b50ef566f5a7e1cc5f3f183ba74c43fa39accdb5c740e5a6f00a62c1f1c2298053705a24f2f6c8adabd99465be85d927fb9dd45899a65a5efa936fc2f56 WHIRLPOOL 6d82dd4f946c5cc5d660ab0f15605b818384fafe8d337b6a2d71c22d570a4bf756c52695bcb9d9a6574e3c953be0ffe7bb7930b229a68d7d2bdb350f43e8100a
26
27 diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild
28 new file mode 100644
29 index 00000000..15f0e36
30 --- /dev/null
31 +++ b/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild
32 @@ -0,0 +1,19 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor"
40 +HOMEPAGE="http://www.dockapps.net/wmlongrun"
41 +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~x86 -*"
46 +IUSE=""
47 +
48 +RDEPEND="x11-libs/libX11
49 + x11-libs/libXext
50 + x11-libs/libXpm"
51 +DEPEND="${RDEPEND}"