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 5AF0A138CEF for ; Wed, 12 Feb 2014 23:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0CFBE0AC5; Wed, 12 Feb 2014 23:48:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A333BE09C0 for ; Wed, 12 Feb 2014 23:48:18 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C399333FA25 for ; Wed, 12 Feb 2014 23:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A5791188CE for ; Wed, 12 Feb 2014 23:48:15 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1392247676.1f9f291d24b135fc8b2db5a295a919b41cf2edd8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild X-VCS-Directories: sci-geosciences/geocode-glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1f9f291d24b135fc8b2db5a295a919b41cf2edd8 X-VCS-Branch: master Date: Wed, 12 Feb 2014 23:48:15 +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: 036b29b3-555e-4c49-9529-0e4a984a6eed X-Archives-Hash: 488928d9aad6aff730aef4d2bff6ae91 commit: 1f9f291d24b135fc8b2db5a295a919b41cf2edd8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 23:27:56 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 23:27:56 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1f9f291d sci-geosciences/geocode-glib: moved to gentoo-x86 --- .../geocode-glib/geocode-glib-3.10.0.ebuild | 55 ---------------------- 1 file changed, 55 deletions(-) diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild deleted file mode 100644 index 568245c..0000000 --- a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" # --enable-debug does not do anything useful - -inherit gnome2 - -DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service" -HOMEPAGE="http://git.gnome.org/browse/geocode-glib" - -# FIXME: should be slot 1.0 but upstream failed at renaming the libs -# and some files conflict from previous releases. - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection test" - -RDEPEND=" - >=dev-libs/glib-2.34:2 - >=dev-libs/json-glib-0.16.2[introspection?] - gnome-base/gvfs[http] - net-libs/libsoup:2.4[introspection?] - introspection? ( - >=dev-libs/gobject-introspection-0.6.3 - net-libs/libsoup-gnome:2.4[introspection] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.13 - >=dev-util/intltool-0.41.0 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - test? ( sys-apps/dbus ) -" -# eautoreconf requires: -# dev-libs/gobject-introspection-common -# gnome-base/gnome-common - -RESTRICT="test" # Need network #424719 - -src_prepare() { - gnome2_src_prepare - - # Crazy flags - sed -e 's:-Wall ::' -i configure || die -} - -#src_test() { -# export GVFS_DISABLE_FUSE=1 -# export GIO_USE_VFS=gvfs -# ewarn "Tests require network access to http://where.yahooapis.com" -# dbus-launch emake check || die "tests failed" -#}