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 73C33138334 for ; Mon, 23 Sep 2019 16:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BEA3E0919; Mon, 23 Sep 2019 16:20:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66AFAE0919 for ; Mon, 23 Sep 2019 16:20:21 +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 D723834B4CC for ; Mon, 23 Sep 2019 16:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29427FA for ; Mon, 23 Sep 2019 16:20:03 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1569255602.66d50246217bc0102b917eb777ddf43e41b4f3ad.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhackrf/Manifest net-libs/libhackrf/libhackrf-2017.02.1.ebuild X-VCS-Directories: net-libs/libhackrf/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 66d50246217bc0102b917eb777ddf43e41b4f3ad X-VCS-Branch: master Date: Mon, 23 Sep 2019 16:20:03 +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: d746b036-165d-472f-b293-63dbec518350 X-Archives-Hash: 61e41e587fb58f9c449596dfbc4ba9da commit: 66d50246217bc0102b917eb777ddf43e41b4f3ad Author: Rick Farina gentoo org> AuthorDate: Mon Sep 23 16:18:56 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Sep 23 16:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d50246 net-libs/libhackrf: drop old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> net-libs/libhackrf/Manifest | 1 - net-libs/libhackrf/libhackrf-2017.02.1.ebuild | 45 --------------------------- 2 files changed, 46 deletions(-) diff --git a/net-libs/libhackrf/Manifest b/net-libs/libhackrf/Manifest index 24e725d0b33..af3c0c631bc 100644 --- a/net-libs/libhackrf/Manifest +++ b/net-libs/libhackrf/Manifest @@ -1,2 +1 @@ -DIST hackrf-2017.02.1.tar.xz 15409352 BLAKE2B 930c6d30cbcadd366f889add7cd8f9756edf7a6b82a478353ea94662e9d2e0b612ca5ec0473eb0083dcbec761f2d5385eea31608f50f81543449ffa4bc31d277 SHA512 7cd6ad9aa8fef8afed41c48a3358bff18c6b2a9a112b13daabda87726e0e3ca4cf1e0c0c6ff9689bdd49f854e2e5887a84ccd7975abef43a43b75ecf8a5236ce DIST hackrf-2018.01.1.tar.xz 15464500 BLAKE2B 3a56305ce17b46660621b8f3e996e35909d7a8e7ab88ef643ed8f4c8d68f346e11dfe5fd2cb37aa23af62f202f28d9a8dc1da0cd8768fdbd6f293c65562f25a4 SHA512 89848fb58a8a29f7fe85bd817d5716117a2c7a5f2c4bb8582ad1ba8186831ca3054ea1314de943d1e923641eb18b6008cd8af79585e58fa50d55d5a7fd1b04e4 diff --git a/net-libs/libhackrf/libhackrf-2017.02.1.ebuild b/net-libs/libhackrf/libhackrf-2017.02.1.ebuild deleted file mode 100644 index 1034297b69f..00000000000 --- a/net-libs/libhackrf/libhackrf-2017.02.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils udev - -DESCRIPTION="library for communicating with HackRF SDR platform" -HOMEPAGE="http://greatscottgadgets.com/hackrf/" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-r3 - KEYWORDS="" - EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" - S="${WORKDIR}/hackrf/host/libhackrf" -else - S="${WORKDIR}/hackrf-${PV}/host/libhackrf" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" -fi - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="+udev" - -DEPEND="virtual/libusb:1" -RDEPEND="${DEPEND}" - -src_configure(){ - mycmakeargs=( - -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" - ) - if use udev; then - mycmakeargs+=( - -DUDEV_RULES_GROUP=usb - -DUDEV_RULES_PATH="$(get_udevdir)/rules.d" - ) - fi - cmake-utils_src_configure -} - -pkg_postinst() { - use udev && einfo "Users in the usb group can use hackrf." -}