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 3B96213835A for ; Sat, 2 Jan 2021 16:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 671A3E0833; Sat, 2 Jan 2021 16:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 44AD2E0833 for ; Sat, 2 Jan 2021 16:17:47 +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 18E74340E73 for ; Sat, 2 Jan 2021 16:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A0A487 for ; Sat, 2 Jan 2021 16:17:44 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1609604236.66dfa1ad11d6491433b4dd000ca5bdb57ad12364.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libosmocore/Manifest net-libs/libosmocore/libosmocore-0.8.0.ebuild net-libs/libosmocore/metadata.xml X-VCS-Directories: net-libs/libosmocore/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 66dfa1ad11d6491433b4dd000ca5bdb57ad12364 X-VCS-Branch: master Date: Sat, 2 Jan 2021 16:17:44 +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: acd7ddf1-a5c6-4a06-8bd5-1790e7cc5963 X-Archives-Hash: 39d37892a420d1dc4d6b39ef0139aa5d commit: 66dfa1ad11d6491433b4dd000ca5bdb57ad12364 Author: Andreas K. Huettel gentoo org> AuthorDate: Sat Jan 2 16:17:16 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jan 2 16:17:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dfa1ad net-libs/libosmocore: Remove old Bug: https://bugs.gentoo.org/706544 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel gentoo.org> net-libs/libosmocore/Manifest | 1 - net-libs/libosmocore/libosmocore-0.8.0.ebuild | 47 --------------------------- net-libs/libosmocore/metadata.xml | 1 - 3 files changed, 49 deletions(-) diff --git a/net-libs/libosmocore/Manifest b/net-libs/libosmocore/Manifest index 995316315f4..4f227d41061 100644 --- a/net-libs/libosmocore/Manifest +++ b/net-libs/libosmocore/Manifest @@ -1,2 +1 @@ DIST libosmocore-0.10.2.tar.bz2 646555 BLAKE2B 62dbabdbb8a397662b618863aade394ef4638dd266e059ef4c6fa54364aba60db29cce1fc6c2692af095f32b3ce186ee5b788598595fe2128f0d04caad9d83d2 SHA512 a42db3467faec9c814efe40ae8cf4a41e610b97cac04c1da30c211f116e1f7907117aaab89aca8af3dcd8aedc2be73c9e1c194b9062d33856de02feddf4bda22 -DIST libosmocore-0.8.0.tar.bz2 439320 BLAKE2B 2614ddb8a1f7a0a72bae888d601264d90836daf2067716f2a264f0632699929db9b0a3d3f353629c08aaaecc84f429d6fa2c36481c8bd27ecb078f4447c937c8 SHA512 4ffd5943807440f80f70e381e477631a592fef41a3485819d94e7ce9523785e20057759aec6cac7abe57ba21b7d48e38164b7272c5bcd89882a3a8e213d89361 diff --git a/net-libs/libosmocore/libosmocore-0.8.0.ebuild b/net-libs/libosmocore/libosmocore-0.8.0.ebuild deleted file mode 100644 index 1154c80eb2a..00000000000 --- a/net-libs/libosmocore/libosmocore-0.8.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -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="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="GPL-2 LGPL-3" -SLOT="0" -IUSE="embedded pcsc-lite" - -RDEPEND="embedded? ( sys-libs/talloc ) - pcsc-lite? ( sys-apps/pcsc-lite )" -DEPEND="${RDEPEND} - app-doc/doxygen" - -src_prepare() { - # set correct version in pkgconfig files - sed -i "s/UNKNOWN/${PV}/" git-version-gen || die - - epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable embedded) \ - $(use_enable pcsc-lite pcsc) -} - -src_install() { - default - # install to correct documentation directory - mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die -} diff --git a/net-libs/libosmocore/metadata.xml b/net-libs/libosmocore/metadata.xml index 6c797726fd6..c1018ca4655 100644 --- a/net-libs/libosmocore/metadata.xml +++ b/net-libs/libosmocore/metadata.xml @@ -6,7 +6,6 @@ Radio - Build for embedded use and disable unsupported features Enable smartcard support with sys-apps/pcsc-lite