diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 12:24:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 12:24:00 +0000 |
commit | d29ba4f1563a0567da9f75dd76e36b6a6e84c270 (patch) | |
tree | 4bc3ca19be5030b659d3e310f1e10d7074162be2 /mail-client | |
parent | amd64 stable, bug #207648. (diff) | |
download | historical-d29ba4f1563a0567da9f75dd76e36b6a6e84c270.tar.gz historical-d29ba4f1563a0567da9f75dd76e36b6a6e84c270.tar.bz2 historical-d29ba4f1563a0567da9f75dd76e36b6a6e84c270.zip |
Fix LICENSE, thanks to zlin
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'mail-client')
6 files changed, 20 insertions, 11 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog index f5efdb879b6b..bac580bd5c43 100644 --- a/mail-client/mozilla-thunderbird-bin/ChangeLog +++ b/mail-client/mozilla-thunderbird-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird-bin # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.103 2008/03/01 14:01:31 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.104 2008/03/17 12:24:00 armin76 Exp $ + + 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-bin-2.0.0.12.ebuild: + Fix LICENSE, thanks to zlin 01 Mar 2008; Richard Freeman <rich0@gentoo.org> mozilla-thunderbird-bin-2.0.0.12.ebuild: diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild index 05df2a011445..60f08b692963 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild,v 1.3 2008/03/01 14:01:31 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.12.ebuild,v 1.4 2008/03/17 12:24:00 armin76 Exp $ inherit eutils mozilla-launcher multilib mozextension @@ -14,7 +14,7 @@ RESTRICT="strip" KEYWORDS="-* amd64 x86" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" +LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="" for X in ${LANGS} ; do diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 6cfbb749acab..8ef26d8e60cf 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.252 2008/03/02 10:36:34 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.253 2008/03/17 12:23:22 armin76 Exp $ + + 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-1.5.0.8.ebuild, mozilla-thunderbird-1.5.0.14.ebuild, + mozilla-thunderbird-2.0.0.12.ebuild: + Fix LICENSE, thanks to zlin 02 Mar 2008; Lars Weiler <pylon@gentoo.org> mozilla-thunderbird-2.0.0.12.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild index 6398c8242b81..920a50acc928 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild,v 1.4 2008/02/28 14:00:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.14.ebuild,v 1.5 2008/03/17 12:23:22 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -18,7 +18,7 @@ SRC_URI="http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/ KEYWORDS="~mips" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" +LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="ldap crypt" for X in ${LANGS} ; do diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild index 114aad054f03..58fe896df3f6 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.15 2008/02/28 14:00:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.16 2008/03/17 12:23:22 armin76 Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension @@ -14,9 +14,9 @@ HOMEPAGE="http://www.mozilla.org/projects/thunderbird/" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/source/thunderbird-${PV}-source.tar.bz2 mirror://gentoo/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="mips" +KEYWORDS="~mips" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" +LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="ldap crypt" for X in ${LANGS} ; do diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild index 3b299dac54ca..e7d318021c6d 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild,v 1.6 2008/03/02 10:36:34 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild,v 1.7 2008/03/17 12:23:22 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" +LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="ldap crypt bindist mozdom replytolist" MOZ_URI="http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}" |