summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-02-14 22:21:52 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-02-14 22:22:03 +0100
commit707d7ef9e5d99e3ae1ec2bafb7c75a794e2a0135 (patch)
tree81b2231f9cd8ebb7703f5e665cc5613e6877477c /x11-plugins
parentnet-analyzer/net-snmp: Revbump for dependency change (diff)
downloadgentoo-707d7ef9e5d99e3ae1ec2bafb7c75a794e2a0135.tar.gz
gentoo-707d7ef9e5d99e3ae1ec2bafb7c75a794e2a0135.tar.bz2
gentoo-707d7ef9e5d99e3ae1ec2bafb7c75a794e2a0135.zip
x11-plugins/wmweather: 2.4.7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmweather/Manifest1
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.7.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index 52ca4a5c5434..dea9cbb3eb39 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,2 +1,3 @@
DIST wmweather_2.4.4.orig.tar.gz 84773 BLAKE2B 511eecfe859b5795ad8037f299109014b72b66bd68770245311d4554565d7f687a3b5e39d34f5cf81c7b109b858d6b141ccbd524567526190b231d902e7d7ce3 SHA512 8c9d2bc6333e4e69020122f5acff42b1ebc11544ae503510920990253c0138b13fe216eb65407346bc92ac84e012d3d09888bc5dce189fe12625b380597bd4da
DIST wmweather_2.4.6.orig.tar.gz 86672 BLAKE2B 8b63c4aad9c6d7fbbe4f132471abeeda08c247c43217e0429039bf65d20647bfea170a6ff598e11245182a90cc9cd9a1271b7f5903df3ce431260becf6560124 SHA512 7713975207a3427aeeeb3560f0d83354ebfe28c0564acf08f0a64fa405f138283f45ca4cf0301117bc46a169ac950a0c59c457c4cdf6b949525d60118da162ef
+DIST wmweather_2.4.7.orig.tar.gz 86220 BLAKE2B 55eeab40bb4cdb30d8e82b801728e7d0b8a32f741769e098b6d61ba087af27ed8401391853f53e7f06e616d5a99e6f38714c438b9e66765c1159c07f6d324d12 SHA512 d9d0c46e85a24aaa278aa75e0fcd51fc417c3c094d9e69c5820a288955c3ebdde21a24b26964824d9275a41ec053e3d942b185b24088d806e033e311e6e09108
diff --git a/x11-plugins/wmweather/wmweather-2.4.7.ebuild b/x11-plugins/wmweather/wmweather-2.4.7.ebuild
new file mode 100644
index 000000000000..dbf1f43979a9
--- /dev/null
+++ b/x11-plugins/wmweather/wmweather-2.4.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="a dockable weather monitor for standard METAR stations using ICAO location"
+HOMEPAGE="https://people.debian.org/~godisch/wmweather/"
+SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libICE
+ x11-apps/xmessage
+ net-misc/curl"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+S=${WORKDIR}/${P}/src
+
+DOCS=(
+ "${WORKDIR}"/${P}/CHANGES
+ "${WORKDIR}"/${P}/README
+ )