summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-12-15 21:32:54 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-15 21:32:54 +0100
commit632237ca1fe16d3ac2d135e64cc083e6ba4922b1 (patch)
tree3a906bce0e4a3ad91487637187a8a7d63cb88510 /x11-plugins/wmweather
parentwww-apps/nextcloud: drop 12.0 packages (diff)
downloadgentoo-632237ca1fe16d3ac2d135e64cc083e6ba4922b1.tar.gz
gentoo-632237ca1fe16d3ac2d135e64cc083e6ba4922b1.tar.bz2
gentoo-632237ca1fe16d3ac2d135e64cc083e6ba4922b1.zip
x11-plugins/wmweather: drop old ~arch version
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/Manifest1
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.5.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index 7c355eee6e0f..52ca4a5c5434 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,3 +1,2 @@
DIST wmweather_2.4.4.orig.tar.gz 84773 BLAKE2B 511eecfe859b5795ad8037f299109014b72b66bd68770245311d4554565d7f687a3b5e39d34f5cf81c7b109b858d6b141ccbd524567526190b231d902e7d7ce3 SHA512 8c9d2bc6333e4e69020122f5acff42b1ebc11544ae503510920990253c0138b13fe216eb65407346bc92ac84e012d3d09888bc5dce189fe12625b380597bd4da
-DIST wmweather_2.4.5.orig.tar.gz 85128 BLAKE2B 3f02cd3ea87cbd8815ad845728bd804660660c006a2db413daeb760d6e2411572428cca30bf1bc60e737408f77a1d53a4a59af29d81f03ad535201d2c6e36306 SHA512 eb62a6d03875c087e306e83ec2010916da702f942b22b130c327d890daf29803bf01f52fe0e03b962656d0dd9a329696e8fc19238eedc32f5ce72d8929eab87b
DIST wmweather_2.4.6.orig.tar.gz 86672 BLAKE2B 8b63c4aad9c6d7fbbe4f132471abeeda08c247c43217e0429039bf65d20647bfea170a6ff598e11245182a90cc9cd9a1271b7f5903df3ce431260becf6560124 SHA512 7713975207a3427aeeeb3560f0d83354ebfe28c0564acf08f0a64fa405f138283f45ca4cf0301117bc46a169ac950a0c59c457c4cdf6b949525d60118da162ef
diff --git a/x11-plugins/wmweather/wmweather-2.4.5.ebuild b/x11-plugins/wmweather/wmweather-2.4.5.ebuild
deleted file mode 100644
index 44c2c24cfab1..000000000000
--- a/x11-plugins/wmweather/wmweather-2.4.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-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-base/xorg-proto"
-
-S=${WORKDIR}/${P}/src
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ../{CHANGES,README}
-}