From dde4c09d2a5124ca4350decf642481552f440622 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 4 Jun 2009 11:33:05 +0530 Subject: dev-libs/libgweather: Sync with tree --- dev-libs/libgweather/Manifest | 2 +- dev-libs/libgweather/libgweather-9999.ebuild | 43 ++++++++++++++++------------ 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest index bc4b50d..955b7e6 100644 --- a/dev-libs/libgweather/Manifest +++ b/dev-libs/libgweather/Manifest @@ -1 +1 @@ -EBUILD libgweather-9999.ebuild 767 RMD160 d7af49d9601cada7e5974cec02a8b6a87990a47c SHA1 2224f9b715565be1d2346391481c7131dec108a5 SHA256 d1ce8aa616adc98a8ead703e0ec5e42b32f5a6f6197db3038015c247ece5f639 +EBUILD libgweather-9999.ebuild 1029 RMD160 8f78f73c56bfc6b1f5e9e3c367d50d5425cb96bf SHA1 6d06f22e7edcf08211c225a8ff5ca2149ab619a6 SHA256 2a069bff25099e9c6203eccbf91187ca23be1370feeca485f29b2f9ac3e17fe2 diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild index 3d1d058..5e16d0b 100644 --- a/dev-libs/libgweather/libgweather-9999.ebuild +++ b/dev-libs/libgweather/libgweather-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=1 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.26.1.ebuild,v 1.3 2009/05/20 17:40:36 armin76 Exp $ + +EAPI="2" inherit gnome2 gnome2-live @@ -10,25 +11,29 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="python doc" RDEPEND=">=x11-libs/gtk+-2.11 - >=dev-libs/glib-2.13 - >=gnome-base/gconf-2.8 - net-libs/libsoup:2.4 - >=dev-libs/libxml2-2.6.0 - !=dev-libs/glib-2.13 + >=gnome-base/gconf-2.8 + >=net-libs/libsoup-2.25.1:2.4[gnome] + >=dev-libs/libxml2-2.6.0 + python? ( + >=dev-python/pygobject-2 + >=dev-python/pygtk-2 ) + !=dev-util/intltool-0.40.3 + >=dev-util/pkgconfig-0.19 + doc? ( >=dev-util/gtk-doc-1.9 )" -pkg_setup() { - G2CONF="${G2CONF} --disable-all-translations-in-one-xml" -} +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" -pkg_postinst() { - gnome2_pkg_postinst - - ewarn "Please run revdep-rebuild after upgrading this package." +pkg_setup() { + G2CONF="${G2CONF} + --enable-locations-compression + --disable-all-translations-in-one-xml + --disable-static + $(use_enable python)" } -- cgit v1.2.3-65-gdbad