From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6272B13835B for ; Tue, 27 Apr 2021 11:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29532E08F2; Tue, 27 Apr 2021 11:05:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E669EE08F2 for ; Tue, 27 Apr 2021 11:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07FBE34115B for ; Tue, 27 Apr 2021 11:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5968B743 for ; Tue, 27 Apr 2021 11:05:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1619521498.727abd1c427702597398de4271260366f2b4dfa4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/osm-gps-map/Manifest sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild X-VCS-Directories: sci-geosciences/osm-gps-map/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 727abd1c427702597398de4271260366f2b4dfa4 X-VCS-Branch: master Date: Tue, 27 Apr 2021 11:05:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4209c752-be84-4a08-8d1b-5532a3e6c967 X-Archives-Hash: 2d1cccc46a40a4edb607e3dd65294bde commit: 727abd1c427702597398de4271260366f2b4dfa4 Author: Marek Szuba gentoo org> AuthorDate: Tue Apr 27 10:56:22 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Apr 27 11:04:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727abd1c sci-geosciences/osm-gps-map: drop 1.1.0 Signed-off-by: Marek Szuba gentoo.org> sci-geosciences/osm-gps-map/Manifest | 1 - .../osm-gps-map/osm-gps-map-1.1.0.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest index a910afc9e81..7b91a9b1b85 100644 --- a/sci-geosciences/osm-gps-map/Manifest +++ b/sci-geosciences/osm-gps-map/Manifest @@ -1,2 +1 @@ -DIST osm-gps-map-1.1.0.tar.gz 440480 BLAKE2B d1847937b4f9691c2ba14908f3cbca3c9911f76e05a6f8e96cd741ca291b74e238a06b6d01fbd8bac9c43bdd73788e8ef0c035d75290ffb631a15ee0b9f749e5 SHA512 74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0 DIST osm-gps-map-1.2.0.tar.gz 466817 BLAKE2B 727c5969b1ca1c681a6629cc0d35f5124e99de7116267e3135dc5dd926df4431b16045df3e1441eb1f7a68252b3bb451c26585b9907f16aec7800b9531631eaa SHA512 7d19a3f2afcaab6dd5d2fcf62a552f4f4481d494a8ce6a88f3db94d0037ade0679d1618107859c63cdc0cf72eb8c9380b435a4c3d9af68cd3f2595cc66bba747 diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild deleted file mode 100644 index 4b45443c6b3..00000000000 --- a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools gnome2 - -DESCRIPTION="A GTK+ widget for displaying OpenStreetMap tiles" -HOMEPAGE="https://nzjrs.github.io/osm-gps-map/" -SRC_URI="https://github.com/nzjrs/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="static-libs" - -RDEPEND=" - >=dev-libs/glib-2.16.0:2 - >=net-libs/libsoup-2.4.0:2.4 - >=x11-libs/cairo-1.8.0 - >=x11-libs/gtk+-3.0:3[introspection] - dev-libs/gobject-introspection" - -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - gnome-base/gnome-common:3 - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${P}-gtk-doc-module.patch" - "${FILESDIR}/${P}-no-maintainer-mode.patch" -) - -src_prepare() { - gnome2_src_prepare - AT_NOELIBTOOLIZE=yes eautoreconf -} - -src_configure() { - gnome2_src_configure $(use_enable static-libs static) -}