diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/f2c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20060507.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20100827.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index 64d019307832..0b9c4898c840 100644 --- a/dev-lang/f2c/ChangeLog +++ b/dev-lang/f2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/f2c # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.29 2012/08/31 06:59:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.30 2012/11/06 06:35:59 ulm Exp $ + + 06 Nov 2012; Ulrich Müller <ulm@gentoo.org> f2c-20060507.ebuild, + f2c-20100827.ebuild: + LICENSE is "HPND" according to src/notice in tarball. 31 Aug 2012; Justin Lecher <jlec@gentoo.org> f2c-20100827.ebuild, metadata.xml: diff --git a/dev-lang/f2c/f2c-20060507.ebuild b/dev-lang/f2c/f2c-20060507.ebuild index 7845ca8c83ed..8fdf9ab94f17 100644 --- a/dev-lang/f2c/f2c-20060507.ebuild +++ b/dev-lang/f2c/f2c-20060507.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/f2c/f2c-20060507.ebuild,v 1.8 2011/04/30 17:52:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.9 2012/11/06 06:35:59 ulm Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ HOMEPAGE="http://www.netlib.org/f2c" # thing. SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-lang/f2c/f2c-20100827.ebuild b/dev-lang/f2c/f2c-20100827.ebuild index b332b1431e42..10fd520a9a84 100644 --- a/dev-lang/f2c/f2c-20100827.ebuild +++ b/dev-lang/f2c/f2c-20100827.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20100827.ebuild,v 1.2 2012/08/31 06:59:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20100827.ebuild,v 1.3 2012/11/06 06:35:59 ulm Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI=" mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}-${DEB_PR}.debian.tar.gz" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="doc" |