summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-02-24 07:43:29 +0000
committerUlrich Müller <ulm@gentoo.org>2011-02-24 07:43:29 +0000
commit97b5c37799ed320ee5b454befd1e0b279584bbab (patch)
treef9fbc8ff374179f8e85fe7d73b82537c8829820e /dev-lang/f2c
parentVersion bump. Minor fixes in this release. Remove old (diff)
downloadgentoo-2-97b5c37799ed320ee5b454befd1e0b279584bbab.tar.gz
gentoo-2-97b5c37799ed320ee5b454befd1e0b279584bbab.tar.bz2
gentoo-2-97b5c37799ed320ee5b454befd1e0b279584bbab.zip
Correct license to as-is, bug 356271.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/f2c')
-rw-r--r--dev-lang/f2c/ChangeLog7
-rw-r--r--dev-lang/f2c/f2c-20060507.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog
index d3c50af9361b..a7eddf7831e6 100644
--- a/dev-lang/f2c/ChangeLog
+++ b/dev-lang/f2c/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/f2c
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.25 2008/11/26 17:02:05 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.26 2011/02/24 07:43:29 ulm Exp $
+
+ 24 Feb 2011; Ulrich Mueller <ulm@gentoo.org> f2c-20060507.ebuild:
+ Correct license to as-is, bug 356271.
26 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org>
-files/f2c-20030320-CAN-2005-0017.patch, -f2c-20030320-r1.ebuild:
diff --git a/dev-lang/f2c/f2c-20060507.ebuild b/dev-lang/f2c/f2c-20060507.ebuild
index 315c8a5482cb..8abe000f0c99 100644
--- a/dev-lang/f2c/f2c-20060507.ebuild
+++ b/dev-lang/f2c/f2c-20060507.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/f2c/f2c-20060507.ebuild,v 1.6 2008/11/26 16:49:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.7 2011/02/24 07:43:29 ulm Exp $
inherit eutils toolchain-funcs
@@ -11,11 +11,11 @@ HOMEPAGE="http://www.netlib.org/f2c"
# thing.
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="libf2c"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-
IUSE=""
+
RDEPEND="dev-libs/libf2c"
DEPEND="${RDEPEND}"