commit:     b158e8480bedfaf5e5b9ab59948fad8711a7a88f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 06:32:50 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 06:32:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b158e848

net-wireless/osmocom-bb: remove last-rited package

Bug: https://bugs.gentoo.org/752462
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-wireless/osmocom-bb/metadata.xml           | 11 -------
 net-wireless/osmocom-bb/osmocom-bb-9999.ebuild | 45 --------------------------
 2 files changed, 56 deletions(-)

diff --git a/net-wireless/osmocom-bb/metadata.xml 
b/net-wireless/osmocom-bb/metadata.xml
deleted file mode 100644
index ca60be1c4b8..00000000000
--- a/net-wireless/osmocom-bb/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Radio</name>
-       </maintainer>
-       <use>
-               <flag name="transmit">Enable transmission capabilities.</flag>
-       </use>
-</pkgmetadata>

diff --git a/net-wireless/osmocom-bb/osmocom-bb-9999.ebuild 
b/net-wireless/osmocom-bb/osmocom-bb-9999.ebuild
deleted file mode 100644
index be88f95016e..00000000000
--- a/net-wireless/osmocom-bb/osmocom-bb-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools flag-o-matic git-r3
-
-DESCRIPTION="OsmocomBB MS-side GSM Protocol stack (L1, L2, L3) excluding 
firmware"
-HOMEPAGE="http://bb.osmocom.org";
-EGIT_REPO_URI="git://git.osmocom.org/osmocom-bb.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="+transmit"
-
-DEPEND="net-libs/libosmocore"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       use transmit && append-cflags "-DCONFIG_TX_ENABLE"
-
-       cd src/host/osmocon && eautoreconf && cd ../../.. || die
-       cd src/host/gsmmap && eautoreconf && cd ../../.. || die
-       cd src/host/layer23 && eautoreconf && cd ../../.. || die
-}
-
-src_configure() {
-       cd src/host/osmocon && econf && cd ../../.. || die
-       cd src/host/gsmmap && econf && cd ../../.. || die
-       cd src/host/layer23 && econf && cd ../../.. || die
-}
-
-src_compile() {
-       cd src/host/osmocon && emake && cd ../../.. || die
-       cd src/host/gsmmap && emake && cd ../../.. || die
-       cd src/host/layer23 && emake && cd ../../.. || die
-
-}
-
-src_install() {
-       cd src/host/osmocon && emake install DESTDIR="${D}" && cd ../../.. || 
die
-       cd src/host/gsmmap && emake install DESTDIR="${D}" && cd ../../.. || die
-       cd src/host/layer23 && emake install DESTDIR="${D}" && cd ../../.. || 
die
-}

Reply via email to