diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-11-27 22:21:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-11-27 22:21:38 +0000 |
commit | a4a3f2d62cccc6d670a5a857bfad35ec01feddf8 (patch) | |
tree | 40623110f8fd50f40e9751c8d0bda6ced03b6452 /dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | |
parent | Remove old. Do not use autotools-utils.eclass by Ben Kohler (bug #392053). (diff) | |
download | historical-a4a3f2d62cccc6d670a5a857bfad35ec01feddf8.tar.gz historical-a4a3f2d62cccc6d670a5a857bfad35ec01feddf8.tar.bz2 historical-a4a3f2d62cccc6d670a5a857bfad35ec01feddf8.zip |
Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797.
Package-Manager: portage-2.1.10.38/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild')
-rw-r--r-- | dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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}" |