diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 12:29:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 12:29:36 +0000 |
commit | 5b32d1f490508e3dd52f828d7f71b575963276cb (patch) | |
tree | 9f869d7ef20eeff4b283894f4945d2b3614f40f8 /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-5b32d1f490508e3dd52f828d7f71b575963276cb.tar.gz gentoo-2-5b32d1f490508e3dd52f828d7f71b575963276cb.tar.bz2 gentoo-2-5b32d1f490508e3dd52f828d7f71b575963276cb.zip |
old
(Portage version: 2.2.0_alpha142/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.7.4-r1.ebuild | 43 |
2 files changed, 5 insertions, 44 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index ff983aca7c08..ee9fca872c0e 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.27 2012/11/15 19:37:45 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.28 2012/11/16 12:29:36 ssuominen Exp $ + + 16 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-weather-plugin-0.7.4-r1.ebuild: + old 16 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> xfce4-weather-plugin-0.8.2.ebuild: diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild deleted file mode 100644 index b189a9c184bc..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 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.7.4-r1.ebuild,v 1.6 2012/06/27 14:20:01 ssuominen Exp $ - -EAPI=4 -inherit multilib 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 x86" -IUSE="debug" - -RDEPEND="dev-libs/libxml2 - x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_prepare() { - # http://bugzilla.xfce.org/show_bug.cgi?id=8105#c9 -# sed -i \ -# -e '/PARTNER_ID/s:1121946239:1003666583:' \ -# -e '/LICENSE_KEY/s:3c4cd39ee5dec84f:4128909340a9b2fc:' \ -# panel-plugin/weather.h || die - - xfconf_src_prepare -} |