From 2f5978fb6d516f2d1a3fe1541fd8dd8d6ff849c0 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Sun, 3 May 2020 12:01:38 +0200 Subject: x11-plugins/wmweather+: 2.18 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli --- x11-plugins/wmweather+/Manifest | 1 + x11-plugins/wmweather+/wmweather+-2.18.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 x11-plugins/wmweather+/wmweather+-2.18.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest index fae7e3045614..11e7543e7bc7 100644 --- a/x11-plugins/wmweather+/Manifest +++ b/x11-plugins/wmweather+/Manifest @@ -1 +1,2 @@ DIST wmweather+-2.17.tar.gz 212763 BLAKE2B e810ecaf6858bba0cb3bdb32517f5c1cbaa552ed071b1ce6dfca33b41ad75c5272616c9be78930f47ee3980d2ab8c51a29caaec627c5e608e9c2790d940cfe65 SHA512 45622513792698f1adf4a686506913146e2a24c9ff39fda1129132aae864528184aa122b525e00b079f416fd131c1369ff95e430c4c63877bdc166c982f841eb +DIST wmweather+-2.18.tar.gz 206062 BLAKE2B 14fe0b49b5541d5e093c958d1c12c4c28c3bae53f8539402a61800d1817bf22eae426d4733e08ae3f1e90057e7dd297a9412d62e5edd9fb973b0a9e799b3f792 SHA512 538325b1d2bd7dd3a89a006d88868e02a71318b6e49001033d0f543965fb21f91b265e116d3b929a096e99719c99241d520a7eb395ec55f721de0d01dcbedbc0 diff --git a/x11-plugins/wmweather+/wmweather+-2.18.ebuild b/x11-plugins/wmweather+/wmweather+-2.18.ebuild new file mode 100644 index 000000000000..01b450a84cce --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.18.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" +HOMEPAGE="https://www.sourceforge.net/projects/wmweatherplus/" +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libpcre + >=net-misc/curl-7.17.1 + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 + x11-wm/windowmaker" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad