Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libpri: ChangeLog libpri-1.4.11.4.ebuild
Date: Tue, 07 Sep 2010 11:10:52
Message-Id: 20100907111047.2348E20051@flycatcher.gentoo.org
1 chainsaw 10/09/07 11:10:47
2
3 Modified: ChangeLog
4 Added: libpri-1.4.11.4.ebuild
5 Log:
6 Version bump, as requested by Oliver Jaksch in bug #335639. Among other things, this improves compliance with the Q.921 specification.
7
8 (Portage version: 2.1.9.1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.81 net-libs/libpri/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpri/ChangeLog?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpri/ChangeLog?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpri/ChangeLog?r1=1.80&r2=1.81
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- ChangeLog 13 Jul 2010 14:01:39 -0000 1.80
24 +++ ChangeLog 7 Sep 2010 11:10:47 -0000 1.81
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libpri
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.80 2010/07/13 14:01:39 chainsaw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.81 2010/09/07 11:10:47 chainsaw Exp $
30 +
31 +*libpri-1.4.11.4 (07 Sep 2010)
32 +
33 + 07 Sep 2010; <chainsaw@g.o> +libpri-1.4.11.4.ebuild:
34 + Version bump, as requested by Oliver Jaksch in bug #335639. Among other
35 + things, this improves compliance with the Q.921 specification.
36
37 *libpri-1.4.11.3 (13 Jul 2010)
38
39
40
41
42 1.1 net-libs/libpri/libpri-1.4.11.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpri/libpri-1.4.11.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpri/libpri-1.4.11.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libpri-1.4.11.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.4.11.4.ebuild,v 1.1 2010/09/07 11:10:47 chainsaw Exp $
52
53 EAPI="3"
54
55 EAPI=3
56 inherit base
57
58 DESCRIPTION="Primary Rate ISDN (PRI) library"
59 HOMEPAGE="http://www.asterisk.org/"
60 SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
65 IUSE=""
66
67 PATCHES=(
68 "${FILESDIR}/${PN}-1.4.11.1-multilib.patch"
69 "${FILESDIR}/${PN}-1.4.11.1-respect-cflags.patch"
70 "${FILESDIR}/${PN}-1.4.11.1-respect-ldflags.patch"
71 "${FILESDIR}/${PN}-1.4.11.1-werror-is-ill-advised.patch"
72 )
73
74 src_install() {
75 emake INSTALL_PREFIX="${D}" LIBDIR="${D}/usr/$(get_libdir)" install \
76 || die "emake install failed"
77
78 dodoc ChangeLog README TODO || die "dodoc failed"
79 }