* [gentoo-commits] gentoo-x86 commit in net-libs/libbtbb: libbtbb-0.5.ebuild libbtbb-9999.ebuild ChangeLog metadata.xml
@ 2011-05-31 19:47 Nathan Phillip Brink (binki)
0 siblings, 0 replies; only message in thread
From: Nathan Phillip Brink (binki) @ 2011-05-31 19:47 UTC (permalink / raw
To: gentoo-commits
binki 11/05/31 19:47:28
Added: libbtbb-0.5.ebuild libbtbb-9999.ebuild ChangeLog
metadata.xml
Log:
Add new ebuild dev-libs/libbtbb, proxy-maintained by zero_chaos.
(Portage version: 2.2.0_alpha34-r1/cvs/Linux x86_64)
Revision Changes Path
1.1 net-libs/libbtbb/libbtbb-0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild?rev=1.1&content-type=text/plain
Index: libbtbb-0.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild,v 1.1 2011/05/31 19:47:28 binki Exp $
EAPI=4
inherit eutils
DESCRIPTION="A library to decode Bluetooth baseband packets"
HOMEPAGE="http://libbtbb.sourceforge.net/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code"
inherit git-2
KEYWORDS=""
else
SRC_URI="mirror://sourceforge/${PN}/${PN}.${PV}.tgz"
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
S=${WORKDIR}/${PN}
src_prepare() {
if [[ ${PV} != "9999" ]] ; then
epatch "${FILESDIR}"/${P}-makefile.patch \
"${FILESDIR}"/${P}-flags.patch
fi
}
src_install() {
dodir /usr/$(get_libdir)
dodir /usr/include
emake LDCONFIG=true DESTDIR="${D}" INSTALL_DIR="${ED}/usr/$(get_libdir)" INCLUDE_DIR="${ED}/usr/include" install
}
1.1 net-libs/libbtbb/libbtbb-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.1&content-type=text/plain
Index: libbtbb-9999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.1 2011/05/31 19:47:28 binki Exp $
EAPI=4
inherit eutils
DESCRIPTION="A library to decode Bluetooth baseband packets"
HOMEPAGE="http://libbtbb.sourceforge.net/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code"
inherit git-2
KEYWORDS=""
else
SRC_URI="mirror://sourceforge/${PN}/${PN}.${PV}.tgz"
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
S=${WORKDIR}/${PN}
src_prepare() {
if [[ ${PV} != "9999" ]] ; then
epatch "${FILESDIR}"/${P}-makefile.patch \
"${FILESDIR}"/${P}-flags.patch
fi
}
src_install() {
dodir /usr/$(get_libdir)
dodir /usr/include
emake LDCONFIG=true DESTDIR="${D}" INSTALL_DIR="${ED}/usr/$(get_libdir)" INCLUDE_DIR="${ED}/usr/include" install
}
1.1 net-libs/libbtbb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for net-libs/libbtbb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.1 2011/05/31 19:47:28 binki Exp $
*libbtbb-9999 (31 May 2011)
*libbtbb-0.5 (31 May 2011)
31 May 2011; Nathan Phillip Brink <binki@gentoo.org> +libbtbb-0.5.ebuild,
+files/libbtbb-0.5-flags.patch, +files/libbtbb-0.5-makefile.patch,
+libbtbb-9999.ebuild, +metadata.xml:
Add new ebuild dev-libs/libbtbb, proxy-maintained by zero_chaos.
1.1 net-libs/libbtbb/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/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>no-herd</herd>
<maintainer>
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
<description>Proxy Maintainer, assign bugs</description>
</maintainer>
<maintainer>
<email>binki@gentoo.org</email>
<name>Nathan Phillip Brink</name>
<description>Committer, CC in bugs</description>
</maintainer>
</pkgmetadata>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-31 19:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 19:47 [gentoo-commits] gentoo-x86 commit in net-libs/libbtbb: libbtbb-0.5.ebuild libbtbb-9999.ebuild ChangeLog metadata.xml Nathan Phillip Brink (binki)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox