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 | 65a11827aaff7544bd3904f4bafcc6b6064ab243 (patch) | |
tree | 7e09e61936ededa90d13430266fac3fd967e1dde /sys-kernel/xfs-sources | |
parent | Updated some ebuilds with the appropriate LICENSE="foo" line. (diff) | |
download | historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.tar.gz historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.tar.bz2 historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.zip |
Added LICENSE="GPL-2" to each of the current kernel ebuilds.
Diffstat (limited to 'sys-kernel/xfs-sources')
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild index 5aa10de08cdc..458976e3e05f 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.18.ebuild,v 1.3 2002/04/29 06:29:21 sandymac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.18.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 @@ -20,6 +20,7 @@ DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/linux-gentoo-${KV}.patch.bz2" PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +LICENSE="GPL-2" if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then |