Skip to content

Commit

Permalink
[net-libs/libosmo-sccp] new packet first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vervelak committed Feb 22, 2013
1 parent b5898ec commit b73ddd7
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
36 changes: 36 additions & 0 deletions net-libs/libosmo-sccp/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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 $

11 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-files/libosmocore-0.5.2-gcc-4.6.patch:
Drop unneeded patch.

*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)

01 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+files/libosmocore-0.5.2-gcc-4.6.patch, +libosmocore-0.5.2-r1.ebuild,
-libosmocore-0.4.2.ebuild, -libosmocore-0.5.2.ebuild, libosmocore-9999.ebuild:
Build and pkgconfig files fixes. Drop old.

*libosmocore-0.5.2 (05 Jul 2012)

05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+libosmocore-0.5.2.ebuild, libosmocore-9999.ebuild:
Version bump.

05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> metadata.xml:
Assign maintainership to radio herd.

*libosmocore-0.4.2 (15 Jun 2012)
*libosmocore-9999 (15 Jun 2012)

15 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+libosmocore-0.4.2.ebuild, +libosmocore-9999.ebuild, +metadata.xml:
Initial commit, based in part on ebuild by Peter Stuge.
2 changes: 2 additions & 0 deletions net-libs/libosmo-sccp/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EBUILD libosmo-sccp-9999.ebuild 806 SHA256 e076b8bff33e2ac53e0e5eaa057060133a345c56e83611d05d5716e404dc0d41 SHA512 c4c80c494ca26161af9ab9580e1a6d0885d7f14abc853ed1cd9827a3bd83ba68bf976a29471adea9b8994ecc0c8a140a57a8075276295c2ad0c08826e9dd2350 WHIRLPOOL a42fb371ffe97388c8431d02cfc5788defc279faa6bca652307add50c481b6246aedad1459a485c739f883e5a431a58cd1a72e9b691d72aeae95e8efe4298858
MISC ChangeLog 1394 SHA256 bba0613d8ae6205fb22944260e9e60b2576a14991fdf4f0829697fb0c5d49dbd SHA512 ad9864e554354c264f230d24caceed7fab337c13e449c63e4d1f718bba5d20bddcded2f9e3c4d8126d9b7f21ea157ea4dde6c005cc6028f440a93289a3969995 WHIRLPOOL ada2db5d066b415a2fcd2d46724117bbf71f140cc58a7480b2bb9775790c7ac562e9bf2d3cd482a623b0582c8f429b1df58650e74dc76cdfff0df15ae18f7026
40 changes: 40 additions & 0 deletions net-libs/libosmo-sccp/libosmo-sccp-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"
inherit autotools

if [[ ${PV} == 9999* ]]; then
inherit git-2
SRC_URI=""
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
KEYWORDS=""
fi

DESCRIPTION="Abis implementation for OpenBSC and related projects"
HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-sccp"

LICENSE="GPL-2 LGPL-3"
SLOT="0"
IUSE=""

RDEPEND="net-libs/libosmocore"
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
}

src_install() {
default
# install to correct documentation directory
#mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
}

0 comments on commit b73ddd7

Please sign in to comment.