From 7b92ef5f2b36aa80a733c8b8b576012bfb615449 Mon Sep 17 00:00:00 2001
From: Michał Górny <mgorny@gentoo.org>
Date: Sun, 7 Apr 2019 09:40:05 +0200
Subject: xfce-extra/xfce4-weather-plugin: Drop old
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 xfce-extra/xfce4-weather-plugin/Manifest           |  2 -
 .../xfce4-weather-plugin-0.8.10.ebuild             | 46 ----------------------
 .../xfce4-weather-plugin-0.8.11.ebuild             | 46 ----------------------
 3 files changed, 94 deletions(-)
 delete mode 100644 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
 delete mode 100644 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild

(limited to 'xfce-extra/xfce4-weather-plugin')

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest
index 9f0a5e81297d..dbc16d3c9eed 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610 SHA512 e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35
-DIST xfce4-weather-plugin-0.8.11.tar.bz2 2994662 BLAKE2B 1a27015834bdda71efd6a331c309269ce348c04a912aa1e7181057257983cc40134bcd4f2d376674851f491ee663262b9c961c23b42615191b60a0a5973d47e5 SHA512 5dd354949495ac214479713ddc94614ed3cc68d289d414eed09149c5420b82bb06cc5289d67552d343753f29a09aa5a97065a7bdbbc5a70ed97f1302a1f287db
 DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa SHA512 2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a
 DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19 SHA512 f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
deleted file mode 100644
index 8966790e01ac..000000000000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-	dev-libs/libxml2:=
-	>=net-libs/libsoup-2.32:=[ssl]
-	>=x11-libs/gtk+-2.14:2=
-	>=xfce-base/libxfce4ui-4.10:=
-	>=xfce-base/libxfce4util-4.10:=
-	>=xfce-base/xfce4-panel-4.10:=
-	upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
-	# For GEONAMES_USERNAME, read README file and ask ssuominen@!
-	local myconf=(
-		$(use_enable upower)
-		GEONAMES_USERNAME=Gentoo
-	)
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
deleted file mode 100644
index 0907aef6d8d5..000000000000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.11.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.20:=
-	dev-libs/libxml2:=
-	>=net-libs/libsoup-2.32:=[ssl]
-	>=x11-libs/gtk+-2.14:2=
-	>=xfce-base/libxfce4ui-4.10:=
-	>=xfce-base/libxfce4util-4.10:=
-	>=xfce-base/xfce4-panel-4.10:=
-	upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
-	# For GEONAMES_USERNAME, read README file and ask ssuominen@!
-	local myconf=(
-		$(use_enable upower)
-		GEONAMES_USERNAME=Gentoo
-	)
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}
-- 
cgit v1.2.3-65-gdbad