From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6FF441381F3 for ; Wed, 19 Dec 2012 08:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543E2E0698; Wed, 19 Dec 2012 08:38:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8305DE0691 for ; Wed, 19 Dec 2012 08:38:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AD5633DB64 for ; Wed, 19 Dec 2012 08:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D987BE543C for ; Wed, 19 Dec 2012 08:38:21 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1355904591.8caa70473f29380cef0465535bca682d5b808056.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libgweather/libgweather-3.6.2.ebuild dev-libs/libgweather/libgweather-9999.ebuild dev-libs/libgweather/metadata.xml X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 8caa70473f29380cef0465535bca682d5b808056 X-VCS-Branch: master Date: Wed, 19 Dec 2012 08:38:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ad96e0c-0dfa-4524-aad8-fc0697cd7fc5 X-Archives-Hash: 692275720f217acdfc8013a9b3f6dc47 commit: 8caa70473f29380cef0465535bca682d5b808056 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Dec 19 08:09:33 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Dec 19 08:09:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8caa7047 dev-libs/libgweather: moved to gx86 Update live ebuild to EAPI5, sync with gx86. Remove global flag from metadata. --- dev-libs/libgweather/libgweather-3.6.2.ebuild | 60 ------------------------- dev-libs/libgweather/libgweather-9999.ebuild | 14 +++--- dev-libs/libgweather/metadata.xml | 4 -- 3 files changed, 7 insertions(+), 71 deletions(-) diff --git a/dev-libs/libgweather/libgweather-3.6.2.ebuild b/dev-libs/libgweather/libgweather-3.6.2.ebuild deleted file mode 100644 index 1af5ed3..0000000 --- a/dev-libs/libgweather/libgweather-3.6.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Library to access weather information from online services" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="2" -IUSE="+introspection" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -# libsoup-gnome is to be used because libsoup[gnome] might not -# get libsoup-gnome installed by the time ${P} is built -COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?] - >=dev-libs/glib-2.13 - >=net-libs/libsoup-gnome-2.25.1:2.4 - >=dev-libs/libxml2-2.6.0 - >=sys-libs/timezone-data-2010k - - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) -" -RDEPEND="${COMMON_DEPEND} - ! gnome - - Use dev-libs/gobject-introspection - for introspection -