libosmocore: drop 1.6.0-r1

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 09:17:09 -04:00
parent ba5d6a9d4c
commit 5e8ee353d9
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 54 deletions

View file

@ -1,53 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/osmocom/libosmocore/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2 LGPL-3"
SLOT="0"
IUSE="pcsc-lite"
RESTRICT="test"
RDEPEND="virtual/libusb:1
net-libs/gnutls:=
net-libs/libmnl:=
net-misc/lksctp-tools
sys-libs/talloc
pcsc-lite? ( sys-apps/pcsc-lite )"
DEPEND="${RDEPEND}
app-doc/doxygen
"
PATCHES=( "${FILESDIR}/${PN}-0.6.0-automake-1.13.patch" )
src_prepare() {
default_src_prepare
# set correct version in pkgconfig files
sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
eautoreconf
}
src_configure() {
econf \
$(use_enable pcsc-lite pcsc)
}
src_install() {
default
find "${D}" -xtype f -name '*.la' -delete || die
}

View file

@ -7,7 +7,6 @@ net-libs/libbtbb
~net-libs/libwhisker-2.5
~net-libs/libvidcap-0.2.1
~net-libs/netwib-5.39.0
net-libs/libosmocore
net-libs/libhackrf
~net-libs/libosmo-dsp-0.4.0
~net-libs/zeromq-3.2.4