From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/
Date: Fri, 5 Jul 2024 17:49:31 +0000 (UTC) [thread overview]
Message-ID: <1720201735.8745b851c0c50a29fe2886b04cd13aa5d64b26d6.pacho@gentoo> (raw)
commit: 8745b851c0c50a29fe2886b04cd13aa5d64b26d6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 17:29:34 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 17:48:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8745b851
net-wireless/limesuite: drop 20.10.0, 23.10.0
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-wireless/limesuite/Manifest | 2 --
net-wireless/limesuite/limesuite-20.10.0.ebuild | 34 -------------------------
net-wireless/limesuite/limesuite-23.10.0.ebuild | 34 -------------------------
3 files changed, 70 deletions(-)
diff --git a/net-wireless/limesuite/Manifest b/net-wireless/limesuite/Manifest
index b58bad9c75c9..f2fe713fcb25 100644
--- a/net-wireless/limesuite/Manifest
+++ b/net-wireless/limesuite/Manifest
@@ -1,3 +1 @@
-DIST limesuite-20.10.0.tar.gz 5421065 BLAKE2B 1b3a6240b334a9d96c3184edc71d9666525906a3a34c03085c869ef2f2cb8d741386a2c14f120a3de50b55d2183006611fa1d79ecce0a353537b1c650d862b11 SHA512 4ff422d04bb8795463da1a3e04dd742701bca89cb9003e3a1af3a97f9aa13a167c6cafa4b36734c3c810d08cec96f4d8aced40413504660f42a9c7208bfa3264
-DIST limesuite-23.10.0.tar.gz 5202380 BLAKE2B e18ce6b95cd2f2cf4c7f12db09a006822a34e64cccd5ab427e19a2b25812985e260708a3d62dec6c41974571593fad4c8c9df510b814cda0da3bdad899fb44d0 SHA512 2f29afce2f00247e509b0a0c994b53ee31c98e2aa43cee12f0529994a532059db7b7bc4bd26f1066995740d5ba6cee3ec4db53e4068b21b330d463953a9b4d9d
DIST limesuite-23.11.0.tar.gz 5202440 BLAKE2B da91e0463f47f51b42f4be74d07e7beb3289649b7075e2a3da9752f7222c035e823ea300e15f52bcaccfde81fbae97b44e03c3bcb0ae3ce38019e88472cecf58 SHA512 0f96f92952af4470d5a9cc407c2d25348123876eab8d589371ad6105f9871dfe6e2317e634509bfd950ffb9ae30338e6fc7936ad9030c1119be442080a5174e7
diff --git a/net-wireless/limesuite/limesuite-20.10.0.ebuild b/net-wireless/limesuite/limesuite-20.10.0.ebuild
deleted file mode 100644
index a3eb577bb40b..000000000000
--- a/net-wireless/limesuite/limesuite-20.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Driver and GUI for LMS7002M-based SDR platforms"
-HOMEPAGE="https://myriadrf.org/projects/component/limesdr/"
-SRC_URI="https://github.com/myriadrf/LimeSuite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/LimeSuite-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- x11-libs/fltk:1
- x11-libs/wxGTK:${WX_GTK_VER}
- net-wireless/soapysdr:=
- virtual/opengl
- virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- setup-wxwidgets
-
- local mycmakeargs=(
- -DENABLE_OCTAVE=OFF
- -DENABLE_EXAMPLES=OFF
- )
- cmake_src_configure
-}
diff --git a/net-wireless/limesuite/limesuite-23.10.0.ebuild b/net-wireless/limesuite/limesuite-23.10.0.ebuild
deleted file mode 100644
index 6e42d2d852f0..000000000000
--- a/net-wireless/limesuite/limesuite-23.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Driver and GUI for LMS7002M-based SDR platforms"
-HOMEPAGE="https://myriadrf.org/projects/component/limesdr/"
-SRC_URI="https://github.com/myriadrf/LimeSuite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/LimeSuite-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- x11-libs/fltk:1
- x11-libs/wxGTK:${WX_GTK_VER}
- net-wireless/soapysdr:=
- virtual/opengl
- virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- setup-wxwidgets
-
- local mycmakeargs=(
- -DENABLE_OCTAVE=OFF
- -DENABLE_EXAMPLES=OFF
- )
- cmake_src_configure
-}
next reply other threads:[~2024-07-05 17:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 17:49 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 17:50 [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/ Ionen Wolkens
2023-11-24 14:31 Pacho Ramos
2023-11-10 1:05 Rick Farina
2022-03-12 11:11 David Seifert
2022-03-12 11:11 David Seifert
2019-08-28 16:50 Rick Farina
2019-08-28 16:14 Rick Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720201735.8745b851c0c50a29fe2886b04cd13aa5d64b26d6.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox