diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-10-29 03:47:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-10-29 03:47:19 +0000 |
commit | 3623586af7ebc6d42bfed8c682452cd295c66216 (patch) | |
tree | a90c935038c88015874c2d29d7db460ce206d59c /sys-kernel/selinux-sources | |
parent | remove old api policy, mark new api policy stable (diff) | |
download | gentoo-2-3623586af7ebc6d42bfed8c682452cd295c66216.tar.gz gentoo-2-3623586af7ebc6d42bfed8c682452cd295c66216.tar.bz2 gentoo-2-3623586af7ebc6d42bfed8c682452cd295c66216.zip |
remove old api kernel
Diffstat (limited to 'sys-kernel/selinux-sources')
-rw-r--r-- | sys-kernel/selinux-sources/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.21 | 2 | ||||
-rw-r--r-- | sys-kernel/selinux-sources/selinux-sources-2.4.21.ebuild | 55 |
3 files changed, 0 insertions, 59 deletions
diff --git a/sys-kernel/selinux-sources/Manifest b/sys-kernel/selinux-sources/Manifest index d34dacc22827..3f09e4e8c78b 100644 --- a/sys-kernel/selinux-sources/Manifest +++ b/sys-kernel/selinux-sources/Manifest @@ -1,6 +1,4 @@ MD5 ad982d0ea39771bdc7e18dff7c3c71b2 ChangeLog 3388 MD5 f455fbb5d96167058282b93599457a4f metadata.xml 470 MD5 ee9b48069bbf88ae62e3855245d67740 selinux-sources-2.4.21-r4.ebuild 824 -MD5 95125e727952db5dcd88f65f4d773d97 selinux-sources-2.4.21.ebuild 1713 -MD5 ba4d23bb69d489a7ae374d964a9eafc5 files/digest-selinux-sources-2.4.21 142 MD5 76ec5f9fe491fd7c166830604f3651e2 files/digest-selinux-sources-2.4.21-r4 145 diff --git a/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.21 b/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.21 deleted file mode 100644 index b49770abccba..000000000000 --- a/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.21 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f51e12efa18bb828cf57d9d4a81b2fb1 linux-2.4.21.tar.bz2 28533733 -MD5 35a1b66d65a2871cfba6b4c50e87e5de patches-2.4.21-selinux.tar.bz2 207201 diff --git a/sys-kernel/selinux-sources/selinux-sources-2.4.21.ebuild b/sys-kernel/selinux-sources/selinux-sources-2.4.21.ebuild deleted file mode 100644 index b4ad9dc555fa..000000000000 --- a/sys-kernel/selinux-sources/selinux-sources-2.4.21.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/selinux-sources/selinux-sources-2.4.21.ebuild,v 1.4 2003/09/07 07:26:01 msterret Exp $ - -IUSE="selinux" - -# OKV=original kernel version, KV=patched kernel version. They can be the same. - -# Kernel ebuilds using the kernel.eclass can remove any patch that you -# do not want to apply by simply setting the KERNEL_EXCLUDE shell -# variable to the string you want to exclude (for instance -# KERNEL_EXCLUDE="evms" would not patch any patches whose names match -# *evms*). Kernels are only tested in the default configuration, but -# this may be useful if you know that a particular patch is causing a -# conflict with a patch you personally want to apply, or some other -# similar situation. - -ETYPE="sources" -inherit kernel -KV="2.4.21-selinux" - -S=${WORKDIR}/linux-${KV} -DESCRIPTION="LSM patched kernel with SELinux archive" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://gentoo/patches-${KV}.tar.bz2" - -HOMEPAGE="http://www.kernel.org/ http://www.nsa.gov/selinux" -KEYWORDS="x86" -SLOT="${KV}" - -src_unpack() { - unpack ${A} - mv linux-${OKV} linux-${KV} || die - - cd ${KV} - kernel_src_unpack -} - -src_install() { - insinto /usr/flask - doins ${S}/security/selinux/flask/access_vectors - doins ${S}/security/selinux/flask/security_classes - doins ${S}/security/selinux/flask/initial_sids - - insinto /usr/include/linux/flask - doins ${S}/security/selinux/include/linux/flask/*.h - - insinto /usr/include/asm/flask - doins ${S}/security/selinux/include/asm/flask/uninstd.h - - kernel_src_install - - dosed 's:-r0::' /usr/src/linux-${KV}/Makefile -} - |