summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-02-24 07:25:42 +0000
committerJustin Lecher <jlec@gentoo.org>2011-02-24 07:25:42 +0000
commitc16712fcf3b1610fb87f425ca5584228f576af39 (patch)
tree16df3c846f52c7e743dc2cefe331d9d0d0d1aba4 /dev-libs
parent[bump] dev-perl/PDF-API2-2.18 (diff)
downloadgentoo-2-c16712fcf3b1610fb87f425ca5584228f576af39.tar.gz
gentoo-2-c16712fcf3b1610fb87f425ca5584228f576af39.tar.bz2
gentoo-2-c16712fcf3b1610fb87f425ca5584228f576af39.zip
Correct license to as-is, #356271
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libf2c/ChangeLog8
-rw-r--r--dev-libs/libf2c/libf2c-20070912.ebuild6
-rw-r--r--dev-libs/libf2c/libf2c-20090407-r1.ebuild13
3 files changed, 16 insertions, 11 deletions
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 <jlec@gentoo.org> libf2c-20070912.ebuild,
+ libf2c-20090407-r1.ebuild:
+ Correct license to as-is, #356271
11 May 2010; Justin Lecher <jlec@gentoo.org> 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() {