summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-04-15 15:03:27 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-04-15 15:07:19 +0200
commit17f36b8c4081c68528f201b8662d2fc7502672eb (patch)
tree16353ace985a28489267b53eaba1e400d8c99d2a /net-libs
parentnet-libs/libmirisdr: treeclean (diff)
downloadgentoo-17f36b8c4081c68528f201b8662d2fc7502672eb.tar.gz
gentoo-17f36b8c4081c68528f201b8662d2fc7502672eb.tar.bz2
gentoo-17f36b8c4081c68528f201b8662d2fc7502672eb.zip
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libosmocore/Manifest1
-rw-r--r--net-libs/libosmocore/files/libosmocore-0.6.0-automake-1.13.patch11
-rw-r--r--net-libs/libosmocore/libosmocore-0.10.2.ebuild46
-rw-r--r--net-libs/libosmocore/libosmocore-9999.ebuild46
-rw-r--r--net-libs/libosmocore/metadata.xml11
5 files changed, 0 insertions, 115 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>