* [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore: libosmocore-9999.ebuild libosmocore-0.6.0.ebuild libosmocore-0.5.3.ebuild ChangeLog
@ 2013-05-24 7:57 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-05-24 7:57 UTC (permalink / raw
To: gentoo-commits
xmw 13/05/24 07:57:52
Modified: libosmocore-9999.ebuild libosmocore-0.5.3.ebuild
ChangeLog
Added: libosmocore-0.6.0.ebuild
Log:
Version bump, automake-1.13 patches.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.4 net-libs/libosmocore/libosmocore-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?r1=1.3&r2=1.4
Index: libosmocore-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libosmocore-9999.ebuild 1 Aug 2012 23:40:13 -0000 1.3
+++ libosmocore-9999.ebuild 24 May 2013 07:57:52 -0000 1.4
@@ -1,25 +1,18 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v 1.3 2012/08/01 23:40:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v 1.4 2013/05/24 07:57:52 xmw Exp $
EAPI="4"
-inherit autotools
-if [[ ${PV} == 9999* ]]; then
- inherit git-2
- SRC_URI=""
- 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 ~x86"
-fi
+inherit autotools eutils git-2
DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
+EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
LICENSE="GPL-2 LGPL-3"
SLOT="0"
+KEYWORDS=""
IUSE="embedded"
RDEPEND=""
@@ -29,6 +22,8 @@
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
}
1.2 net-libs/libosmocore/libosmocore-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?r1=1.1&r2=1.2
Index: libosmocore-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libosmocore-0.5.3.ebuild 11 Aug 2012 04:59:50 -0000 1.1
+++ libosmocore-0.5.3.ebuild 24 May 2013 07:57:52 -0000 1.2
@@ -1,25 +1,18 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.1 2012/08/11 04:59:50 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.2 2013/05/24 07:57:52 xmw Exp $
EAPI="4"
-inherit autotools eutils
-if [[ ${PV} == 9999* ]]; then
- inherit git-2
- SRC_URI=""
- 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 ~x86"
-fi
+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 ~x86"
IUSE="embedded"
RDEPEND=""
@@ -29,6 +22,8 @@
src_prepare() {
# set correct version in pkgconfig files
sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
+
+ epatch "${FILESDIR}"/${P}-automake-1.13.patch
eautoreconf
}
1.7 net-libs/libosmocore/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 11 Aug 2012 05:34:26 -0000 1.6
+++ ChangeLog 24 May 2013 07:57:52 -0000 1.7
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/libosmocore
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.6 2012/08/11 05:34:26 chithanh Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.7 2013/05/24 07:57:52 xmw Exp $
+
+*libosmocore-0.6.0 (24 May 2013)
+
+ 24 May 2013; Michael Weber <xmw@gentoo.org>
+ +files/libosmocore-0.5.3-automake-1.13.patch,
+ +files/libosmocore-0.6.0-automake-1.13.patch, +libosmocore-0.6.0.ebuild,
+ libosmocore-0.5.3.ebuild, libosmocore-9999.ebuild:
+ Version bump, automake-1.13 patches.
11 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-files/libosmocore-0.5.2-gcc-4.6.patch:
1.1 net-libs/libosmocore/libosmocore-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: libosmocore-0.6.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild,v 1.1 2013/05/24 07:57:52 xmw Exp $
EAPI="4"
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 ~x86"
IUSE="embedded"
RDEPEND=""
DEPEND="${RDEPEND}
app-doc/doxygen"
src_prepare() {
# set correct version in pkgconfig files
sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
epatch "${FILESDIR}"/${P}-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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-24 7:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 7:57 [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore: libosmocore-9999.ebuild libosmocore-0.6.0.ebuild libosmocore-0.5.3.ebuild ChangeLog Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox