From 271742475981927af61680d464db81005defa774 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 27 Nov 2011 22:21:38 +0000 Subject: Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797. (Portage version: 2.1.10.38/cvs/Linux x86_64) --- dev-libs/ilbc-rfc3951/ChangeLog | 5 ++++- dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'dev-libs/ilbc-rfc3951') diff --git a/dev-libs/ilbc-rfc3951/ChangeLog b/dev-libs/ilbc-rfc3951/ChangeLog index 32debd6b9768..d45528682c4d 100644 --- a/dev-libs/ilbc-rfc3951/ChangeLog +++ b/dev-libs/ilbc-rfc3951/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ilbc-rfc3951 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.14 2011/07/20 13:57:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.15 2011/11/27 22:21:38 ulm Exp $ + + 27 Nov 2011; Ulrich Mueller ilbc-rfc3951-0-r1.ebuild: + Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797. 20 Jul 2011; Pacho Ramos metadata.xml: Drop maintainer due retirement, bug #34534 diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild index 9d840033285c..566debded1ae 100644 --- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild +++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ inherit eutils autotools DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for robust voice communication over IP." HOMEPAGE="http://www.ilbcfreeware.org/" SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz" -# http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf -LICENSE="gips_iLBClicense.pdf" + +# relicensed under 3-clause BSD license, bug 390797 +LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" -RESTRICT="bindist" - IUSE="" + S="${WORKDIR}/${PN}" -DEPEND="" + src_unpack() { unpack ${A} cd "${S}" -- cgit v1.2.3-65-gdbad