diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-01-10 18:34:15 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-01-10 18:34:15 +0000 |
commit | af5800c779be57969b80e8ae791aa764d64f07bf (patch) | |
tree | 590fd39192d530693b357964f2756530daeb9a5b /app-editors/nvi | |
parent | add savannah/nongnu mirrors (diff) | |
download | gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.tar.gz gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.tar.bz2 gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.zip |
"Sleepycat" license is identical to BSD, update ebuilds (#300426)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/nvi')
-rw-r--r-- | app-editors/nvi/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.6-r2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.6-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/nvi/ChangeLog b/app-editors/nvi/ChangeLog index 4617f1d7e571..27b197f3c13b 100644 --- a/app-editors/nvi/ChangeLog +++ b/app-editors/nvi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nvi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.74 2009/10/10 22:48:34 truedfx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.75 2010/01/10 18:34:15 truedfx Exp $ + + 10 Jan 2010; Harald van Dijk <truedfx@gentoo.org> nvi-1.81.6-r2.ebuild, + nvi-1.81.6-r3.ebuild: + "Sleepycat" license is identical to BSD, update ebuilds (#300426) 10 Oct 2009; Harald van Dijk <truedfx@gentoo.org> nvi-1.81.6-r3.ebuild, +files/nvi-1.81.6-perl-shortnames.patch: diff --git a/app-editors/nvi/nvi-1.81.6-r2.ebuild b/app-editors/nvi/nvi-1.81.6-r2.ebuild index fb9f186adec0..6d6ced5fbd75 100644 --- a/app-editors/nvi/nvi-1.81.6-r2.ebuild +++ b/app-editors/nvi/nvi-1.81.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r2.ebuild,v 1.6 2009/06/07 23:57:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r2.ebuild,v 1.7 2010/01/10 18:34:15 truedfx Exp $ inherit eutils flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="Vi clone" HOMEPAGE="http://www.bostic.com/vi/" SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.bz2" -LICENSE="Sleepycat" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="perl tcl unicode" diff --git a/app-editors/nvi/nvi-1.81.6-r3.ebuild b/app-editors/nvi/nvi-1.81.6-r3.ebuild index 1959ade5173f..06d8fa72c717 100644 --- a/app-editors/nvi/nvi-1.81.6-r3.ebuild +++ b/app-editors/nvi/nvi-1.81.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.3 2009/10/10 22:48:34 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.4 2010/01/10 18:34:15 truedfx Exp $ inherit autotools db-use eutils flag-o-matic @@ -10,7 +10,7 @@ DESCRIPTION="Vi clone" HOMEPAGE="http://www.bostic.com/vi/" SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.bz2" -LICENSE="Sleepycat" +LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="perl tcl unicode" |