diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
commit | 52b85528ca7f8f5b6367afe009053cca12672d0f (patch) | |
tree | c593af6b59edb5deed6e44443487100602ad40aa /x11-libs | |
parent | Version bumped. (diff) | |
download | gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.gz gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.bz2 gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.zip |
License Fixes. Part 2.
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild index 9270a2e38d97..bf8bed94556b 100644 --- a/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild +++ b/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild,v 1.1 2003/02/27 17:18:02 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.7-r1.ebuild,v 1.2 2003/02/28 16:55:00 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://gtk-sharp.sourceforge.net/" -LICENSE="LGPL" +LICENSE="LGPL-2.1" SLOT="0" IUSE="gnome" diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild index 7e092eee8625..41630b820cbc 100644 --- a/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild +++ b/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild,v 1.1 2003/02/27 17:18:02 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild,v 1.2 2003/02/28 16:55:00 liquidx Exp $ # WARNING # All gst-sharp hacks done in this build are nonfunctional @@ -15,7 +15,7 @@ DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME librar SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://gtk-sharp.sourceforge.net/" -LICENSE="LGPL" +LICENSE="LGPL-2.1" SLOT="0" IUSE="gnome" |