* [gentoo-commits] repo/gentoo:master commit in: net-misc/lcr/
@ 2018-06-05 17:27 Richard Farina
0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina @ 2018-06-05 17:27 UTC (permalink / raw
To: gentoo-commits
commit: df3354cb796d53a4bae5092b74b8004f5c107088
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jun 1 14:40:16 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 5 17:26:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3354cb
net-misc/lcr: git-2->git-r3
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/lcr/lcr-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/lcr/lcr-9999.ebuild b/net-misc/lcr/lcr-9999.ebuild
index 4e1cdce0dd5..8330ca2effc 100644
--- a/net-misc/lcr/lcr-9999.ebuild
+++ b/net-misc/lcr/lcr-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit git-2 autotools
+inherit autotools git-r3
DESCRIPTION="Linux Call Router"
HOMEPAGE="http://isdn.eversberg.eu/"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/lcr/
@ 2020-12-03 6:34 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2020-12-03 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 9ae955db2bcf9bc41faebb97937dad2ab324eb39
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 06:29:23 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 06:29:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae955db
net-misc/lcr: remove last-rited package
Bug: https://bugs.gentoo.org/752462
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/lcr/lcr-9999.ebuild | 54 --------------------------------------------
net-misc/lcr/metadata.xml | 17 --------------
2 files changed, 71 deletions(-)
diff --git a/net-misc/lcr/lcr-9999.ebuild b/net-misc/lcr/lcr-9999.ebuild
deleted file mode 100644
index 8330ca2effc..00000000000
--- a/net-misc/lcr/lcr-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools git-r3
-
-DESCRIPTION="Linux Call Router"
-HOMEPAGE="http://isdn.eversberg.eu/"
-EGIT_REPO_URI="git://git.misdn.eu/lcr.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="asterisk +ssl +gsm-bs +gsm-ms ss5 +sip gsmhr misdn"
-
-DEPEND="
- media-libs/opencore-amr
- asterisk? ( net-misc/asterisk )
- ssl? ( dev-libs/openssl )
- gsm-bs? ( net-wireless/openbsc )
- sip? ( net-libs/sofia-sip )
- gsm-ms? ( net-wireless/osmocom-bb )
-"
- #mdisn? ( net-misc/misdn )
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i 's:#!/usr/bin/env python:#!/usr/bin/env python2:' "${S}"/libgsmhr/fetch_sources.py
- eautoreconf
-}
-
-src_configure() {
- CXXFLAGS="$CXXFLAGS -I./include" CFLAGS="$CFLAGS -I./include" econf \
- $(use_with asterisk) \
- $(use_with ssl) \
- $(use_with gsm-bs) \
- $(use_with gsm-ms) \
- $(use_with ss5) \
- $(use_with sip) \
- $(use_with misdn) \
- $(use_enable gsmhr)
-}
-
-src_compile() {
- emake -j1
-}
-
-pkg_postinst() {
- use gsmhr || return
- ewarn "You have enabled the gsmhr use flag, for the GSM half-rate"
- ewarn "codec. This is strongly discouraged, except for testing,"
- ewarn "because of extremely high CPU usage."
-}
diff --git a/net-misc/lcr/metadata.xml b/net-misc/lcr/metadata.xml
deleted file mode 100644
index b1d1e33aef3..00000000000
--- a/net-misc/lcr/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>radio@gentoo.org</email>
- <name>Radio</name>
- </maintainer>
- <use>
- <flag name="asterisk">net-misc/asterisk channel driver</flag>
- <flag name="misdn">net-misc/misdn driver</flag>
- <flag name="gsm-bs">net-wireless/openbsc driver</flag>
- <flag name="gsm-ms">net-wireless/osmobb driver</flag>
- <flag name="ss5">CCITT No. 5 support</flag>
- <flag name="sip">SIP support</flag>
- <flag name="gsmhr">Support for GSM HR codec using reference code (very slow)</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-03 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 6:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/lcr/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2018-06-05 17:27 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox