Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libosip: libosip-4.0.0.ebuild ChangeLog libosip-3.3.0.ebuild libosip-2.2.2.ebuild
Date: Tue, 05 Mar 2013 16:44:46
Message-Id: 20130305164443.A37562171E@flycatcher.gentoo.org
1 chithanh 13/03/05 16:44:43
2
3 Modified: ChangeLog
4 Added: libosip-4.0.0.ebuild
5 Removed: libosip-3.3.0.ebuild libosip-2.2.2.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.53 net-libs/libosip/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosip/ChangeLog?rev=1.53&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosip/ChangeLog?rev=1.53&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosip/ChangeLog?r1=1.52&r2=1.53
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v
21 retrieving revision 1.52
22 retrieving revision 1.53
23 diff -u -r1.52 -r1.53
24 --- ChangeLog 14 Feb 2013 22:08:06 -0000 1.52
25 +++ ChangeLog 5 Mar 2013 16:44:43 -0000 1.53
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/libosip
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.52 2013/02/14 22:08:06 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.53 2013/03/05 16:44:43 chithanh Exp $
31 +
32 +*libosip-4.0.0 (05 Mar 2013)
33 +
34 + 05 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +libosip-4.0.0.ebuild, -libosip-2.2.2.ebuild, -libosip-3.3.0.ebuild:
36 + Version bump.
37
38 14 Feb 2013; Agostino Sarubbo <ago@g.o> libosip-3.6.0.ebuild:
39 Stable for ppc, wrt bug #457420
40
41
42
43 1.1 net-libs/libosip/libosip-4.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosip/libosip-4.0.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosip/libosip-4.0.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libosip-4.0.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-4.0.0.ebuild,v 1.1 2013/03/05 16:44:43 chithanh Exp $
53
54 EAPI="5"
55
56 inherit eutils autotools versionator
57
58 MY_PV=${PV%.?}-${PV##*.}
59 MY_PV=${PV}
60 MY_P=${PN}2-${MY_PV}
61 DESCRIPTION="a simple way to support the Session Initiation Protocol"
62 HOMEPAGE="http://www.gnu.org/software/osip/"
63 SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
64
65 LICENSE="LGPL-2"
66 SLOT="2/$(get_version_component_range 1-2)"
67 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos"
68 IUSE="test"
69
70 S=${WORKDIR}/${MY_P}
71
72 src_prepare() {
73 epatch "${FILESDIR}/${PN}-3.3.0-out-source-build.patch"
74 AT_M4DIR="scripts" eautoreconf
75 }
76
77 src_configure() {
78 econf --enable-mt \
79 $(use_enable test)
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install
84 dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO
85 }