diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:09:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:09:25 +0000 |
commit | 17f9d7fd19ea9bf56807b6ce25bb6af4a993faa2 (patch) | |
tree | 032ab96670ceae7a699ceb4e5e2fe564852273ce /xfce-extra/xfce4-weather-plugin | |
parent | Drop maintainership. (diff) | |
download | gentoo-2-17f9d7fd19ea9bf56807b6ce25bb6af4a993faa2.tar.gz gentoo-2-17f9d7fd19ea9bf56807b6ce25bb6af4a993faa2.tar.bz2 gentoo-2-17f9d7fd19ea9bf56807b6ce25bb6af4a993faa2.zip |
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
3 files changed, 5 insertions, 67 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index 5795fe00a02f..9ac9a838edb3 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.22 2012/08/06 11:54:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.23 2012/08/07 13:09:25 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-weather-plugin-0.7.4-r2.ebuild, -xfce4-weather-plugin-0.8.0.ebuild: + old *xfce4-weather-plugin-0.8.1 (06 Aug 2012) diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild deleted file mode 100644 index 4b4e956be307..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild +++ /dev/null @@ -1,33 +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-r2.ebuild,v 1.1 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 ) -} diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild deleted file mode 100644 index e92464519dd1..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild +++ /dev/null @@ -1,33 +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.8.0.ebuild,v 1.1 2012/07/23 10:37:32 angelos 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="x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8 - dev-libs/libxml2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |