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 | 271742475981927af61680d464db81005defa774 (patch) | |
tree | 2764c87f884cba6ab37c52cc78f099809b4959df /dev-libs/ilbc-rfc3951 | |
parent | Remove old. Do not use autotools-utils.eclass by Ben Kohler (bug #392053). (diff) | |
download | gentoo-2-271742475981927af61680d464db81005defa774.tar.gz gentoo-2-271742475981927af61680d464db81005defa774.tar.bz2 gentoo-2-271742475981927af61680d464db81005defa774.zip |
Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797.
(Portage version: 2.1.10.38/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ilbc-rfc3951')
-rw-r--r-- | dev-libs/ilbc-rfc3951/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
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 <ulm@gentoo.org> ilbc-rfc3951-0-r1.ebuild: + Change LICENSE to BSD and remove RESTRICT=bindist, bug 390797. 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> 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}" |