diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-24 07:46:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-24 07:46:28 +0000 |
commit | d75fea76a34b8fe02c437f0caa159221093e4de2 (patch) | |
tree | 133c726da8406f1a4126cbf644187f954005f9e5 /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-d75fea76a34b8fe02c437f0caa159221093e4de2.tar.gz gentoo-2-d75fea76a34b8fe02c437f0caa159221093e4de2.tar.bz2 gentoo-2-d75fea76a34b8fe02c437f0caa159221093e4de2.zip |
Fix LICENSE from GPL-2 to GPL-3 as per COPYING and NEWS.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libextractor/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libextractor/libextractor-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libextractor/ChangeLog b/media-libs/libextractor/ChangeLog index 9098714be4b8..1ef048c8e323 100644 --- a/media-libs/libextractor/ChangeLog +++ b/media-libs/libextractor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libextractor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/ChangeLog,v 1.80 2012/10/24 07:24:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/ChangeLog,v 1.81 2012/10/24 07:46:28 ssuominen Exp $ + + 24 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> + libextractor-1.0.1.ebuild: + Fix LICENSE from GPL-2 to GPL-3 as per COPYING and NEWS. *libextractor-1.0.1 (24 Oct 2012) diff --git a/media-libs/libextractor/libextractor-1.0.1.ebuild b/media-libs/libextractor/libextractor-1.0.1.ebuild index aa06dfdf28cf..117a4fe0c86d 100644 --- a/media-libs/libextractor/libextractor-1.0.1.ebuild +++ b/media-libs/libextractor/libextractor-1.0.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/libextractor/libextractor-1.0.1.ebuild,v 1.1 2012/10/24 07:24:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-1.0.1.ebuild,v 1.2 2012/10/24 07:46:28 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic multilib toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="A library used to extract metadata from files of arbitrary type" HOMEPAGE="http://www.gnu.org/software/libextractor/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+archive +bzip2 ffmpeg flac gif gsf gtk jpeg mp4 +magic midi mpeg qt4 tidy tiff vorbis +zlib" # test |