diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:28:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:24:45 +0200 |
commit | 144b682f897dc7fd9553e3e6da61b3394d2db7b5 (patch) | |
tree | 17f4085bf914ed63bf2687a88bc8ad1c463e069a /xfce-extra/xfce4-weather-plugin | |
parent | xfce-extra/xfce4-wavelan-plugin: Drop old (diff) | |
download | gentoo-144b682f897dc7fd9553e3e6da61b3394d2db7b5.tar.gz gentoo-144b682f897dc7fd9553e3e6da61b3394d2db7b5.tar.bz2 gentoo-144b682f897dc7fd9553e3e6da61b3394d2db7b5.zip |
xfce-extra/xfce4-weather-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest index 581977aef9e9..ed64d625b625 100644 --- a/xfce-extra/xfce4-weather-plugin/Manifest +++ b/xfce-extra/xfce4-weather-plugin/Manifest @@ -1,2 +1 @@ DIST xfce4-weather-plugin-0.10.0.tar.bz2 3032575 BLAKE2B 2dc81c8d60ab63ff9adb90d53a5eb89e98c3e4b950d8b5943fb2b39b4944164470d7e10dcd096ef90665129d1aa59e052b3140d1462077a285afde4bcdcba047 SHA512 168a850c60f419f40f6c05dbedf24a4f3aea3be04e14c5eb2596a03a8dee5850a80d06b63bee54690b63385109d53ccf8ff2b97a2c879e196046308436a7d126 -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.9.1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild deleted file mode 100644 index dcab9b5b881f..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild +++ /dev/null @@ -1,44 +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.42 - dev-libs/libxml2:= - >=net-libs/libsoup-2.42:=[ssl] - >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.12:= - upower? ( >=sys-power/upower-0.9.23 )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -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 -} |