diff options
author | 2012-10-05 09:14:45 +0000 | |
---|---|---|
committer | 2012-10-05 09:14:45 +0000 | |
commit | 327d369719f1ebbdfce535bc3b5e3b268f333ea0 (patch) | |
tree | 139c6ed1c014de75bc9a715484f4eb35dbe0273c /media-libs/libshout | |
parent | USE="static-libs" and use prune_libtool_files function from eutils.eclass to ... (diff) | |
download | gentoo-2-327d369719f1ebbdfce535bc3b5e3b268f333ea0.tar.gz gentoo-2-327d369719f1ebbdfce535bc3b5e3b268f333ea0.tar.bz2 gentoo-2-327d369719f1ebbdfce535bc3b5e3b268f333ea0.zip |
Fix LICENSE from GPL-2 to LGPL-2 as per COPYING file.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libshout')
-rw-r--r-- | media-libs/libshout/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libshout/libshout-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libshout/ChangeLog b/media-libs/libshout/ChangeLog index d877a768c439..c5ce652708a7 100644 --- a/media-libs/libshout/ChangeLog +++ b/media-libs/libshout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libshout # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.45 2012/10/05 09:12:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.46 2012/10/05 09:14:45 ssuominen Exp $ + + 05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> libshout-2.3.1.ebuild: + Fix LICENSE from GPL-2 to LGPL-2 as per COPYING file. 05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> libshout-2.3.1.ebuild: USE="static-libs" and use prune_libtool_files function from eutils.eclass to diff --git a/media-libs/libshout/libshout-2.3.1.ebuild b/media-libs/libshout/libshout-2.3.1.ebuild index 1bf04e83a57b..9e1655c86165 100644 --- a/media-libs/libshout/libshout-2.3.1.ebuild +++ b/media-libs/libshout/libshout-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.9 2012/10/05 09:12:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.10 2012/10/05 09:14:45 ssuominen Exp $ EAPI=4 inherit eutils @@ -9,7 +9,7 @@ DESCRIPTION="library for connecting and sending data to icecast servers" HOMEPAGE="http://www.icecast.org/" SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="speex static-libs theora" |