zx2c4       14/04/26 02:08:08

  Modified:             ChangeLog
  Added:                libosmocore-0.6.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A5DE03AE)

Revision  Changes    Path
1.12                 net-libs/libosmocore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   5 Nov 2013 13:33:41 -0000       1.11
+++ ChangeLog   26 Apr 2014 02:08:08 -0000      1.12
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libosmocore
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.11 
2013/11/05 13:33:41 chithanh Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.12 
2014/04/26 02:08:08 zx2c4 Exp $
+
+*libosmocore-0.6.6 (26 Apr 2014)
+
+  26 Apr 2014; Jason A. Donenfeld <[email protected]> +libosmocore-0.6.6.ebuild:
+  Version bump.
 
   05 Nov 2013; Chí-Thanh Christopher Nguyễn <[email protected]>
   -libosmocore-0.6.0.ebuild, -libosmocore-0.6.2.ebuild:



1.1                  net-libs/libosmocore/libosmocore-0.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.6.ebuild?rev=1.1&content-type=text/plain

Index: libosmocore-0.6.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.6.ebuild,v 1.1 
2014/04/26 02:08:08 zx2c4 Exp $

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=""
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
}




Reply via email to