zx2c4 14/04/26 02:38:16
Added: libosmo-abis-0.2.0.ebuild metadata.xml
libosmo-abis-9999.ebuild ChangeLog
Log:
Import builds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A5DE03AE)
Revision Changes Path
1.1 net-libs/libosmo-abis/libosmo-abis-0.2.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-0.2.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-0.2.0.ebuild?rev=1.1&content-type=text/plain
Index: libosmo-abis-0.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-0.2.0.ebuild,v 1.1
2014/04/26 02:38:16 zx2c4 Exp $
EAPI=5
inherit autotools
DESCRIPTION="Osmocom library for A-bis interface"
HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis"
SRC_URI="http://cgit.osmocom.org/cgit/${PN}/snapshot/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-libs/ortp"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
eautoreconf
}
1.1 net-libs/libosmo-abis/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>radio</herd>
</pkgmetadata>
1.1 net-libs/libosmo-abis/libosmo-abis-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-9999.ebuild?rev=1.1&content-type=text/plain
Index: libosmo-abis-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/net-libs/libosmo-abis/libosmo-abis-9999.ebuild,v 1.1
2014/04/26 02:38:16 zx2c4 Exp $
EAPI=5
inherit autotools git-2
DESCRIPTION="Osmocom library for A-bis interface"
HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis"
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
LICENSE="GPL-2 LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="net-libs/ortp"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
}
1.1 net-libs/libosmo-abis/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmo-abis/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for net-libs/libosmo-abis
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmo-abis/ChangeLog,v 1.1
2014/04/26 02:38:16 zx2c4 Exp $
*libosmo-abis-9999 (26 Apr 2014)
*libosmo-abis-0.2.0 (26 Apr 2014)
26 Apr 2014; Jason A. Donenfeld <[email protected]> +libosmo-abis-0.2.0.ebuild,
+libosmo-abis-9999.ebuild, +metadata.xml:
Import builds.