[gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/

2020-12-02 Thread Joonas Niilola
commit: 76f3e299b5955130a243f0770eaa62552491732f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec  3 06:28:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec  3 06:28:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f3e299

net-libs/libosmo-abis: remove last-rited package

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

 net-libs/libosmo-abis/libosmo-abis-.ebuild | 24 
 net-libs/libosmo-abis/metadata.xml |  8 
 2 files changed, 32 deletions(-)

diff --git a/net-libs/libosmo-abis/libosmo-abis-.ebuild 
b/net-libs/libosmo-abis/libosmo-abis-.ebuild
deleted file mode 100644
index 3574747f1b9..000
--- a/net-libs/libosmo-abis/libosmo-abis-.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools git-r3
-
-DESCRIPTION="Osmocom library for A-bis interface"
-HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis;
-EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="net-libs/ortp
-   >=net-libs/libosmocore-0.11.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}

diff --git a/net-libs/libosmo-abis/metadata.xml 
b/net-libs/libosmo-abis/metadata.xml
deleted file mode 100644
index 1570f891c6a..000
--- a/net-libs/libosmo-abis/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ra...@gentoo.org
-   Radio
-   
-



[gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/

2018-06-03 Thread Richard Farina
commit: fcf909d9597f11d4673de1fd5a11b149845bc10a
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Jun  4 01:50:50 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Jun  4 01:50:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf909d9

net-libs/libosmo-abis: fix missing dep, minor cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/libosmo-abis/libosmo-abis-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-libs/libosmo-abis/libosmo-abis-.ebuild 
b/net-libs/libosmo-abis/libosmo-abis-.ebuild
index 00d1ef07ca5..3574747f1b9 100644
--- a/net-libs/libosmo-abis/libosmo-abis-.ebuild
+++ b/net-libs/libosmo-abis/libosmo-abis-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit autotools git-2
+inherit autotools git-r3
 
 DESCRIPTION="Osmocom library for A-bis interface"
 HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis;
@@ -14,9 +14,11 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="net-libs/ortp"
+DEPEND="net-libs/ortp
+   >=net-libs/libosmocore-0.11.0"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+   default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/

2016-08-31 Thread Jason Donenfeld
commit: 689a50e32ff4e993185041e436f21363fd05b82b
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Aug 31 14:37:24 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Wed Aug 31 14:37:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689a50e3

net-libs/libosmo-abis: use master branch

Package-Manager: portage-2.3.0

 net-libs/libosmo-abis/libosmo-abis-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-libs/libosmo-abis/libosmo-abis-.ebuild 
b/net-libs/libosmo-abis/libosmo-abis-.ebuild
index 2edd204..a10795e 100644
--- a/net-libs/libosmo-abis/libosmo-abis-.ebuild
+++ b/net-libs/libosmo-abis/libosmo-abis-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,6 @@ inherit autotools git-2
 DESCRIPTION="Osmocom library for A-bis interface"
 HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis;
 EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-EGIT_BRANCH="jolly/multi-trx"
 
 LICENSE="GPL-2 LGPL-3"
 SLOT="0"