Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/
Date: Mon, 04 May 2020 09:40:33
Message-Id: 1588585176.f5323e3bb95eecd259d47cb7690b3a8c57b36373.mgorny@gentoo
1 commit: f5323e3bb95eecd259d47cb7690b3a8c57b36373
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 09:39:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 09:39:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5323e3b
7
8 xfce-extra/xfce4-weather-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-weather-plugin/Manifest | 1 -
13 .../xfce4-weather-plugin-0.10.0.ebuild | 49 ----------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest
17 index 78c8b41a410..e79eeae0553 100644
18 --- a/xfce-extra/xfce4-weather-plugin/Manifest
19 +++ b/xfce-extra/xfce4-weather-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047 SHA512 168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126
22 DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760 SHA512 14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569
23
24 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
25 deleted file mode 100644
26 index 3cffa7ef77b..00000000000
27 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit xdg-utils
36 -
37 -DESCRIPTION="A weather plug-in for the Xfce desktop environment"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
44 -IUSE="upower"
45 -
46 -RDEPEND=">=dev-libs/glib-2.42
47 - dev-libs/libxml2
48 - >=net-libs/libsoup-2.42[ssl]
49 - >=x11-libs/gtk+-3.22:3
50 - >=xfce-base/libxfce4ui-4.14:=
51 - >=xfce-base/libxfce4util-4.14:=
52 - >=xfce-base/xfce4-panel-4.14:=
53 - upower? ( >=sys-power/upower-0.9.23 )"
54 -DEPEND="${RDEPEND}
55 - dev-util/intltool
56 - virtual/pkgconfig"
57 -
58 -src_configure() {
59 - # For GEONAMES_USERNAME, read README file and ask ssuominen@!
60 - local myconf=(
61 - $(use_enable upower)
62 - GEONAMES_USERNAME=Gentoo
63 - )
64 - econf "${myconf[@]}"
65 -}
66 -
67 -src_install() {
68 - default
69 - find "${D}" -name '*.la' -delete || die
70 -}
71 -
72 -pkg_postinst() {
73 - xdg_icon_cache_update
74 -}
75 -
76 -pkg_postrm() {
77 - xdg_icon_cache_update
78 -}