diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-30 02:10:53 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-30 02:10:53 +0000 |
commit | 67c1a76d3aec692cbb4b8ba7ac40465f8c603ed8 (patch) | |
tree | 10ff1cfd419bc3d30e70e3fb2e8f0fa666a436b8 /dev-libs/libgweather | |
parent | Bump to 3.2.1 from the gnome overlay. Drop old. Remove unused patch. (diff) | |
download | gentoo-2-67c1a76d3aec692cbb4b8ba7ac40465f8c603ed8.tar.gz gentoo-2-67c1a76d3aec692cbb4b8ba7ac40465f8c603ed8.tar.bz2 gentoo-2-67c1a76d3aec692cbb4b8ba7ac40465f8c603ed8.zip |
Bump to 3.2.1 from the gnome overlay, drop old. Fixes fetching weather updates for UK and Australia.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-3.2.1.ebuild (renamed from dev-libs/libgweather/libgweather-3.0.2.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index 81852ce6582c..7f63012b6c03 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.81 2011/10/19 18:21:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.82 2011/10/30 02:10:51 tetromino Exp $ + +*libgweather-3.2.1 (30 Oct 2011) + + 30 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + -libgweather-3.0.2.ebuild, +libgweather-3.2.1.ebuild: + Bump to 3.2.1 from the gnome overlay, drop old. Fixes fetching weather + updates for UK and Australia. 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> libgweather-2.30.3.ebuild: diff --git a/dev-libs/libgweather/libgweather-3.0.2.ebuild b/dev-libs/libgweather/libgweather-3.2.1.ebuild index 7833b50f5af8..6598ecbbdbea 100644 --- a/dev-libs/libgweather/libgweather-3.0.2.ebuild +++ b/dev-libs/libgweather/libgweather-3.2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.0.2.ebuild,v 1.1 2011/08/18 07:38:21 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.2.1.ebuild,v 1.1 2011/10/30 02:10:53 tetromino Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" @@ -27,7 +27,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.9.5 )" DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40.3 + >=dev-util/intltool-0.40.6 >=dev-util/pkgconfig-0.19 >=dev-util/gtk-doc-am-1.9 sys-devel/gettext |