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 66B9913838B for ; Sun, 5 Oct 2014 22:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB82CE09DF; Sun, 5 Oct 2014 22:09:46 +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 9272BE09EE for ; Sun, 5 Oct 2014 22:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F5134022B for ; Sun, 5 Oct 2014 22:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFE897147 for ; Sun, 5 Oct 2014 22:09:39 +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: <1412544004.993965c1b7d12b58922d3d22a78568606767e4fc.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild sci-geosciences/gnome-maps/gnome-maps-3.14.0.ebuild X-VCS-Directories: sci-geosciences/gnome-maps/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 993965c1b7d12b58922d3d22a78568606767e4fc X-VCS-Branch: master Date: Sun, 5 Oct 2014 22:09:39 +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: 090c92fb-b61c-4eb8-a8ea-9510d0a60069 X-Archives-Hash: 2cfee006cda6804d63a258db4e7cfd73 commit: 993965c1b7d12b58922d3d22a78568606767e4fc Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 5 21:07:18 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 5 21:20:04 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=993965c1 sci-geosciences/gnome-maps: 3.12.2 → 3.14.0 --- .../{gnome-maps-3.12.1.ebuild => gnome-maps-3.14.0.ebuild} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.14.0.ebuild similarity index 82% rename from sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild rename to sci-geosciences/gnome-maps/gnome-maps-3.14.0.ebuild index 70b1922..38ce7e2 100644 --- a/sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild +++ b/sci-geosciences/gnome-maps/gnome-maps-3.14.0.ebuild @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit eutils gnome2 DESCRIPTION="A map application for GNOME" -HOMEPAGE="https://wiki.gnome.org/Design/Apps/Maps" +HOMEPAGE="https://wiki.gnome.org/Apps/Maps" LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0" SLOT="0" @@ -34,10 +34,3 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig " - -src_prepare() { - # FIXME: autogenerated, should not be in tarball at all - rm "${S}"/src/path.js || die - - gnome2_src_prepare -}