diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-29 21:01:13 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-29 21:01:13 +0000 |
commit | 8ed84a585f378ad468b2949fad641d05b14c475a (patch) | |
tree | 65864fc744b33743df8db17a9f0acf567ff457b6 /sys-kernel/redhat-sources | |
parent | Updated some ebuilds with the appropriate LICENSE="foo" line. (diff) | |
download | gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.tar.gz gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.tar.bz2 gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.zip |
Added LICENSE="GPL-2" to each of the current kernel ebuilds.
Diffstat (limited to 'sys-kernel/redhat-sources')
-rw-r--r-- | sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild b/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild index 23e7a088397b..326352560d8e 100644 --- a/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild +++ b/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild,v 1.3 2002/04/28 07:42:59 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/redhat-sources-2.4.18.0.13.ebuild,v 1.4 2002/04/29 21:01:13 sandymac Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -18,6 +18,7 @@ DESCRIPTION="Full sources for the Redhat Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/linux-${KV}.patch.bz2" PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.redhat.com/" +LICENSE="GPL-2" if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then |