Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libbtbb: libbtbb-0.5.ebuild libbtbb-9999.ebuild ChangeLog metadata.xml
Date: Tue, 31 May 2011 19:47:43
Message-Id: 20110531194728.1D7CB20054@flycatcher.gentoo.org
1 binki 11/05/31 19:47:28
2
3 Added: libbtbb-0.5.ebuild libbtbb-9999.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Add new ebuild dev-libs/libbtbb, proxy-maintained by zero_chaos.
7
8 (Portage version: 2.2.0_alpha34-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-libs/libbtbb/libbtbb-0.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild?rev=1.1&content-type=text/plain
15
16 Index: libbtbb-0.5.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-0.5.ebuild,v 1.1 2011/05/31 19:47:28 binki Exp $
21
22 EAPI=4
23
24 inherit eutils
25
26 DESCRIPTION="A library to decode Bluetooth baseband packets"
27 HOMEPAGE="http://libbtbb.sourceforge.net/"
28
29 if [[ ${PV} == "9999" ]] ; then
30 EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code"
31 inherit git-2
32 KEYWORDS=""
33 else
34 SRC_URI="mirror://sourceforge/${PN}/${PN}.${PV}.tgz"
35 KEYWORDS="~amd64 ~arm ~x86"
36 fi
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 IUSE=""
41
42 S=${WORKDIR}/${PN}
43
44 src_prepare() {
45 if [[ ${PV} != "9999" ]] ; then
46 epatch "${FILESDIR}"/${P}-makefile.patch \
47 "${FILESDIR}"/${P}-flags.patch
48 fi
49 }
50
51 src_install() {
52 dodir /usr/$(get_libdir)
53 dodir /usr/include
54 emake LDCONFIG=true DESTDIR="${D}" INSTALL_DIR="${ED}/usr/$(get_libdir)" INCLUDE_DIR="${ED}/usr/include" install
55 }
56
57
58
59 1.1 net-libs/libbtbb/libbtbb-9999.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.1&content-type=text/plain
63
64 Index: libbtbb-9999.ebuild
65 ===================================================================
66 # Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.1 2011/05/31 19:47:28 binki Exp $
69
70 EAPI=4
71
72 inherit eutils
73
74 DESCRIPTION="A library to decode Bluetooth baseband packets"
75 HOMEPAGE="http://libbtbb.sourceforge.net/"
76
77 if [[ ${PV} == "9999" ]] ; then
78 EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code"
79 inherit git-2
80 KEYWORDS=""
81 else
82 SRC_URI="mirror://sourceforge/${PN}/${PN}.${PV}.tgz"
83 KEYWORDS="~amd64 ~arm ~x86"
84 fi
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 IUSE=""
89
90 S=${WORKDIR}/${PN}
91
92 src_prepare() {
93 if [[ ${PV} != "9999" ]] ; then
94 epatch "${FILESDIR}"/${P}-makefile.patch \
95 "${FILESDIR}"/${P}-flags.patch
96 fi
97 }
98
99 src_install() {
100 dodir /usr/$(get_libdir)
101 dodir /usr/include
102 emake LDCONFIG=true DESTDIR="${D}" INSTALL_DIR="${ED}/usr/$(get_libdir)" INCLUDE_DIR="${ED}/usr/include" install
103 }
104
105
106
107 1.1 net-libs/libbtbb/ChangeLog
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.1&content-type=text/plain
111
112 Index: ChangeLog
113 ===================================================================
114 # ChangeLog for net-libs/libbtbb
115 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
116 # $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.1 2011/05/31 19:47:28 binki Exp $
117
118 *libbtbb-9999 (31 May 2011)
119 *libbtbb-0.5 (31 May 2011)
120
121 31 May 2011; Nathan Phillip Brink <binki@g.o> +libbtbb-0.5.ebuild,
122 +files/libbtbb-0.5-flags.patch, +files/libbtbb-0.5-makefile.patch,
123 +libbtbb-9999.ebuild, +metadata.xml:
124 Add new ebuild dev-libs/libbtbb, proxy-maintained by zero_chaos.
125
126
127
128
129 1.1 net-libs/libbtbb/metadata.xml
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/metadata.xml?rev=1.1&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/metadata.xml?rev=1.1&content-type=text/plain
133
134 Index: metadata.xml
135 ===================================================================
136 <?xml version="1.0" encoding="UTF-8"?>
137 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
138 <pkgmetadata>
139 <herd>no-herd</herd>
140 <maintainer>
141 <email>sidhayn@×××××.com</email>
142 <name>Zero_Chaos</name>
143 <description>Proxy Maintainer, assign bugs</description>
144 </maintainer>
145 <maintainer>
146 <email>binki@g.o</email>
147 <name>Nathan Phillip Brink</name>
148 <description>Committer, CC in bugs</description>
149 </maintainer>
150 </pkgmetadata>