diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-19 17:11:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-19 17:11:55 +0000 |
commit | bfbbbd0271d8042ab1a165f2eff4bd9fe5081b97 (patch) | |
tree | 4779fc444e19ff8e0e7e26c313f6d41cc7c294b2 /xfce-extra | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-bfbbbd0271d8042ab1a165f2eff4bd9fe5081b97.tar.gz gentoo-2-bfbbbd0271d8042ab1a165f2eff4bd9fe5081b97.tar.bz2 gentoo-2-bfbbbd0271d8042ab1a165f2eff4bd9fe5081b97.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index 87871749aaf3..59a48033cb82 100644 --- a/xfce-extra/xfce4-weather-plugin/ChangeLog +++ b/xfce-extra/xfce4-weather-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-weather-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.36 2014/06/19 17:11:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.37 2014/06/19 17:11:55 ssuominen Exp $ + + 19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-weather-plugin-0.8.3.ebuild: + old 19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> xfce4-weather-plugin-0.8.3-r1.ebuild: diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild deleted file mode 100644 index 0b29a84b5764..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild,v 1.5 2014/05/31 19:02:31 ssuominen Exp $ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A weather plug-in for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="debug udev" - -RDEPEND=">=dev-libs/glib-2.20 - dev-libs/libxml2 - >=net-libs/libsoup-2.26 - >=x11-libs/gtk+-2.14:2 - >=xfce-base/libxfce4ui-4.10 - >=xfce-base/libxfce4util-4.10 - >=xfce-base/xfce4-panel-4.10 - udev? ( || ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - # For GEONAMES_USERNAME, read README file and ask ssuominen@! - XFCONF=( - $(use_enable udev upower) - $(xfconf_use_debug) - GEONAMES_USERNAME=Gentoo - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |