public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore: libosmocore-0.5.3.ebuild ChangeLog libosmocore-0.5.2-r1.ebuild
@ 2012-08-11  4:59 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-08-11  4:59 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/08/11 04:59:50

  Modified:             ChangeLog
  Added:                libosmocore-0.5.3.ebuild
  Removed:              libosmocore-0.5.2-r1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-libs/libosmocore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Aug 2012 23:40:13 -0000	1.4
+++ ChangeLog	11 Aug 2012 04:59:50 -0000	1.5
@@ -1,6 +1,12 @@
 # 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.4 2012/08/01 23:40:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.5 2012/08/11 04:59:50 chithanh Exp $
+
+*libosmocore-0.5.3 (11 Aug 2012)
+
+  11 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +libosmocore-0.5.3.ebuild, -libosmocore-0.5.2-r1.ebuild:
+  Version bump.
 
 *libosmocore-0.5.2-r1 (01 Aug 2012)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?rev=1.1&content-type=text/plain

Index: libosmocore-0.5.3.ebuild
===================================================================
# Copyright 1999-2012 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 $

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

DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"

LICENSE="GPL-2 LGPL-3"
SLOT="0"
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
	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:[~2012-08-11  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11  4:59 [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore: libosmocore-0.5.3.ebuild ChangeLog libosmocore-0.5.2-r1.ebuild Chi-Thanh Christopher Nguyen (chithanh)

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