mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
msldap-0.3.29.ebuild
This commit is contained in:
parent
72ad2c3d4d
commit
d6334f5a04
4 changed files with 8 additions and 135 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST msldap-0.3.11.tar.gz 125667 BLAKE2B f4eaedd26f1db9608d0c854e5a2a1fbfbc627288b174295b5d3cbe4b759fb6a46a1f1dc8cbd99a65480a1f07d298ce051cba3eed093a86c9cc5b6e398f342ba7 SHA512 1009a0ea456937b697fb289d81d727493c4bbe2aaed7cb88b364c436791c09c85e3caa905e920f12a328fffc71a51a0ed27354053123b7f5a1e1439ba652a851
|
||||
DIST msldap-0.3.13.tar.gz 126549 BLAKE2B 77ab947c2d74cdc71dce1156b79c412a018fc54e1ee937beda2ccabad028e48cacecafea556c598b0aeefb01f80f312ea420aecc06d1064ffad4c0185c7bd771 SHA512 d255b14920d17a73180196129c37c5f8c984a7bbe8dc1724b9cc8def596acbcbe6fdcd758301451763550b9056ecacbfb81b94e9967f9260c0e9f3c24fb65ea7
|
||||
DIST msldap-0.3.20.tar.gz 128708 BLAKE2B 1b9a1ca36132fd289a34cc4875f982c87e2fdec3a7c9a351de056209375c095b7af3c4bb3f3e14601603f8b4e06f08904075677fee31eeb055ce70d68bc235a2 SHA512 cc165bc8b9b2def408b20b1a5bcd448b690b4f84720b6d07e54580fbf1916f96bc58bc5429796d2f0d09187fc3ed8079394309a704134b44e33dda2534af5d28
|
||||
DIST msldap-0.3.29.tar.gz 136014 BLAKE2B 73d80c4e8e74b29f304372ac00478d2001e5fc2fbc0bc125adf9a1c2a8bb9f2d71e774cffa29e85f636d3b2318a59a18e9446b0bb5f1a758132c7cece997e03e SHA512 cbacb585f6c72afb786ca9125eb3d0d8111e8e908826bf763917c3cdd5e18cc5ceb8a04678cab694aad36f16103b1ca46be7f9cc6a64793847280fb7211820f8
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library to play with MS LDAP"
|
||||
HOMEPAGE="https://github.com/skelsec/msldap"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
#'winsspi;platform_system=="Windows"',
|
||||
# the last two (aiocmd and asciitree) are "Prerequisites"
|
||||
RDEPEND="
|
||||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
>=dev-python/winsspi-0.0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/minikerberos-0.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/asysocks-0.0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-3.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
|
||||
dev-python/aiocmd[${PYTHON_USEDEP}]
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -19,17 +19,14 @@ IUSE="test"
|
|||
|
||||
#'winsspi;platform_system=="Windows"',
|
||||
# the last two (aiocmd and asciitree) are "Prerequisites"
|
||||
RDEPEND="
|
||||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
>=dev-python/winsspi-0.0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/minikerberos-0.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/asysocks-0.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/minikerberos-0.2.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/asysocks-0.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-3.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
|
||||
dev-python/aiocmd[${PYTHON_USEDEP}]
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="SDR Rx/Tx software"
|
||||
HOMEPAGE="https://github.com/f4exb/sdrangel"
|
||||
SRC_URI=""
|
||||
|
||||
if [[ ${PV} =~ "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/f4exb/sdrangel.git"
|
||||
else
|
||||
SRC_URI="https://github.com/f4exb/sdrangel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="airspy bladerf cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 fcd -debug -doc hackrf limesuite opengl plutosdr rtlsdr server soapy"
|
||||
|
||||
# TODO: perseus, xtrx, mirisdr
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost
|
||||
dev-libs/cm256cc
|
||||
dev-libs/serialDV
|
||||
>=dev-qt/qtcore-5.6.0
|
||||
>=dev-qt/qtwidgets-5.6.0
|
||||
>=dev-qt/qtwebsockets-5.6.0
|
||||
>=dev-qt/qtmultimedia-5.6.0[widgets]
|
||||
dev-qt/qtserialport
|
||||
dev-qt/qtpositioning
|
||||
dev-qt/qtlocation
|
||||
dev-qt/qtcharts
|
||||
dev-qt/qtspeech
|
||||
>=media-libs/codec2-0.9.1
|
||||
media-libs/opus
|
||||
net-wireless/dsdcc
|
||||
sci-libs/fftw:3.0
|
||||
virtual/libusb:1
|
||||
opengl? (
|
||||
virtual/opengl
|
||||
>=dev-qt/qtopengl-5.6.0
|
||||
)
|
||||
media-libs/opencv
|
||||
airspy? ( net-wireless/airspy )
|
||||
bladerf? ( net-wireless/bladerf )
|
||||
hackrf? ( net-libs/libhackrf )
|
||||
plutosdr? ( net-libs/libiio )
|
||||
limesuite? ( net-wireless/limesuite )
|
||||
rtlsdr? ( net-wireless/rtl-sdr )
|
||||
soapy? ( net-wireless/soapysdr )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# error: invalid conversion from ‘long int’ to ‘QDebug::Stream*’ [-fpermissive]
|
||||
export CFLAGS='-fpermissive'
|
||||
export CXXFLAGS='-fpermissive'
|
||||
|
||||
mycmakeargs=(
|
||||
-DDEBUG_OUTPUT="$(usex debug)" \
|
||||
-DSANITIZE_ADDRESS=OFF \
|
||||
-DRX_SAMPLE_24BIT=ON \
|
||||
-DBUILD_SERVER="$(usex server)" \
|
||||
-DBUILD_GUI="$(usex opengl)" \
|
||||
-DBUILD_FORCE_SSSE3="$(usex cpu_flags_x86_ssse3)" \
|
||||
-DBUILD_FORCE_SSE41="$(usex cpu_flags_x86_sse4_1)" \
|
||||
-DENABLE_AIRSPY="$(usex airspy)" \
|
||||
-DENABLE_AIRSPYHF="$(usex airspy)" \
|
||||
-DENABLE_BLADERF="$(usex bladerf)" \
|
||||
-DENABLE_DOXYGEN="$(usex doc)" \
|
||||
-DENABLE_FUNCUBE="$(usex fcd)" \
|
||||
-DENABLE_HACKRF="$(usex hackrf)" \
|
||||
-DENABLE_IIO="$(usex plutosdr)" \
|
||||
-DENABLE_MIRISDR=OFF \
|
||||
-DENABLE_PERSEUS=OFF \
|
||||
-DENABLE_SOAPYSDR="$(usex soapy)" \
|
||||
-DENABLE_XTRX=OFF \
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue