diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-03 22:30:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-03 22:30:15 +0000 |
commit | 74b212c1e92bb65a02fc05ae949ad04c448a2250 (patch) | |
tree | 19e1086a711a0fdc2a3c677f1dde54f5f7a4d6ea /xfce-extra | |
parent | Unset variable, which has any meaning only in ebuilds supporting installation... (diff) | |
download | gentoo-2-74b212c1e92bb65a02fc05ae949ad04c448a2250.tar.gz gentoo-2-74b212c1e92bb65a02fc05ae949ad04c448a2250.tar.bz2 gentoo-2-74b212c1e92bb65a02fc05ae949ad04c448a2250.zip |
Version bump.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild (renamed from xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3_p20110129.ebuild) | 13 |
2 files changed, 10 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index 0f962dd3546a..fac1109023a0 100644 --- a/xfce-extra/xfce4-weather-plugin/ChangeLog +++ b/xfce-extra/xfce4-weather-plugin/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2011/01/29 11:23:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.13 2011/02/03 22:30:15 ssuominen Exp $ + +*xfce4-weather-plugin-0.7.4 (03 Feb 2011) + + 03 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-weather-plugin-0.7.4.ebuild: + Version bump. *xfce4-weather-plugin-0.7.3_p20110129 (29 Jan 2011) diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3_p20110129.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild index 717ba080f43a..8c86aa638f54 100644 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3_p20110129.ebuild +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild @@ -1,19 +1,13 @@ # 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.3_p20110129.ebuild,v 1.1 2011/01/29 11:23:30 ssuominen Exp $ - -# http://bugzilla.xfce.org/show_bug.cgi?id=6965 - -# git clone git://git.xfce.org/panel-plugins/xfce4-weather-plugin -# wget "http://bugzilla.xfce.org/attachment.cgi?id=3428" -O xfce48.patch +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild,v 1.1 2011/02/03 22:30:15 ssuominen Exp $ EAPI=3 -EAUTORECONF=yes 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="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.7/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -26,7 +20,6 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 >=xfce-base/xfce4-panel-4.3.99.1 >=dev-libs/libxml2-2.4" DEPEND="${RDEPEND} - app-arch/xz-utils dev-util/intltool dev-util/pkgconfig" @@ -36,5 +29,5 @@ pkg_setup() { $(xfconf_use_debug) ) - DOCS="AUTHORS NEWS README TODO" + DOCS="AUTHORS ChangeLog NEWS README TODO" } |