diff options
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.22.1.1.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index e4ddb204031b..492bb6577cf4 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.2 2008/04/02 20:01:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.3 2008/04/09 22:13:26 eva Exp $ + +*libgweather-2.22.1.1 (09 Apr 2008) + + 09 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> + +libgweather-2.22.1.1.ebuild: + bump to 2.22.1.1. Brakes ABI/API. 02 Apr 2008; Raúl Porcel <armin76@gentoo.org> libgweather-2.22.0.ebuild: Add ~alpha/~ia64/~sparc diff --git a/dev-libs/libgweather/libgweather-2.22.1.1.ebuild b/dev-libs/libgweather/libgweather-2.22.1.1.ebuild new file mode 100644 index 000000000000..356b0f34af12 --- /dev/null +++ b/dev-libs/libgweather/libgweather-2.22.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.22.1.1.ebuild,v 1.1 2008/04/09 22:13:26 eva Exp $ + +inherit gnome2 + +DESCRIPTION="Library to access weather information from online services" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.11 + >=dev-libs/glib-2.13 + >=gnome-base/gconf-2.8 + >=gnome-base/gnome-vfs-2.15.4 + >=dev-libs/libxml2-2.6.0 + !<gnome-base/gnome-applets-2.22.0" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.19" + +pkg_postinst() { + gnome2_pkg_postinst + + ewarn "Please run revdep-rebuild after upgrading this package." +} |