summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-05 10:28:43 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-05 10:28:43 +0200
commita00aec451bce34f8b31f5fa627aec4de4ec5c3eb (patch)
treef5a32084d330efc8ae475e7306cb5ad74602b835 /x11-plugins/wmweather
parentx11-plugins/wmpinboard: Drop old (EAPI=0) (diff)
downloadgentoo-a00aec451bce34f8b31f5fa627aec4de4ec5c3eb.tar.gz
gentoo-a00aec451bce34f8b31f5fa627aec4de4ec5c3eb.tar.bz2
gentoo-a00aec451bce34f8b31f5fa627aec4de4ec5c3eb.zip
x11-plugins/wmweather: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/Manifest2
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.4.ebuild29
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.6.ebuild29
3 files changed, 0 insertions, 60 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index dea9cbb3eb39..c6ec022bb541 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,3 +1 @@
-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.4.ebuild b/x11-plugins/wmweather/wmweather-2.4.4.ebuild
deleted file mode 100644
index 84e2c5d4ece3..000000000000
--- a/x11-plugins/wmweather/wmweather-2.4.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc ../{CHANGES,README}
-}
diff --git a/x11-plugins/wmweather/wmweather-2.4.6.ebuild b/x11-plugins/wmweather/wmweather-2.4.6.ebuild
deleted file mode 100644
index d04ec8df3691..000000000000
--- a/x11-plugins/wmweather/wmweather-2.4.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 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
- )