mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
srsran: upstream renamed the repo
This commit is contained in:
parent
ba935ac37e
commit
8c9742f0dd
3 changed files with 9 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
DIST srsran-22.10.tar.gz 15187483 BLAKE2B 4a781d995ca8d17fb170fd4051ef39e14dc3e8d59d7c69013b45c6231f4a5516afccd53dce4afcd041ae7ace1f93298b8111c454fcc654c7525133591bd759ff SHA512 3ede785a40674729eb0159fc1edade6a3b1a6edc58f712e2d3c512625e720e01da140ba9da88ab146a94cd5acf1e6054c3a8b468c27780f62e43cf96852e9c3b
|
||||
DIST srsran-22.10.tar.gz 15187079 BLAKE2B d917116d575210aa44a03f7cbddd0c00805d8490f1528e87cc7cce634f2303537a5ccea15066c051dfa03a56b0ba2ddfb059fa66b75aeaeb699842d900c5998a SHA512 aa848c0ec97a5af12570f333a4a35295fdddae9b27b18ce183959919c349ae27a5b038b494f725804bdb9be38918810c4e0c0b42d11f036dbfcf5d9a6e32ef5e
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ EAPI=8
|
|||
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="Open source SDR 4G/5G software suite from Software Radio Systems"
|
||||
HOMEPAGE="https://srs.io"
|
||||
DESCRIPTION="Open source SDR 4G software suite from Software Radio Systems"
|
||||
HOMEPAGE="https://www.srsran.com/"
|
||||
|
||||
# Possible issues to look into
|
||||
#https://bugs.gentoo.org/713684
|
||||
|
|
@ -16,12 +16,12 @@ HOMEPAGE="https://srs.io"
|
|||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/srsran/srsRAN.git"
|
||||
EGIT_REPO_URI="https://github.com/srsran/srsRAN_4G.git"
|
||||
else
|
||||
inherit vcs-snapshot
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
MY_PV=${PV//./_}
|
||||
SRC_URI="https://github.com/srsran/srsRAN/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ EAPI=8
|
|||
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="Open source SDR 4G/5G software suite from Software Radio Systems"
|
||||
HOMEPAGE="https://srs.io"
|
||||
DESCRIPTION="Open source SDR 4G software suite from Software Radio Systems"
|
||||
HOMEPAGE="https://www.srsran.com/"
|
||||
|
||||
# Possible issues to look into
|
||||
#https://bugs.gentoo.org/713684
|
||||
|
|
@ -16,12 +16,12 @@ HOMEPAGE="https://srs.io"
|
|||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/srsran/srsRAN.git"
|
||||
EGIT_REPO_URI="https://github.com/srsran/srsRAN_4G.git"
|
||||
else
|
||||
inherit vcs-snapshot
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
MY_PV=${PV//./_}
|
||||
SRC_URI="https://github.com/srsran/srsRAN/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
|
|
|||
Loading…
Reference in a new issue