summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-08-08 17:10:33 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2016-08-08 17:11:02 +0200
commitc1455b97d1f274a60e37a0d4fb01bdc01192b53a (patch)
tree0ea38fd656a170d3fc0e81914a14ff7006d20f69
parentdev-perl/Tree-Simple: Remove POD Author tests. (diff)
downloadgentoo-c1455b97d1f274a60e37a0d4fb01bdc01192b53a.tar.gz
gentoo-c1455b97d1f274a60e37a0d4fb01bdc01192b53a.tar.bz2
gentoo-c1455b97d1f274a60e37a0d4fb01bdc01192b53a.zip
x11-plugins/wmweather: version bump to 2.4.6, bug #590740
EAPI bump and ebuild cleanup Bug reported by Roman Dobosz <gryf_esm@o2.pl> Package-Manager: portage-2.3.0
-rw-r--r--x11-plugins/wmweather/Manifest1
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.6.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index 11375c13b969..9dbfd6e0d894 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,2 +1,3 @@
DIST wmweather_2.4.4.orig.tar.gz 84773 SHA256 b58de9e4d8755a829108a3a04d1949c81a1c91d9c7e2cdf78a0b62c19b73c3e6 SHA512 8c9d2bc6333e4e69020122f5acff42b1ebc11544ae503510920990253c0138b13fe216eb65407346bc92ac84e012d3d09888bc5dce189fe12625b380597bd4da WHIRLPOOL 9f8201122e7755b4f57625c231fc27241a382c7a3afa4a1da186729417a26489faf888b869868004cb6264bba22db80b7976a1870f9f320a68e4ced99fc1fb89
DIST wmweather_2.4.5.orig.tar.gz 85128 SHA256 1555e2329ca9cb392881260068d8de761a55baf4bb2b5b6eeb9b755b68faf45a SHA512 eb62a6d03875c087e306e83ec2010916da702f942b22b130c327d890daf29803bf01f52fe0e03b962656d0dd9a329696e8fc19238eedc32f5ce72d8929eab87b WHIRLPOOL 4a2fc553e11c9cdd35a10b1901dc18e240cc016d5ce22c403991adc54cc07f1a35e453c6c1ae17ef0ef979b211c681d700e797e42047918618bf2024b9bf6198
+DIST wmweather_2.4.6.orig.tar.gz 86672 SHA256 cdfd02df5981628000316949d34683768ce52f3c09c0d37c4056b863af65167a SHA512 7713975207a3427aeeeb3560f0d83354ebfe28c0564acf08f0a64fa405f138283f45ca4cf0301117bc46a169ac950a0c59c457c4cdf6b949525d60118da162ef WHIRLPOOL 2ff25447a3f395a709ddd08d31d42f619ab5f2109381ab17c9dfea19b2da968ba13a6c9c6efcb56641005998cf6f5fb0dd25551954f8d02c82773da8ef21406e
diff --git a/x11-plugins/wmweather/wmweather-2.4.6.ebuild b/x11-plugins/wmweather/wmweather-2.4.6.ebuild
new file mode 100644
index 000000000000..87445d7490b4
--- /dev/null
+++ b/x11-plugins/wmweather/wmweather-2.4.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a dockable weather monitor for standard METAR stations using ICAO location"
+HOMEPAGE="http://www.godisch.de/debian/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-proto/xextproto"
+
+S=${WORKDIR}/${P}/src
+
+DOCS=(
+ "${WORKDIR}"/${P}/CHANGES
+ "${WORKDIR}"/${P}/README
+ )