public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/
@ 2018-02-12  2:28 Chris Reffett
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett @ 2018-02-12  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b03cc15b3ecb2adfaa8738d482c46f393c3f20ec
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 02:27:17 2018 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 02:27:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03cc15b

net-libs/libosmocore: Version + EAPI bump

Bug: https://bugs.gentoo.org/608896
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libosmocore/Manifest                      |  2 +-
 ...ocore-9999.ebuild => libosmocore-0.10.2.ebuild} | 31 +++++++++---------
 net-libs/libosmocore/libosmocore-0.6.6.ebuild      | 37 ----------------------
 net-libs/libosmocore/libosmocore-9999.ebuild       | 31 +++++++++---------
 4 files changed, 31 insertions(+), 70 deletions(-)

diff --git a/net-libs/libosmocore/Manifest b/net-libs/libosmocore/Manifest
index ebd2c2ed787..995316315f4 100644
--- a/net-libs/libosmocore/Manifest
+++ b/net-libs/libosmocore/Manifest
@@ -1,2 +1,2 @@
-DIST libosmocore-0.6.6.tar.bz2 396707 BLAKE2B 087036c4c0e583d1c071292bb4cbd659c44560d193c9cf82a3ed11a952c0fb6cd9b5c996ae9083aeb25dd4ff6feb9607634703a391eba3730513fc0948e372af SHA512 d0b2a4f0efb8c364a3c3da8cd888a30eb19f193ae13e9ecbb7126b33dd18c2c23a19672866efc365cdc49b0a971ce87d828ec3fbf7e0df4f4d6ff5f3e32a9c17
+DIST libosmocore-0.10.2.tar.bz2 646555 BLAKE2B 62dbabdbb8a397662b618863aade394ef4638dd266e059ef4c6fa54364aba60db29cce1fc6c2692af095f32b3ce186ee5b788598595fe2128f0d04caad9d83d2 SHA512 a42db3467faec9c814efe40ae8cf4a41e610b97cac04c1da30c211f116e1f7907117aaab89aca8af3dcd8aedc2be73c9e1c194b9062d33856de02feddf4bda22
 DIST libosmocore-0.8.0.tar.bz2 439320 BLAKE2B 2614ddb8a1f7a0a72bae888d601264d90836daf2067716f2a264f0632699929db9b0a3d3f353629c08aaaecc84f429d6fa2c36481c8bd27ecb078f4447c937c8 SHA512 4ffd5943807440f80f70e381e477631a592fef41a3485819d94e7ce9523785e20057759aec6cac7abe57ba21b7d48e38164b7272c5bcd89882a3a8e213d89361

diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
similarity index 60%
copy from net-libs/libosmocore/libosmocore-9999.ebuild
copy to net-libs/libosmocore/libosmocore-0.10.2.ebuild
index ea57bb86c30..fbd3f9ee9b9 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
 
 if [[ ${PV} == 9999* ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
 	KEYWORDS=""
 else
@@ -19,29 +19,28 @@ fi
 
 LICENSE="GPL-2 LGPL-3"
 SLOT="0"
-IUSE="embedded pcsc-lite"
+IUSE="pcsc-lite"
+
+RDEPEND="
+	sys-libs/talloc
+	pcsc-lite? ( sys-apps/pcsc-lite )
+"
 
-RDEPEND="embedded? ( sys-libs/talloc )
-	pcsc-lite? ( sys-apps/pcsc-lite )"
 DEPEND="${RDEPEND}
-	app-doc/doxygen"
+	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
 
-	epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch
 	eautoreconf
 }
 
 src_configure() {
 	econf \
-		$(use_enable embedded) \
 		$(use_enable pcsc-lite pcsc)
 }
-
-src_install() {
-	default
-	# install to correct documentation directory
-	mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
-}

diff --git a/net-libs/libosmocore/libosmocore-0.6.6.ebuild b/net-libs/libosmocore/libosmocore-0.6.6.ebuild
deleted file mode 100644
index 5910efc66f2..00000000000
--- a/net-libs/libosmocore/libosmocore-0.6.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
-HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
-SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="embedded"
-
-RDEPEND="embedded? ( sys-libs/talloc )"
-DEPEND="${RDEPEND}
-	app-doc/doxygen"
-
-src_prepare() {
-	# set correct version in pkgconfig files
-	sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
-
-	epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable embedded)
-}
-
-src_install() {
-	default
-	# install to correct documentation directory
-	mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
-}

diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-9999.ebuild
index ea57bb86c30..fbd3f9ee9b9 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-9999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
 
 if [[ ${PV} == 9999* ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
 	KEYWORDS=""
 else
@@ -19,29 +19,28 @@ fi
 
 LICENSE="GPL-2 LGPL-3"
 SLOT="0"
-IUSE="embedded pcsc-lite"
+IUSE="pcsc-lite"
+
+RDEPEND="
+	sys-libs/talloc
+	pcsc-lite? ( sys-apps/pcsc-lite )
+"
 
-RDEPEND="embedded? ( sys-libs/talloc )
-	pcsc-lite? ( sys-apps/pcsc-lite )"
 DEPEND="${RDEPEND}
-	app-doc/doxygen"
+	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
 
-	epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch
 	eautoreconf
 }
 
 src_configure() {
 	econf \
-		$(use_enable embedded) \
 		$(use_enable pcsc-lite pcsc)
 }
-
-src_install() {
-	default
-	# install to correct documentation directory
-	mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/
@ 2018-06-05 17:27 Richard Farina
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2018-06-05 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d8f25f0465532f7dfcbde4d7a8e50c0c67d20569
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jun  1 14:38:51 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun  5 17:26:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f25f04

net-libs/libosmocore: git-2->git-r3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/libosmocore/libosmocore-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libosmocore/libosmocore-0.8.0.ebuild b/net-libs/libosmocore/libosmocore-0.8.0.ebuild
index ea57bb86c30..1154c80eb2a 100644
--- a/net-libs/libosmocore/libosmocore-0.8.0.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
 
 if [[ ${PV} == 9999* ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
 	KEYWORDS=""
 else


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/
@ 2021-01-01 10:28 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-01-01 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     eb790be4cc19258b075b07833a03a1ada146755f
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 10:08:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 10:28:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb790be4

net-libs/libosmocore: Apply -fcommon workaround

Closes: https://bugs.gentoo.org/706544
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 net-libs/libosmocore/libosmocore-0.10.2.ebuild | 5 +++--
 net-libs/libosmocore/libosmocore-9999.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-libs/libosmocore/libosmocore-0.10.2.ebuild b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
index fbd3f9ee9b9..66b9ab24206 100644
--- a/net-libs/libosmocore/libosmocore-0.10.2.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
@@ -41,6 +41,7 @@ src_prepare() {
 }
 
 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
index fbd3f9ee9b9..66b9ab24206 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
@@ -41,6 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
+	append-flags -fcommon
 	econf \
 		$(use_enable pcsc-lite pcsc)
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/
@ 2021-01-02 16:17 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-01-02 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     66dfa1ad11d6491433b4dd000ca5bdb57ad12364
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 16:17:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 16:17:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dfa1ad

net-libs/libosmocore: Remove old

Bug: https://bugs.gentoo.org/706544
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 net-libs/libosmocore/Manifest                 |  1 -
 net-libs/libosmocore/libosmocore-0.8.0.ebuild | 47 ---------------------------
 net-libs/libosmocore/metadata.xml             |  1 -
 3 files changed, 49 deletions(-)

diff --git a/net-libs/libosmocore/Manifest b/net-libs/libosmocore/Manifest
index 995316315f4..4f227d41061 100644
--- a/net-libs/libosmocore/Manifest
+++ b/net-libs/libosmocore/Manifest
@@ -1,2 +1 @@
 DIST libosmocore-0.10.2.tar.bz2 646555 BLAKE2B 62dbabdbb8a397662b618863aade394ef4638dd266e059ef4c6fa54364aba60db29cce1fc6c2692af095f32b3ce186ee5b788598595fe2128f0d04caad9d83d2 SHA512 a42db3467faec9c814efe40ae8cf4a41e610b97cac04c1da30c211f116e1f7907117aaab89aca8af3dcd8aedc2be73c9e1c194b9062d33856de02feddf4bda22
-DIST libosmocore-0.8.0.tar.bz2 439320 BLAKE2B 2614ddb8a1f7a0a72bae888d601264d90836daf2067716f2a264f0632699929db9b0a3d3f353629c08aaaecc84f429d6fa2c36481c8bd27ecb078f4447c937c8 SHA512 4ffd5943807440f80f70e381e477631a592fef41a3485819d94e7ce9523785e20057759aec6cac7abe57ba21b7d48e38164b7272c5bcd89882a3a8e213d89361

diff --git a/net-libs/libosmocore/libosmocore-0.8.0.ebuild b/net-libs/libosmocore/libosmocore-0.8.0.ebuild
deleted file mode 100644
index 1154c80eb2a..00000000000
--- a/net-libs/libosmocore/libosmocore-0.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-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"
-	KEYWORDS=""
-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="embedded pcsc-lite"
-
-RDEPEND="embedded? ( sys-libs/talloc )
-	pcsc-lite? ( sys-apps/pcsc-lite )"
-DEPEND="${RDEPEND}
-	app-doc/doxygen"
-
-src_prepare() {
-	# set correct version in pkgconfig files
-	sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
-
-	epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable embedded) \
-		$(use_enable pcsc-lite pcsc)
-}
-
-src_install() {
-	default
-	# install to correct documentation directory
-	mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
-}

diff --git a/net-libs/libosmocore/metadata.xml b/net-libs/libosmocore/metadata.xml
index 6c797726fd6..c1018ca4655 100644
--- a/net-libs/libosmocore/metadata.xml
+++ b/net-libs/libosmocore/metadata.xml
@@ -6,7 +6,6 @@
 		<name>Radio</name>
 	</maintainer>
 	<use>
-		<flag name="embedded">Build for embedded use and disable unsupported features</flag>
 		<flag name="pcsc-lite">Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-02 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-02 16:17 [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmocore/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-01-01 10:28 Andreas K. Hüttel
2018-06-05 17:27 Richard Farina
2018-02-12  2:28 Chris Reffett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox