commit:     e3d04195244d4204a835b45c9fedba62dc5e01ce
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 13:45:05 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 13:45:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d04195

x11-plugins/wmweather+: drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmweather+/Manifest               |  3 ---
 x11-plugins/wmweather+/wmweather+-2.13.ebuild | 33 ---------------------------
 x11-plugins/wmweather+/wmweather+-2.15.ebuild | 33 ---------------------------
 x11-plugins/wmweather+/wmweather+-2.16.ebuild | 21 -----------------
 4 files changed, 90 deletions(-)

diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest
index 86e7f0760e5..fae7e304561 100644
--- a/x11-plugins/wmweather+/Manifest
+++ b/x11-plugins/wmweather+/Manifest
@@ -1,4 +1 @@
-DIST wmweather+-2.13.tar.gz 195094 BLAKE2B 
fadf138519eec015cb0e8c9a0c02d5cf0752162645b26781cc6af449853164ea42619c99df496c0bdbd334eb12340fa1b996b1ac1d3f2719f1fccf0c4c2e4230
 SHA512 
ed92a5434658da795385ef8420357647dd359ca46d6347dc21648062b911b3393d5e84262c92dc18ec1add4ffcb81e02cb3f6863816662112595e03bc74688c2
-DIST wmweather+-2.15.tar.gz 209258 BLAKE2B 
4c7a2194eaf4694ce9d1d8acd6515642bffb0f267f0801a5e0b3760a2d37f59ddaf5668da2722c48c7e382d00ff4ad6daf193eb06c93c4e8ad6bcb2716f580bd
 SHA512 
9096a337d50586e9d5fdb28a0cd6e882fd58cace1e148cb0e2c14239f2f5121a5cdad5ed63a1c8cd2c3f1907c4aee772cea3f55656437a7ee319226efbf6f82a
-DIST wmweather+-2.16.tar.gz 210953 BLAKE2B 
a57191584d1756fd690efb70f825b94b77a7f7476593a42a530347a319ac0de0d886684cd663bd2633ccb7d6b6014e9cc6e7370739ae97de65b13073b35fce18
 SHA512 
b156d65c69ef67b4116f68f975adb3e36c948715b32ca1efea800ec8a407f3f3065079236a1e28d5282a98c1421f98f4b9dc93a81e59198ec2aec010079528dd
 DIST wmweather+-2.17.tar.gz 212763 BLAKE2B 
e810ecaf6858bba0cb3bdb32517f5c1cbaa552ed071b1ce6dfca33b41ad75c5272616c9be78930f47ee3980d2ab8c51a29caaec627c5e608e9c2790d940cfe65
 SHA512 
45622513792698f1adf4a686506913146e2a24c9ff39fda1129132aae864528184aa122b525e00b079f416fd131c1369ff95e430c4c63877bdc166c982f841eb

diff --git a/x11-plugins/wmweather+/wmweather+-2.13.ebuild 
b/x11-plugins/wmweather+/wmweather+-2.13.ebuild
deleted file mode 100644
index 363b166bade..00000000000
--- a/x11-plugins/wmweather+/wmweather+-2.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit flag-o-matic
-
-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}"
-
-src_configure() {
-       append-flags "-fno-optimize-sibling-calls"
-       econf
-}
-
-src_install() {
-       dobin wmweather+
-       dodoc ChangeLog HINTS README example.conf
-       doman wmweather+.1
-}

diff --git a/x11-plugins/wmweather+/wmweather+-2.15.ebuild 
b/x11-plugins/wmweather+/wmweather+-2.15.ebuild
deleted file mode 100644
index 0f0ff41c4c2..00000000000
--- a/x11-plugins/wmweather+/wmweather+-2.15.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic
-
-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}"
-
-src_configure() {
-       append-flags "-fno-optimize-sibling-calls"
-       econf
-}
-
-src_install() {
-       dobin wmweather+
-       dodoc ChangeLog HINTS README example.conf
-       doman wmweather+.1
-}

diff --git a/x11-plugins/wmweather+/wmweather+-2.16.ebuild 
b/x11-plugins/wmweather+/wmweather+-2.16.ebuild
deleted file mode 100644
index e5a57ede9f1..00000000000
--- a/x11-plugins/wmweather+/wmweather+-2.16.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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}"

Reply via email to