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 77211138334 for ; Mon, 7 Jan 2019 23:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE86E0B4E; Mon, 7 Jan 2019 23:01:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 10BFFE0B4E for ; Mon, 7 Jan 2019 23:01:38 +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 AA5FD335D01 for ; Mon, 7 Jan 2019 23:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB594E5 for ; Mon, 7 Jan 2019 23:01:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546901993.dfcda8fcb1675e9279c31fea0ee23b49c74af432.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/multimode/Manifest net-wireless/multimode/multimode-1.00-r2.ebuild X-VCS-Directories: net-wireless/multimode/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfcda8fcb1675e9279c31fea0ee23b49c74af432 X-VCS-Branch: master Date: Mon, 7 Jan 2019 23:01:35 +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: 5b511650-cd3c-49fa-96be-d14fa9423ad8 X-Archives-Hash: c69dff25aebe516e3d22710d10e8e748 commit: dfcda8fcb1675e9279c31fea0ee23b49c74af432 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 01:06:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 7 22:59:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcda8fc net-wireless/multimode: Drop 1.00-r2 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-wireless/multimode/Manifest | 1 - net-wireless/multimode/multimode-1.00-r2.ebuild | 44 ------------------------- 2 files changed, 45 deletions(-) diff --git a/net-wireless/multimode/Manifest b/net-wireless/multimode/Manifest index 8a629813c86..eef9dda6f5b 100644 --- a/net-wireless/multimode/Manifest +++ b/net-wireless/multimode/Manifest @@ -1,2 +1 @@ DIST multimode-1.4_p20140831.tar.xz 7648 BLAKE2B 1efec8c12e46b63f5501f1cf28f2e1f57d378c578656ecae771f0b98b873bbc1f119652a9f4607c9c0f3c5f3ca4f7109c48509f8339a1b22b8e3ef2af7214407 SHA512 891428e6c049cfd94787bd7580a59b3a9eb488dbf97cd21a1d82be04648e5423c3ce73983d38c5a3c280519ebea73c9572e9b0cdc7df453114e6aa220a58eaff -DIST multimode-r1.00.tar.gz 13931 BLAKE2B cb6c147af3eb5cbded77446155b5322ba8df8cedc43b4891f730cb542e03df1acbe7905105d4c8c2acdc0ffafa797f0734194458b3617f3b7fe6713dbf33a0ca SHA512 9c224794139592622bc441a8d17265963eda56d691f45ebc0220ee3e3907e53b113dae0c8452330753fafd94964663d70bad2dce43cbe05a3abcd477112f3c98 diff --git a/net-wireless/multimode/multimode-1.00-r2.ebuild b/net-wireless/multimode/multimode-1.00-r2.ebuild deleted file mode 100644 index aaa5a053442..00000000000 --- a/net-wireless/multimode/multimode-1.00-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio" -HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk" - inherit subversion -else - SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" - S="${WORKDIR}" -fi - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - >=net-wireless/gr-osmosdr-0.0.1 - =net-wireless/rtl-sdr-0.5.0" - -src_compile() { - PYTHONPATH="${S}":"${PYTHONPATH}" emake -} - -src_install() { - newbin ${PN}.py ${PN} - insinto $(python_get_sitedir) - doins ${PN}_helper.py - insinto /usr/share/${PN} - doins ${PN}.grc - python_fix_shebang "${ED}"/usr/bin -}