diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-02-07 20:27:50 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-02-07 20:27:50 +0000 |
commit | 187709390eaf57cfe33674ce4549fa3d24d7cf8a (patch) | |
tree | 53cb9571f841716db12f54944ebf27a8005fe813 /dev-dotnet/mono | |
parent | amd64 (diff) | |
download | gentoo-2-187709390eaf57cfe33674ce4549fa3d24d7cf8a.tar.gz gentoo-2-187709390eaf57cfe33674ce4549fa3d24d7cf8a.tar.bz2 gentoo-2-187709390eaf57cfe33674ce4549fa3d24d7cf8a.zip |
fixed LICENSE (space instead of "|" as separator)
Diffstat (limited to 'dev-dotnet/mono')
-rw-r--r-- | dev-dotnet/mono/mono-0.26-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-dotnet/mono/mono-0.28.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-dotnet/mono/mono-0.26-r1.ebuild b/dev-dotnet/mono/mono-0.26-r1.ebuild index 193ebeaaf03b..26cffcdc6f26 100644 --- a/dev-dotnet/mono/mono-0.26-r1.ebuild +++ b/dev-dotnet/mono/mono-0.26-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.26-r1.ebuild,v 1.2 2003/10/01 17:29:26 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.26-r1.ebuild,v 1.3 2004/02/07 20:27:50 scandium Exp $ inherit mono @@ -13,7 +13,7 @@ SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz http://www.go-mono.com/archive/${MCS_P}.tar.gz" HOMEPAGE="http://www.go-mono.com/" -LICENSE="GPL-2 | LGPL-2 | X11" +LICENSE="GPL-2 LGPL-2 X11" SLOT="0" KEYWORDS="x86 -ppc" diff --git a/dev-dotnet/mono/mono-0.28.ebuild b/dev-dotnet/mono/mono-0.28.ebuild index 5af40d30dbd3..3515052fb3c7 100644 --- a/dev-dotnet/mono/mono-0.28.ebuild +++ b/dev-dotnet/mono/mono-0.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.28.ebuild,v 1.2 2003/10/28 15:25:14 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.28.ebuild,v 1.3 2004/02/07 20:27:50 scandium Exp $ inherit mono @@ -13,7 +13,7 @@ SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz http://www.go-mono.com/archive/${MCS_P}.tar.gz" HOMEPAGE="http://www.go-mono.com/" -LICENSE="GPL-2 | LGPL-2 | X11" +LICENSE="GPL-2 LGPL-2 X11" SLOT="0" KEYWORDS="x86 -ppc" |