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/wmweather+/
Date: Sun, 03 May 2020 10:16:01
Message-Id: 1588500951.2f5978fb6d516f2d1a3fe1541fd8dd8d6ff849c0.voyageur@gentoo
1 commit: 2f5978fb6d516f2d1a3fe1541fd8dd8d6ff849c0
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 10:01:38 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 10:15:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5978fb
7
8 x11-plugins/wmweather+: 2.18 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmweather+/Manifest | 1 +
14 x11-plugins/wmweather+/wmweather+-2.18.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest
18 index fae7e304561..11e7543e7bc 100644
19 --- a/x11-plugins/wmweather+/Manifest
20 +++ b/x11-plugins/wmweather+/Manifest
21 @@ -1 +1,2 @@
22 DIST wmweather+-2.17.tar.gz 212763 BLAKE2B e810ecaf6858bba0cb3bdb32517f5c1cbaa552ed071b1ce6dfca33b41ad75c5272616c9be78930f47ee3980d2ab8c51a29caaec627c5e608e9c2790d940cfe65 SHA512 45622513792698f1adf4a686506913146e2a24c9ff39fda1129132aae864528184aa122b525e00b079f416fd131c1369ff95e430c4c63877bdc166c982f841eb
23 +DIST wmweather+-2.18.tar.gz 206062 BLAKE2B 14fe0b49b5541d5e093c958d1c12c4c28c3bae53f8539402a61800d1817bf22eae426d4733e08ae3f1e90057e7dd297a9412d62e5edd9fb973b0a9e799b3f792 SHA512 538325b1d2bd7dd3a89a006d88868e02a71318b6e49001033d0f543965fb21f91b265e116d3b929a096e99719c99241d520a7eb395ec55f721de0d01dcbedbc0
24
25 diff --git a/x11-plugins/wmweather+/wmweather+-2.18.ebuild b/x11-plugins/wmweather+/wmweather+-2.18.ebuild
26 new file mode 100644
27 index 00000000000..01b450a84cc
28 --- /dev/null
29 +++ b/x11-plugins/wmweather+/wmweather+-2.18.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts"
37 +HOMEPAGE="https://www.sourceforge.net/projects/wmweatherplus/"
38 +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz"
39 +
40 +SLOT="0"
41 +LICENSE="GPL-2"
42 +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
43 +IUSE=""
44 +
45 +DEPEND="dev-libs/libpcre
46 + >=net-misc/curl-7.17.1
47 + x11-libs/libXpm
48 + x11-libs/libXext
49 + x11-libs/libX11
50 + x11-wm/windowmaker"
51 +RDEPEND="${DEPEND}"