From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q6ufh-0002bs-57 for garchives@archives.gentoo.org; Tue, 05 Apr 2011 01:03:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF455E08E1; Tue, 5 Apr 2011 00:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1991E08E1 for ; Tue, 5 Apr 2011 00:57:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94C2E1B403B for ; Tue, 5 Apr 2011 00:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E42E180073 for ; Tue, 5 Apr 2011 00:57:41 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <8c1f36d840b4631389dca6922cac154d5f5ad704.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libgweather/libgweather-2.91.6.ebuild dev-libs/libgweather/libgweather-3.0.0.ebuild dev-libs/libgweather/libgweather-9999.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 8c1f36d840b4631389dca6922cac154d5f5ad704 Date: Tue, 5 Apr 2011 00:57:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8b07f86aa96fc94ce0a4b91585fa1ba4 commit: 8c1f36d840b4631389dca6922cac154d5f5ad704 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Apr 4 21:48:45 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Apr 5 00:29:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8c1f36d8 dev-libs/libgweather: 2.91.6 =E2=86=92 3.0.0 * Build fixes (Kevin Easton, Craig Keogh) * Translation updates --- ...ther-2.91.6.ebuild =3D> libgweather-3.0.0.ebuild} | 2 +- dev-libs/libgweather/libgweather-9999.ebuild | 16 +++++++-------= -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-libs/libgweather/libgweather-2.91.6.ebuild b/dev-libs/li= bgweather/libgweather-3.0.0.ebuild similarity index 95% rename from dev-libs/libgweather/libgweather-2.91.6.ebuild rename to dev-libs/libgweather/libgweather-3.0.0.ebuild index efb7f65..7f2aef1 100644 --- a/dev-libs/libgweather/libgweather-2.91.6.ebuild +++ b/dev-libs/libgweather/libgweather-3.0.0.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=3D">=3Dx11-libs/gtk+-2.90.0:3[introspecti= on?] >=3Ddev-libs/libxml2-2.6.0 >=3Dsys-libs/timezone-data-2010k =20 - introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 )" DEPEND=3D"${COMMON_DEPEND} >=3Ddev-util/intltool-0.40.3 >=3Ddev-util/pkgconfig-0.19 diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libg= weather/libgweather-9999.ebuild index 3893230..7f2aef1 100644 --- a/dev-libs/libgweather/libgweather-9999.ebuild +++ b/dev-libs/libgweather/libgweather-9999.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=3D">=3Dx11-libs/gtk+-2.90.0:3[introspecti= on?] >=3Ddev-libs/libxml2-2.6.0 >=3Dsys-libs/timezone-data-2010k =20 - introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 )" DEPEND=3D"${COMMON_DEPEND} >=3Ddev-util/intltool-0.40.3 >=3Ddev-util/pkgconfig-0.19 @@ -42,11 +42,9 @@ RDEPEND=3D"${COMMON_DEPEND} =20 DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS" =20 -pkg_setup() { - G2CONF=3D"${G2CONF} - --enable-locations-compression - --disable-maintainer-mode - --disable-all-translations-in-one-xml - --disable-static - $(use_enable introspection)" -} +G2CONF=3D"${G2CONF} + --enable-locations-compression + --disable-maintainer-mode + --disable-all-translations-in-one-xml + --disable-static + $(use_enable introspection)"