diff options
author | 2002-12-18 00:12:48 +0000 | |
---|---|---|
committer | 2002-12-18 00:12:48 +0000 | |
commit | f03869b1100c6b2d91570d658b3793c89b164eb0 (patch) | |
tree | 33563eb115eb556fbd7a70db61b801a46e11786b /sys-kernel/crypto-sources | |
parent | *** empty log message *** (diff) | |
download | historical-f03869b1100c6b2d91570d658b3793c89b164eb0.tar.gz historical-f03869b1100c6b2d91570d658b3793c89b164eb0.tar.bz2 historical-f03869b1100c6b2d91570d658b3793c89b164eb0.zip |
big SLOT=${KV} commit
Diffstat (limited to 'sys-kernel/crypto-sources')
5 files changed, 12 insertions, 9 deletions
diff --git a/sys-kernel/crypto-sources/ChangeLog b/sys-kernel/crypto-sources/ChangeLog index 62e262a5b554..087db1ed2215 100644 --- a/sys-kernel/crypto-sources/ChangeLog +++ b/sys-kernel/crypto-sources/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/crypto-sources # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/ChangeLog,v 1.4 2002/12/13 11:00:42 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/ChangeLog,v 1.5 2002/12/18 00:12:48 lostlogic Exp $ + + 17 Dec 2002; Brandon Low <lostlogic@gentoo.org>: + Make all kernel-sources SLOT="${KV}" 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild index a585ecb5fa6c..104b0be35c2e 100644 --- a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild +++ b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild,v 1.3 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r4.ebuild,v 1.4 2002/12/18 00:12:48 lostlogic 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 @@ -10,7 +10,7 @@ KV=2.4.19-crypto-r4 S=${WORKDIR}/linux-${KV} ETYPE="sources" LICENSE="GPL-2" -SLOT="0" +SLOT="${KV}" KEYWORDS="x86" # What's in this kernel? diff --git a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild index e1206ee224e9..ee1351cd7ff5 100644 --- a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild +++ b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild,v 1.3 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r5.ebuild,v 1.4 2002/12/18 00:12:48 lostlogic 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 @@ -10,7 +10,7 @@ KV=2.4.19-crypto-r5 S=${WORKDIR}/linux-${KV} ETYPE="sources" LICENSE="GPL-2" -SLOT="0" +SLOT="${KV}" KEYWORDS="x86" # What's in this kernel? diff --git a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild index 20c14569d7ef..16bfe280d1bf 100644 --- a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild +++ b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild,v 1.4 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r6.ebuild,v 1.5 2002/12/18 00:12:48 lostlogic 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 @@ -10,7 +10,7 @@ KV=2.4.19-crypto-r6 S=${WORKDIR}/linux-${KV} ETYPE="sources" LICENSE="GPL-2" -SLOT="0" +SLOT="${KV}" KEYWORDS="x86" # What's in this kernel? diff --git a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild index eec578e5568e..f0db72e38bd5 100644 --- a/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild +++ b/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild,v 1.5 2002/12/09 04:37:28 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/crypto-sources/crypto-sources-2.4.19-r7.ebuild,v 1.6 2002/12/18 00:12:48 lostlogic 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 @@ -10,7 +10,7 @@ KV=2.4.19-crypto-r7 S=${WORKDIR}/linux-${KV} ETYPE="sources" LICENSE="GPL-2" -SLOT="0" +SLOT="${KV}" KEYWORDS="x86 -ppc -sparc " #What's in this kernel? |