diff options
author | 2008-07-02 22:03:24 +0000 | |
---|---|---|
committer | 2008-07-02 22:03:24 +0000 | |
commit | da6f524e9fccf2d5b16ca4493582656d5b5ae995 (patch) | |
tree | 1dfee614fee3b24f9128a40f090c409803086829 /dev-libs/libgweather/libgweather-2.22.3.ebuild | |
parent | bump to 2.16.3. Various bug fixes. (diff) | |
download | historical-da6f524e9fccf2d5b16ca4493582656d5b5ae995.tar.gz historical-da6f524e9fccf2d5b16ca4493582656d5b5ae995.tar.bz2 historical-da6f524e9fccf2d5b16ca4493582656d5b5ae995.zip |
bump to 2.22.3. Translation updates.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-libs/libgweather/libgweather-2.22.3.ebuild')
-rw-r--r-- | dev-libs/libgweather/libgweather-2.22.3.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/libgweather/libgweather-2.22.3.ebuild b/dev-libs/libgweather/libgweather-2.22.3.ebuild new file mode 100644 index 000000000000..fc1b22329cbb --- /dev/null +++ b/dev-libs/libgweather/libgweather-2.22.3.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.3.ebuild,v 1.1 2008/07/02 22:03:24 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 ~hppa ~ia64 ~ppc ~ppc64 ~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." +} |