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 5429A138359 for ; Sun, 11 Oct 2020 14:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44C3E0CE3; Sun, 11 Oct 2020 14:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9BBF3E0CE3 for ; Sun, 11 Oct 2020 14:33: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BEFF340C37 for ; Sun, 11 Oct 2020 14:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7838386 for ; Sun, 11 Oct 2020 14:33:54 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1602426822.8e9a796e8391041d6fe9e6f17455c06e69642ed1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-iqbal/Manifest net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild X-VCS-Directories: net-wireless/gr-iqbal/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8e9a796e8391041d6fe9e6f17455c06e69642ed1 X-VCS-Branch: master Date: Sun, 11 Oct 2020 14:33: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: dbdc4266-1ec4-4e7c-8bc0-2e174c49447e X-Archives-Hash: 9244ebe782fe34d4afe6f0f5840bfdda commit: 8e9a796e8391041d6fe9e6f17455c06e69642ed1 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 11 14:33:42 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 11 14:33:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9a796e net-wireless/gr-iqbal: Drop old Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> net-wireless/gr-iqbal/Manifest | 1 - net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild | 29 ---------------------------- 2 files changed, 30 deletions(-) diff --git a/net-wireless/gr-iqbal/Manifest b/net-wireless/gr-iqbal/Manifest index 223d546adbe..0a1295defee 100644 --- a/net-wireless/gr-iqbal/Manifest +++ b/net-wireless/gr-iqbal/Manifest @@ -1,2 +1 @@ -DIST gr-iqbal-0.37.3.tar.gz 105924 BLAKE2B 25eddc718e2b6d5c679a0d6f199d9d49ff69b535502bf9449d7561ae8c172014a5058cee7ef692a36ec518408747d63d01a23c963f45a5d4b5f58175c49f5bbc SHA512 04ac24e2cc8ebf458088e4d8b005818d3f2496fdc801779dc276c21ee751520039078d5157022a886494f8d62b586d69c703e83fb0539e775ce95e3ca34cf374 DIST gr-iqbal-0.38.1.tar.gz 106392 BLAKE2B 009f36dcf34127e80d8afa91196906a2b2dc8696dd16f9e7d6d9011d9baf2e4c2dfac78eb1acabcbe52dd88ce08b15f8da407b141585f2c60fd63549218576e0 SHA512 b2f74bba560478b746ad1b11d70202fa2d396462f4806918379543fc69a915346745b34f9ffb2914091ec677295f6f378a5b22641c26aa37c5e23092623b5cee diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild deleted file mode 100644 index c1920c8ed5e..00000000000 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-single-r1 - -DESCRIPTION="gnuradio I/Q balancing" -HOMEPAGE="http://git.osmocom.org/gr-iqbal/" - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git" -else - SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="GPL-3" -SLOT="0/${PV}" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="=net-wireless/gnuradio-3.7*:0=[${PYTHON_SINGLE_USEDEP}] - net-libs/libosmo-dsp:= - dev-libs/boost:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}"