Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore: libosmocore-9999.ebuild libosmocore-0.6.0.ebuild libosmocore-0.5.3.ebuild ChangeLog
Date: Fri, 24 May 2013 07:57:59
Message-Id: 20130524075752.DEBD62171E@flycatcher.gentoo.org
1 xmw 13/05/24 07:57:52
2
3 Modified: libosmocore-9999.ebuild libosmocore-0.5.3.ebuild
4 ChangeLog
5 Added: libosmocore-0.6.0.ebuild
6 Log:
7 Version bump, automake-1.13 patches.
8
9 (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.4 net-libs/libosmocore/libosmocore-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild?r1=1.3&r2=1.4
17
18 Index: libosmocore-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- libosmocore-9999.ebuild 1 Aug 2012 23:40:13 -0000 1.3
25 +++ libosmocore-9999.ebuild 24 May 2013 07:57:52 -0000 1.4
26 @@ -1,25 +1,18 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v 1.3 2012/08/01 23:40:13 chithanh Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-9999.ebuild,v 1.4 2013/05/24 07:57:52 xmw Exp $
32
33 EAPI="4"
34 -inherit autotools
35
36 -if [[ ${PV} == 9999* ]]; then
37 - inherit git-2
38 - SRC_URI=""
39 - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
40 - KEYWORDS=""
41 -else
42 - SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
43 - KEYWORDS="~amd64 ~x86"
44 -fi
45 +inherit autotools eutils git-2
46
47 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
48 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
49 +EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
50
51 LICENSE="GPL-2 LGPL-3"
52 SLOT="0"
53 +KEYWORDS=""
54 IUSE="embedded"
55
56 RDEPEND=""
57 @@ -29,6 +22,8 @@
58 src_prepare() {
59 # set correct version in pkgconfig files
60 sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
61 +
62 + epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch
63 eautoreconf
64 }
65
66
67
68
69 1.2 net-libs/libosmocore/libosmocore-0.5.3.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?rev=1.2&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?rev=1.2&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild?r1=1.1&r2=1.2
74
75 Index: libosmocore-0.5.3.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v
78 retrieving revision 1.1
79 retrieving revision 1.2
80 diff -u -r1.1 -r1.2
81 --- libosmocore-0.5.3.ebuild 11 Aug 2012 04:59:50 -0000 1.1
82 +++ libosmocore-0.5.3.ebuild 24 May 2013 07:57:52 -0000 1.2
83 @@ -1,25 +1,18 @@
84 -# Copyright 1999-2012 Gentoo Foundation
85 +# Copyright 1999-2013 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.1 2012/08/11 04:59:50 chithanh Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.2 2013/05/24 07:57:52 xmw Exp $
89
90 EAPI="4"
91 -inherit autotools eutils
92
93 -if [[ ${PV} == 9999* ]]; then
94 - inherit git-2
95 - SRC_URI=""
96 - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
97 - KEYWORDS=""
98 -else
99 - SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
100 - KEYWORDS="~amd64 ~x86"
101 -fi
102 +inherit autotools eutils
103
104 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
105 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
106 +SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
107
108 LICENSE="GPL-2 LGPL-3"
109 SLOT="0"
110 +KEYWORDS="~amd64 ~x86"
111 IUSE="embedded"
112
113 RDEPEND=""
114 @@ -29,6 +22,8 @@
115 src_prepare() {
116 # set correct version in pkgconfig files
117 sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
118 +
119 + epatch "${FILESDIR}"/${P}-automake-1.13.patch
120 eautoreconf
121 }
122
123
124
125
126 1.7 net-libs/libosmocore/ChangeLog
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.7&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?rev=1.7&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/ChangeLog?r1=1.6&r2=1.7
131
132 Index: ChangeLog
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v
135 retrieving revision 1.6
136 retrieving revision 1.7
137 diff -u -r1.6 -r1.7
138 --- ChangeLog 11 Aug 2012 05:34:26 -0000 1.6
139 +++ ChangeLog 24 May 2013 07:57:52 -0000 1.7
140 @@ -1,6 +1,14 @@
141 # ChangeLog for net-libs/libosmocore
142 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
143 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.6 2012/08/11 05:34:26 chithanh Exp $
144 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
145 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.7 2013/05/24 07:57:52 xmw Exp $
146 +
147 +*libosmocore-0.6.0 (24 May 2013)
148 +
149 + 24 May 2013; Michael Weber <xmw@g.o>
150 + +files/libosmocore-0.5.3-automake-1.13.patch,
151 + +files/libosmocore-0.6.0-automake-1.13.patch, +libosmocore-0.6.0.ebuild,
152 + libosmocore-0.5.3.ebuild, libosmocore-9999.ebuild:
153 + Version bump, automake-1.13 patches.
154
155 11 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
156 -files/libosmocore-0.5.2-gcc-4.6.patch:
157
158
159
160 1.1 net-libs/libosmocore/libosmocore-0.6.0.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild?rev=1.1&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild?rev=1.1&content-type=text/plain
164
165 Index: libosmocore-0.6.0.ebuild
166 ===================================================================
167 # Copyright 1999-2013 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 # $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.0.ebuild,v 1.1 2013/05/24 07:57:52 xmw Exp $
170
171 EAPI="4"
172
173 inherit autotools eutils
174
175 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
176 HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
177 SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
178
179 LICENSE="GPL-2 LGPL-3"
180 SLOT="0"
181 KEYWORDS="~amd64 ~x86"
182 IUSE="embedded"
183
184 RDEPEND=""
185 DEPEND="${RDEPEND}
186 app-doc/doxygen"
187
188 src_prepare() {
189 # set correct version in pkgconfig files
190 sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
191
192 epatch "${FILESDIR}"/${P}-automake-1.13.patch
193 eautoreconf
194 }
195
196 src_configure() {
197 econf $(use_enable embedded)
198 }
199
200 src_install() {
201 default
202 # install to correct documentation directory
203 mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die
204 }