Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ilbc-rfc3951: ChangeLog ilbc-rfc3951-0-r1.ebuild
Date: Sun, 27 Nov 2011 22:21:48
Message-Id: 20111127222138.85BE22004B@flycatcher.gentoo.org
1 ulm 11/11/27 22:21:38
2
3 Modified: ChangeLog ilbc-rfc3951-0-r1.ebuild
4 Log:
5 Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797.
6
7 (Portage version: 2.1.10.38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-libs/ilbc-rfc3951/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 20 Jul 2011 13:57:51 -0000 1.14
23 +++ ChangeLog 27 Nov 2011 22:21:38 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/ilbc-rfc3951
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.14 2011/07/20 13:57:51 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.15 2011/11/27 22:21:38 ulm Exp $
29 +
30 + 27 Nov 2011; Ulrich Mueller <ulm@g.o> ilbc-rfc3951-0-r1.ebuild:
31 + Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797.
32
33 20 Jul 2011; Pacho Ramos <pacho@g.o> metadata.xml:
34 Drop maintainer due retirement, bug #34534
35
36
37
38 1.11 dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild?r1=1.10&r2=1.11
43
44 Index: ilbc-rfc3951-0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- ilbc-rfc3951-0-r1.ebuild 17 Dec 2009 16:33:17 -0000 1.10
51 +++ ilbc-rfc3951-0-r1.ebuild 27 Nov 2011 22:21:38 -0000 1.11
52 @@ -1,21 +1,21 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.10 2009/12/17 16:33:17 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.11 2011/11/27 22:21:38 ulm Exp $
58
59 inherit eutils autotools
60
61 DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for robust voice communication over IP."
62 HOMEPAGE="http://www.ilbcfreeware.org/"
63 SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
64 -# http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf
65 -LICENSE="gips_iLBClicense.pdf"
66 +
67 +# relicensed under 3-clause BSD license, bug 390797
68 +LICENSE="BSD"
69 SLOT="0"
70 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
71 -RESTRICT="bindist"
72 -
73 IUSE=""
74 +
75 S="${WORKDIR}/${PN}"
76 -DEPEND=""
77 +
78 src_unpack() {
79 unpack ${A}
80 cd "${S}"