From c16712fcf3b1610fb87f425ca5584228f576af39 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 24 Feb 2011 07:25:42 +0000 Subject: Correct license to as-is, #356271 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64) --- dev-libs/libf2c/ChangeLog | 8 ++++++-- dev-libs/libf2c/libf2c-20070912.ebuild | 6 +++--- dev-libs/libf2c/libf2c-20090407-r1.ebuild | 13 +++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) (limited to 'dev-libs/libf2c') diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index 763f807f5abb..5fd52c25dcbf 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libf2c -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.36 2010/05/11 10:58:13 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.37 2011/02/24 07:25:42 jlec Exp $ + + 24 Feb 2011; Justin Lecher libf2c-20070912.ebuild, + libf2c-20090407-r1.ebuild: + Correct license to as-is, #356271 11 May 2010; Justin Lecher libf2c-20090407-r1.ebuild: Keyworded for ~amd64-linux ~x86-linux diff --git a/dev-libs/libf2c/libf2c-20070912.ebuild b/dev-libs/libf2c/libf2c-20070912.ebuild index 4a743da3a901..f663e434256d 100644 --- a/dev-libs/libf2c/libf2c-20070912.ebuild +++ b/dev-libs/libf2c/libf2c-20070912.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.10 2009/09/23 17:22:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.11 2011/02/24 07:25:42 jlec Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ HOMEPAGE="ftp://ftp.netlib.org/f2c/index.html" SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${P}.zip mirror://gentoo/${P}.zip" -LICENSE="libf2c" +LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" diff --git a/dev-libs/libf2c/libf2c-20090407-r1.ebuild b/dev-libs/libf2c/libf2c-20090407-r1.ebuild index 644be4335de4..d124b9555a1c 100644 --- a/dev-libs/libf2c/libf2c-20090407-r1.ebuild +++ b/dev-libs/libf2c/libf2c-20090407-r1.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-libs/libf2c/libf2c-20090407-r1.ebuild,v 1.2 2010/05/11 10:58:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407-r1.ebuild,v 1.3 2011/02/24 07:25:42 jlec Exp $ EAPI=2 inherit toolchain-funcs eutils @@ -11,7 +11,7 @@ HOMEPAGE="ftp://ftp.netlib.org/f2c/index.html" #SRC_URI="ftp://ftp.netlib.org/f2c/${PN}.zip" SRC_URI="mirror://gentoo/${P}.zip" -LICENSE="libf2c" +LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" @@ -23,9 +23,10 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}" src_prepare() { - epatch "${FILESDIR}"/20051004-add-ofiles-dep.patch - epatch "${FILESDIR}"/${PV}-link-shared-libf2c-correctly.patch - epatch "${FILESDIR}"/${PV}-main.patch + epatch \ + "${FILESDIR}"/20051004-add-ofiles-dep.patch \ + "${FILESDIR}"/${PV}-link-shared-libf2c-correctly.patch \ + "${FILESDIR}"/${PV}-main.patch } src_compile() { -- cgit v1.2.3-65-gdbad