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 8A914158086 for ; Sun, 24 Oct 2021 23:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90ACFE081A; Sun, 24 Oct 2021 23:34:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD10E0828 for ; Sun, 24 Oct 2021 23:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD54E343670 for ; Sun, 24 Oct 2021 23:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C041169 for ; Sun, 24 Oct 2021 23:34:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635118433.dff431c4808b0c312be12924a83a7e4381da6140.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild sci-geosciences/gpsbabel/gpsbabel-9999.ebuild X-VCS-Directories: sci-geosciences/gpsbabel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dff431c4808b0c312be12924a83a7e4381da6140 X-VCS-Branch: master Date: Sun, 24 Oct 2021 23:34:54 +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: 35ab7678-91ab-472c-8849-b454145a9924 X-Archives-Hash: 09e59c629a1826ff32703af774197a4d commit: dff431c4808b0c312be12924a83a7e4381da6140 Author: Sam James gentoo org> AuthorDate: Sun Oct 24 23:33:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 23:33:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff431c4 sci-geosciences/gpsbabel: use libusb:1, drop old expat dependency - Upstream are no longer using libexpat - Now uses libusb 1.0, not 0.x Signed-off-by: Sam James gentoo.org> .../gpsbabel/{gpsbabel-1.7.0.ebuild => gpsbabel-1.7.0-r1.ebuild} | 3 +-- sci-geosciences/gpsbabel/gpsbabel-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild similarity index 98% rename from sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild rename to sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild index d4975828466..4da02d15793 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild @@ -28,11 +28,10 @@ SLOT="0" IUSE="doc" DEPEND=" - dev-libs/expat dev-qt/qtcore:5 sci-libs/shapelib:= sys-libs/zlib - virtual/libusb:0 + virtual/libusb:1 " BDEPEND=" virtual/pkgconfig diff --git a/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild b/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild index d4975828466..4da02d15793 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild @@ -28,11 +28,10 @@ SLOT="0" IUSE="doc" DEPEND=" - dev-libs/expat dev-qt/qtcore:5 sci-libs/shapelib:= sys-libs/zlib - virtual/libusb:0 + virtual/libusb:1 " BDEPEND=" virtual/pkgconfig