diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 20:14:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 20:14:34 +0000 |
commit | e373efa1ebb3fd46597f00bc54a8fee366478ff3 (patch) | |
tree | 40e55eaf5f8e73bbc5b1b51fd7625292d79964a5 /xfce-extra | |
parent | Update gtest depend after category migration #387155. (diff) | |
download | gentoo-2-e373efa1ebb3fd46597f00bc54a8fee366478ff3.tar.gz gentoo-2-e373efa1ebb3fd46597f00bc54a8fee366478ff3.tar.bz2 gentoo-2-e373efa1ebb3fd46597f00bc54a8fee366478ff3.zip |
old
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
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.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index c4b1467d96d4..f105403376ca 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.14 2011/11/09 18:42:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.15 2011/11/11 20:14:34 ssuominen Exp $ + + 11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-weather-plugin-0.7.4.ebuild: + old *xfce4-weather-plugin-0.7.4-r1 (09 Nov 2011) diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild deleted file mode 100644 index d899f7796cc2..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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.ebuild,v 1.2 2011/05/19 21:45:53 ssuominen Exp $ - -EAPI=4 -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}/0.7/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.6:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8 - >=dev-libs/libxml2-2.4" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |