diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:31:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:31:29 +0000 |
commit | dee972b8d54167f3863afa6788985e2fa5723341 (patch) | |
tree | baa2f992725fb0c3efddf981ad8cfeb91e93b28d /media-video/rtmpdump | |
parent | Version bump. (diff) | |
download | gentoo-2-dee972b8d54167f3863afa6788985e2fa5723341.tar.gz gentoo-2-dee972b8d54167f3863afa6788985e2fa5723341.tar.bz2 gentoo-2-dee972b8d54167f3863afa6788985e2fa5723341.zip |
Fix license identification.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'media-video/rtmpdump')
-rw-r--r-- | media-video/rtmpdump/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.3.ebuild | 7 | ||||
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.4.ebuild | 7 | ||||
-rw-r--r-- | media-video/rtmpdump/rtmpdump-9999.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/media-video/rtmpdump/ChangeLog b/media-video/rtmpdump/ChangeLog index 3d37ee00ff7b..1a7026d96682 100644 --- a/media-video/rtmpdump/ChangeLog +++ b/media-video/rtmpdump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/rtmpdump -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.19 2011/08/10 10:41:25 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.20 2012/03/20 23:31:29 flameeyes Exp $ + + 20 Mar 2012; Diego E. Pettenò <flameeyes@gentoo.org> rtmpdump-2.3.ebuild, + rtmpdump-2.4.ebuild, rtmpdump-9999.ebuild: + Fix license identification. *rtmpdump-9999 (10 Aug 2011) *rtmpdump-2.4 (10 Aug 2011) diff --git a/media-video/rtmpdump/rtmpdump-2.3.ebuild b/media-video/rtmpdump/rtmpdump-2.3.ebuild index 0718e54ddd47..31ab120491a2 100644 --- a/media-video/rtmpdump/rtmpdump-2.3.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.12 2011/07/07 03:57:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.13 2012/03/20 23:31:29 flameeyes Exp $ EAPI="2" @@ -10,7 +10,8 @@ DESCRIPTION="Open source command-line RTMP client intended to stream audio or vi HOMEPAGE="http://rtmpdump.mplayerhq.hu/" SRC_URI="http://rtmpdump.mplayerhq.hu/download/${P}.tgz" -LICENSE="GPL-2" +# the library is LGPL-2.1, the command is GPL-2 +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd" IUSE="gnutls polarssl ssl" diff --git a/media-video/rtmpdump/rtmpdump-2.4.ebuild b/media-video/rtmpdump/rtmpdump-2.4.ebuild index e9895814370f..4d08904e4466 100644 --- a/media-video/rtmpdump/rtmpdump-2.4.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v 1.1 2011/08/10 10:41:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v 1.2 2012/03/20 23:31:29 flameeyes Exp $ EAPI="4" @@ -10,7 +10,8 @@ DESCRIPTION="Open source command-line RTMP client intended to stream audio or vi HOMEPAGE="http://rtmpdump.mplayerhq.hu/" SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" -LICENSE="GPL-2" +# the library is LGPL-2.1, the command is GPL-2 +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="gnutls polarssl ssl" diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index b5fbfa90d8cf..15ad8e09640f 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-9999.ebuild,v 1.1 2011/08/10 10:41:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-9999.ebuild,v 1.2 2012/03/20 23:31:29 flameeyes Exp $ EAPI="4" @@ -10,7 +10,8 @@ DESCRIPTION="Open source command-line RTMP client intended to stream audio or vi HOMEPAGE="http://rtmpdump.mplayerhq.hu/" EGIT_REPO_URI="git://git.ffmpeg.org/rtmpdump" -LICENSE="GPL-2" +# the library is LGPL-2.1, the command is GPL-2 +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="" IUSE="gnutls polarssl ssl" |