diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-07-09 21:33:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-07-09 21:33:09 +0000 |
commit | 8ee6b2d97cb44bbd1228167be226d73d8c0668a4 (patch) | |
tree | 6738e5bb860b744079b738a18cd4db612fbaa286 /dev-lang/fpc-ide | |
parent | Update LICENSE, bug 425140. (diff) | |
download | gentoo-2-8ee6b2d97cb44bbd1228167be226d73d8c0668a4.tar.gz gentoo-2-8ee6b2d97cb44bbd1228167be226d73d8c0668a4.tar.bz2 gentoo-2-8ee6b2d97cb44bbd1228167be226d73d8c0668a4.zip |
Update LICENSE, bug 425140.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/fpc-ide')
-rw-r--r-- | dev-lang/fpc-ide/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild | 6 |
5 files changed, 18 insertions, 15 deletions
diff --git a/dev-lang/fpc-ide/ChangeLog b/dev-lang/fpc-ide/ChangeLog index 240f5cca7f35..7d0197000416 100644 --- a/dev-lang/fpc-ide/ChangeLog +++ b/dev-lang/fpc-ide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/fpc-ide -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.16 2010/01/16 10:38:28 truedfx Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.17 2012/07/09 21:33:09 ulm Exp $ + + 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> fpc-ide-2.2.0.ebuild, + fpc-ide-2.2.2.ebuild, fpc-ide-2.2.4.ebuild, fpc-ide-2.4.0.ebuild: + Update LICENSE, bug 425140. *fpc-ide-2.4.0 (16 Jan 2010) @@ -70,4 +74,3 @@ +fpc-ide-2.0.0_rc2.ebuild: Initial import into the tree. Final closure of bug #87337. Thanks to exposure for the ebuilds. - diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild index 1eaac0523f50..6199376b15b7 100644 --- a/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild +++ b/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild,v 1.1 2007/09/13 17:01:07 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide" @@ -9,7 +9,7 @@ DESCRIPTION="Free Pascal Compiler Integrated Development Environment" SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz" SLOT="0" -LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" +LICENSE="GPL-2 LGPL-2.1-with-linking-exception" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild index 55a6c149762c..56b727d340d9 100644 --- a/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild +++ b/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild,v 1.1 2008/10/05 15:29:51 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide" @@ -9,7 +9,7 @@ DESCRIPTION="Free Pascal Compiler Integrated Development Environment" SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz" SLOT="0" -LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" +LICENSE="GPL-2 LGPL-2.1-with-linking-exception" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild index 3fdb27466494..e0ab31958e31 100644 --- a/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild +++ b/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.3 2009/06/25 20:37:52 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.4 2012/07/09 21:33:09 ulm Exp $ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide" @@ -9,7 +9,7 @@ DESCRIPTION="Free Pascal Compiler Integrated Development Environment" SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz" SLOT="0" -LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" +LICENSE="GPL-2 LGPL-2.1-with-linking-exception" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild b/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild index 35b49e6ee2a2..51d72f9e0374 100644 --- a/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild +++ b/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild,v 1.1 2010/01/16 10:38:28 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide" @@ -9,7 +9,7 @@ DESCRIPTION="Free Pascal Compiler Integrated Development Environment" SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz" SLOT="0" -LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" +LICENSE="GPL-2 LGPL-2.1-with-linking-exception" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" |