* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/, profiles/, net-libs/libosmocore/files/
@ 2022-04-15 13:07 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-04-15 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 17f36b8c4081c68528f201b8662d2fc7502672eb
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:03:27 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:07:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f36b8c
net-libs/libosmocore: treeclean
Closes: https://bugs.gentoo.org/749639
Closes: https://bugs.gentoo.org/643444
Closes: https://bugs.gentoo.org/684758
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-libs/libosmocore/Manifest | 1 -
.../files/libosmocore-0.6.0-automake-1.13.patch | 11 ------
net-libs/libosmocore/libosmocore-0.10.2.ebuild | 46 ----------------------
net-libs/libosmocore/libosmocore-9999.ebuild | 46 ----------------------
net-libs/libosmocore/metadata.xml | 11 ------
profiles/package.mask | 5 ---
6 files changed, 120 deletions(-)
diff --git a/net-libs/libosmocore/Manifest b/net-libs/libosmocore/Manifest
deleted file mode 100644
index 4f227d410617..000000000000
--- a/net-libs/libosmocore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libosmocore-0.10.2.tar.bz2 646555 BLAKE2B 62dbabdbb8a397662b618863aade394ef4638dd266e059ef4c6fa54364aba60db29cce1fc6c2692af095f32b3ce186ee5b788598595fe2128f0d04caad9d83d2 SHA512 a42db3467faec9c814efe40ae8cf4a41e610b97cac04c1da30c211f116e1f7907117aaab89aca8af3dcd8aedc2be73c9e1c194b9062d33856de02feddf4bda22
diff --git a/net-libs/libosmocore/files/libosmocore-0.6.0-automake-1.13.patch b/net-libs/libosmocore/files/libosmocore-0.6.0-automake-1.13.patch
deleted file mode 100644
index c61ecac1f336..000000000000
--- a/net-libs/libosmocore/files/libosmocore-0.6.0-automake-1.13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libosmocore-0.6.0/configure.ac
-+++ libosmocore-0.6.0/configure.ac
-@@ -77,7 +77,7 @@
- CHECK_TM_INCLUDES_TM_GMTOFF
-
- dnl Generate the output
--AC_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- AC_ARG_ENABLE(talloc,
- [AS_HELP_STRING(
diff --git a/net-libs/libosmocore/libosmocore-0.10.2.ebuild b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
deleted file mode 100644
index 3ac080827d7c..000000000000
--- a/net-libs/libosmocore/libosmocore-0.10.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-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"
-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="pcsc-lite"
-
-RDEPEND="
- 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() {
- append-flags -fcommon
- econf \
- $(use_enable pcsc-lite pcsc)
-}
diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-9999.ebuild
deleted file mode 100644
index 3ac080827d7c..000000000000
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-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"
-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="pcsc-lite"
-
-RDEPEND="
- 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() {
- append-flags -fcommon
- econf \
- $(use_enable pcsc-lite pcsc)
-}
diff --git a/net-libs/libosmocore/metadata.xml b/net-libs/libosmocore/metadata.xml
deleted file mode 100644
index 0329d3de81a5..000000000000
--- a/net-libs/libosmocore/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>radio@gentoo.org</email>
- <name>Radio</name>
- </maintainer>
- <use>
- <flag name="pcsc-lite">Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 7051410a2670..e0c04c2ac413 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,11 +282,6 @@ net-wireless/yatebts
net-wireless/srslte
net-wireless/gr-scan
-# Jakov Smolić <jsmolic@gentoo.org> (2022-03-16)
-# Unmaintaned, broken library with no revdeps.
-# Removal on 2022-04-16. Bug #643444. Bug #749639. Bug #684758.
-net-libs/libosmocore
-
# John Helmert III <ajak@gentoo.org> (2022-03-13)
# Arti is not a production-ready Tor client. According to upstream, "do
# not use this program yet if you seriously need anonymity, privacy,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-15 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15 13:07 [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/, profiles/, net-libs/libosmocore/files/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox