diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
commit | 593f9a4847010dc222e5435b144d1e974f6fd31b (patch) | |
tree | bfc406dc4220bd3fca0cbaa5b4d3e1a487d84aa6 /sys-devel | |
parent | mark .9 x86 stable (diff) | |
download | historical-593f9a4847010dc222e5435b144d1e974f6fd31b.tar.gz historical-593f9a4847010dc222e5435b144d1e974f6fd31b.tar.bz2 historical-593f9a4847010dc222e5435b144d1e974f6fd31b.zip |
Invalid License Cleanups. Part 1.
Also updated VIM license file.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoproject/autoproject-0.16.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc-compat/gcc-compat-1.4.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gecc/gecc-20021019.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/autoproject/autoproject-0.16.ebuild b/sys-devel/autoproject/autoproject-0.16.ebuild index c7c2fb5c6fbe..afe9468cb354 100644 --- a/sys-devel/autoproject/autoproject-0.16.ebuild +++ b/sys-devel/autoproject/autoproject-0.16.ebuild @@ -1,13 +1,13 @@ # Copyright 2002 Dan Hopkins <drhop12@earthlink.net> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoproject/autoproject-0.16.ebuild,v 1.2 2002/10/23 14:07:47 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoproject/autoproject-0.16.ebuild,v 1.3 2003/02/28 13:18:14 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Used to start a programming project using autoconf, automake, and optionally a command line parser generator" SRC_URI="http://www.ibiblio.org/pub/Linux/devel/${P}.tar.gz http://www.mv.com/ipusers/vanzandt/${P}.tar.gz" HOMEPAGE="http://www.mv.com/ipusers/vanzandt/" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="sys-devel/automake" SLOT="0" diff --git a/sys-devel/gcc-compat/gcc-compat-1.4.ebuild b/sys-devel/gcc-compat/gcc-compat-1.4.ebuild index 1d967ae33b19..9161d2c25731 100644 --- a/sys-devel/gcc-compat/gcc-compat-1.4.ebuild +++ b/sys-devel/gcc-compat/gcc-compat-1.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-compat/gcc-compat-1.4.ebuild,v 1.4 2003/02/13 16:31:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-compat/gcc-compat-1.4.ebuild,v 1.5 2003/02/28 13:18:14 liquidx Exp $ DESCRIPTION="This is a compatability layer for use when upgrading to profile $PV" HOMEPAGE="http://www.gentoo.org" SRC_URI="" -LICENSE="gpl-2" +LICENSE="GPL-2" # Only ONE version of this should exist on a system # This is ABSOLUTELY Machine non-specific diff --git a/sys-devel/gecc/gecc-20021019.ebuild b/sys-devel/gecc/gecc-20021019.ebuild index 18ab11f19298..1bdd4c322876 100644 --- a/sys-devel/gecc/gecc-20021019.ebuild +++ b/sys-devel/gecc/gecc-20021019.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/sys-devel/gecc/gecc-20021019.ebuild,v 1.5 2003/02/13 16:32:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/gecc-20021019.ebuild,v 1.6 2003/02/28 13:18:14 liquidx Exp $ # comprehensive list of any and all USE flags leveraged in the build, # with the exception of any ARCH specific flags, i.e. ppc sparc sparc64 @@ -9,7 +9,7 @@ IUSE="" DESCRIPTION="gecc is a tool to speed up compilation of C/C++ sources. It distributes the compilation on a cluster of compilation nodes. It also caches the object files to save some unneeded work." HOMEPAGE="http://gecc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="gpl" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="sys-devel/gcc" |