diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-06-13 16:43:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-06-13 16:43:10 +0000 |
commit | fddd13bfcfeb79b722067e17e104bb23b8993a62 (patch) | |
tree | 5526df170e87aa96e49c7cc803703d13f67f6d08 /net-p2p/transmission | |
parent | Rename transmission to Transmission-OpenSSL-exception, in order to be consist... (diff) | |
download | gentoo-2-fddd13bfcfeb79b722067e17e104bb23b8993a62.tar.gz gentoo-2-fddd13bfcfeb79b722067e17e104bb23b8993a62.tar.bz2 gentoo-2-fddd13bfcfeb79b722067e17e104bb23b8993a62.zip |
Rename OpenSSL linking license exception, and move it into the || group.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-2.83.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 09d168f34686..e2783c673f7a 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.252 2014/06/03 05:23:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.253 2014/06/13 16:43:10 ulm Exp $ + + 13 Jun 2014; Ulrich Müller <ulm@gentoo.org> transmission-2.83.ebuild: + Rename OpenSSL linking license exception, and move it into the || group. 03 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> transmission-2.83.ebuild: Fix LICENSE which was updated with 2.83. diff --git a/net-p2p/transmission/transmission-2.83.ebuild b/net-p2p/transmission/transmission-2.83.ebuild index 27bfaff4115f..c30f2f0fe241 100644 --- a/net-p2p/transmission/transmission-2.83.ebuild +++ b/net-p2p/transmission/transmission-2.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild,v 1.2 2014/06/03 05:23:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild,v 1.3 2014/06/13 16:43:10 ulm Exp $ EAPI=5 inherit autotools eutils fdo-mime gnome2-utils qt4-r2 systemd user @@ -12,7 +12,7 @@ SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz" # web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest # transmission in licenses/ is for mentioning OpenSSL linking exception # MIT is in several libtransmission/ headers -LICENSE="|| ( GPL-2 GPL-3 ) GPL-2 MIT transmission" +LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" SLOT=0 IUSE="ayatana gtk lightweight systemd qt4 xfs" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" |