diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-07 17:44:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-07 17:44:39 +0000 |
commit | 20b71070b5e8e193fdd7b4e8af60b03735d0adcb (patch) | |
tree | aac1adb6dc2efb612a74bb4214dbdcca2ea9521c /dev-lang | |
parent | Rename EPL to ErlPL-1.1, in order to avoid confusion with the Eclipse Public ... (diff) | |
download | gentoo-2-20b71070b5e8e193fdd7b4e8af60b03735d0adcb.tar.gz gentoo-2-20b71070b5e8e193fdd7b4e8af60b03735d0adcb.tar.bz2 gentoo-2-20b71070b5e8e193fdd7b4e8af60b03735d0adcb.zip |
The Erlang Public License file has been renamed from EPL to ErlPL-1.1, in order to avoid confusion with the Eclipse Public License, bug 389705.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/erlang/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/erlang/erlang-13.2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/erlang/erlang-14.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/erlang/erlang-14.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/erlang/erlang-14.2.4.ebuild | 4 |
5 files changed, 15 insertions, 10 deletions
diff --git a/dev-lang/erlang/ChangeLog b/dev-lang/erlang/ChangeLog index 134dee83821a..ed5a8fa6ba99 100644 --- a/dev-lang/erlang/ChangeLog +++ b/dev-lang/erlang/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/erlang # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.212 2011/11/30 15:50:14 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.213 2011/12/07 17:44:39 ulm Exp $ + + 07 Dec 2011; Ulrich Mueller <ulm@gentoo.org> erlang-13.2.4.ebuild, + erlang-14.2.2-r1.ebuild, erlang-14.2.3.ebuild, erlang-14.2.4.ebuild: + The Erlang Public License file has been renamed from EPL to ErlPL-1.1, + in order to avoid confusion with the Eclipse Public License, bug 389705. *erlang-14.2.4 (30 Nov 2011) diff --git a/dev-lang/erlang/erlang-13.2.4.ebuild b/dev-lang/erlang/erlang-13.2.4.ebuild index e9c5ecd63cb3..7ea25652e40b 100644 --- a/dev-lang/erlang/erlang-13.2.4.ebuild +++ b/dev-lang/erlang/erlang-13.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.13 2010/09/30 19:29:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.14 2011/12/07 17:44:39 ulm Exp $ EAPI=3 WX_GTK_VER="2.8" @@ -27,7 +27,7 @@ SRC_URI="http://www.erlang.org/download/${MY_P}.tar.gz http://erlang.org/download/otp_doc_man_${MY_PV}.tar.gz doc? ( http://erlang.org/download/otp_doc_html_${MY_PV}.tar.gz )" -LICENSE="EPL" +LICENSE="ErlPL-1.1" SLOT="0" KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc emacs hipe java kpoll odbc smp sctp ssl tk wxwidgets" diff --git a/dev-lang/erlang/erlang-14.2.2-r1.ebuild b/dev-lang/erlang/erlang-14.2.2-r1.ebuild index e94ae72b5afb..54b804d76b91 100644 --- a/dev-lang/erlang/erlang-14.2.2-r1.ebuild +++ b/dev-lang/erlang/erlang-14.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.2-r1.ebuild,v 1.2 2011/11/30 15:50:14 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.2-r1.ebuild,v 1.3 2011/12/07 17:44:39 ulm Exp $ EAPI=3 WX_GTK_VER="2.8" @@ -27,7 +27,7 @@ SRC_URI="http://www.erlang.org/download/${MY_P}.tar.gz http://erlang.org/download/otp_doc_man_${MY_PV}.tar.gz doc? ( http://erlang.org/download/otp_doc_html_${MY_PV}.tar.gz )" -LICENSE="EPL" +LICENSE="ErlPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc emacs halfword hipe java kpoll odbc smp sctp ssl tk wxwidgets" diff --git a/dev-lang/erlang/erlang-14.2.3.ebuild b/dev-lang/erlang/erlang-14.2.3.ebuild index f8d7ff2c2a8b..737ab9a6e96b 100644 --- a/dev-lang/erlang/erlang-14.2.3.ebuild +++ b/dev-lang/erlang/erlang-14.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.3.ebuild,v 1.2 2011/11/30 15:50:14 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.3.ebuild,v 1.3 2011/12/07 17:44:39 ulm Exp $ EAPI=3 WX_GTK_VER="2.8" @@ -27,7 +27,7 @@ SRC_URI="http://www.erlang.org/download/${MY_P}.tar.gz http://erlang.org/download/otp_doc_man_${MY_PV}.tar.gz doc? ( http://erlang.org/download/otp_doc_html_${MY_PV}.tar.gz )" -LICENSE="EPL" +LICENSE="ErlPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc emacs halfword hipe java kpoll odbc smp sctp ssl tk wxwidgets" diff --git a/dev-lang/erlang/erlang-14.2.4.ebuild b/dev-lang/erlang/erlang-14.2.4.ebuild index a535bcc4600c..81a3cf68ef8a 100644 --- a/dev-lang/erlang/erlang-14.2.4.ebuild +++ b/dev-lang/erlang/erlang-14.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.4.ebuild,v 1.1 2011/11/30 15:50:14 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.2.4.ebuild,v 1.2 2011/12/07 17:44:39 ulm Exp $ EAPI=3 WX_GTK_VER="2.8" @@ -27,7 +27,7 @@ SRC_URI="http://www.erlang.org/download/${MY_P}.tar.gz http://erlang.org/download/otp_doc_man_${MY_PV}.tar.gz doc? ( http://erlang.org/download/otp_doc_html_${MY_PV}.tar.gz )" -LICENSE="EPL" +LICENSE="ErlPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc emacs halfword hipe java kpoll odbc smp sctp ssl tk wxwidgets" |