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: ChangeLog libbtbb-9999.ebuild libbtbb-0.7.ebuild libbtbb-0.6.ebuild
Date: Wed, 23 Nov 2011 17:04:53
Message-Id: 20111123170442.24BC52004B@flycatcher.gentoo.org
1 binki 11/11/23 17:04:42
2
3 Modified: ChangeLog libbtbb-9999.ebuild
4 Added: libbtbb-0.7.ebuild
5 Removed: libbtbb-0.6.ebuild
6 Log:
7 Bump to libbtbb-0.7, dropping 0.6, at zero_chaos's request. No longer requires buildsys patch.
8
9 (Portage version: 2.2.0_alpha74-r2/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 net-libs/libbtbb/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 16 Oct 2011 22:54:34 -0000 1.2
25 +++ ChangeLog 23 Nov 2011 17:04:41 -0000 1.3
26 @@ -1,6 +1,14 @@
27 # ChangeLog for net-libs/libbtbb
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.2 2011/10/16 22:54:34 binki Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.3 2011/11/23 17:04:41 binki Exp $
31 +
32 +*libbtbb-0.7 (23 Nov 2011)
33 +
34 + 23 Nov 2011; Nathan Phillip Brink <binki@g.o> -libbtbb-0.6.ebuild,
35 + -files/libbtbb-0.6-soname-symlink.patch, +libbtbb-0.7.ebuild,
36 + libbtbb-9999.ebuild:
37 + Bump to libbtbb-0.7, dropping 0.6, at zero_chaos's request. No longer
38 + requires buildsys patch.
39
40 *libbtbb-0.6 (16 Oct 2011)
41
42
43
44
45 1.3 net-libs/libbtbb/libbtbb-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?r1=1.2&r2=1.3
50
51 Index: libbtbb-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- libbtbb-9999.ebuild 16 Oct 2011 22:54:34 -0000 1.2
58 +++ libbtbb-9999.ebuild 23 Nov 2011 17:04:41 -0000 1.3
59 @@ -1,10 +1,10 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.2 2011/10/16 22:54:34 binki Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.3 2011/11/23 17:04:41 binki Exp $
64
65 EAPI=4
66
67 -inherit eutils multilib
68 +inherit multilib
69
70 DESCRIPTION="A library to decode Bluetooth baseband packets"
71 HOMEPAGE="http://libbtbb.sourceforge.net/"
72 @@ -22,12 +22,6 @@
73 SLOT="0"
74 IUSE=""
75
76 -src_prepare() {
77 - if [[ ${PV} != "9999" ]]; then
78 - epatch "${FILESDIR}"/${P}-soname-symlink.patch
79 - fi
80 -}
81 -
82 src_install() {
83 dodir /usr/$(get_libdir)
84 dodir /usr/include
85
86
87
88 1.1 net-libs/libbtbb/libbtbb-0.7.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.7.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-0.7.ebuild?rev=1.1&content-type=text/plain
92
93 Index: libbtbb-0.7.ebuild
94 ===================================================================
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-0.7.ebuild,v 1.1 2011/11/23 17:04:42 binki Exp $
98
99 EAPI=4
100
101 inherit multilib
102
103 DESCRIPTION="A library to decode Bluetooth baseband packets"
104 HOMEPAGE="http://libbtbb.sourceforge.net/"
105
106 if [[ ${PV} == "9999" ]] ; then
107 EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code"
108 inherit git-2
109 KEYWORDS=""
110 else
111 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
112 KEYWORDS="~amd64 ~arm ~x86"
113 fi
114
115 LICENSE="GPL-2"
116 SLOT="0"
117 IUSE=""
118
119 src_install() {
120 dodir /usr/$(get_libdir)
121 dodir /usr/include
122 emake LDCONFIG=true DESTDIR="${D}" INSTALL_DIR="${ED}/usr/$(get_libdir)" INCLUDE_DIR="${ED}/usr/include" install
123 }