* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/
@ 2016-08-31 14:38 Jason Donenfeld
0 siblings, 0 replies; 3+ messages in thread
From: Jason Donenfeld @ 2016-08-31 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 689a50e32ff4e993185041e436f21363fd05b82b
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 14:37:24 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:37:47 2016 +0000
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-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
index 2edd204..a10795e 100644
--- a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
+++ b/net-libs/libosmo-abis/libosmo-abis-9999.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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/
@ 2018-06-04 1:51 Richard Farina
0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina @ 2018-06-04 1:51 UTC (permalink / raw
To: gentoo-commits
commit: fcf909d9597f11d4673de1fd5a11b149845bc10a
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 4 01:50:50 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 01:50:50 2018 +0000
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-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
index 00d1ef07ca5..3574747f1b9 100644
--- a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
+++ b/net-libs/libosmo-abis/libosmo-abis-9999.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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/
@ 2020-12-03 6:34 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-12-03 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 76f3e299b5955130a243f0770eaa62552491732f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 06:28:00 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 06:28:00 2020 +0000
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 <juippis <AT> gentoo.org>
net-libs/libosmo-abis/libosmo-abis-9999.ebuild | 24 ------------------------
net-libs/libosmo-abis/metadata.xml | 8 --------
2 files changed, 32 deletions(-)
diff --git a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
deleted file mode 100644
index 3574747f1b9..00000000000
--- a/net-libs/libosmo-abis/libosmo-abis-9999.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..00000000000
--- a/net-libs/libosmo-abis/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-03 6:34 UTC | newest]
Thread overview: 3+ 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-libs/libosmo-abis/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2018-06-04 1:51 Richard Farina
2016-08-31 14:38 Jason Donenfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox