summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2003-06-30 02:30:30 +0000
committerChris PeBenito <pebenito@gentoo.org>2003-06-30 02:30:30 +0000
commitbb5bfda36cae268d601bf09f36865fc0c4d41113 (patch)
treee4baa9656556c4cfff6ef8cae3168a801f102bb9 /sys-apps/util-linux
parentdedicated USE flag local to games (diff)
downloadgentoo-2-bb5bfda36cae268d601bf09f36865fc0c4d41113.tar.gz
gentoo-2-bb5bfda36cae268d601bf09f36865fc0c4d41113.tar.bz2
gentoo-2-bb5bfda36cae268d601bf09f36865fc0c4d41113.zip
remove selinux stuff, no longer needed
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog6
-rw-r--r--sys-apps/util-linux/Manifest12
-rw-r--r--sys-apps/util-linux/util-linux-2.11z-r4.ebuild7
3 files changed, 14 insertions, 11 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index e400d9117ae2..3a7bb9bd58c3 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.41 2003/06/26 18:40:11 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.42 2003/06/30 02:30:26 pebenito Exp $
+
+ 29 Jun 2003; Chris PeBenito <pebenito@gentoo.org>
+ util-linux-2.11z-r4.ebuild:
+ Remove selinux stuff, as its no longer needed. Using pam-login again.
26 Jun 2003; Joshua Brindle <method@gentoo.org> util-linux-2.11z-r4.ebuild:
Added -e s:SUIDMODE=.*4755:SUIDMODE=4711: for more secure suid permissions
diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 96cec50c2254..1b5bd4b21e52 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,11 +1,11 @@
-MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r4 153
-MD5 6dc0134d8d5f325a86257698d2184718 files/util-linux-2.11z-mips-fdisk-fix.patch 1698
-MD5 90b5a47385e394b9112357282c35eb4a files/util-linux-2.11z-script.patch 1580
+MD5 0f7ad3008fef210b5a55f7fcd1e35af7 ChangeLog 6765
+MD5 fdc6f7ebf1e7f279d96f19c330868aa2 util-linux-2.11y.ebuild 2109
+MD5 bbf17f20fa3deb7e152deb81e80ba942 util-linux-2.11z-r4.ebuild 2407
MD5 48e36b9b6ea3bed4ea25292f9ae5a958 files/digest-util-linux-2.11y 152
MD5 6aa1c240dd789327ea92e36309052950 files/no-symlink-resolve.patch 316
MD5 50b088dbe0471cb0a49ad1f9b967ee04 files/util-linux-2.11u-gentoo.patch 367
MD5 e3697bc8fd6a344e8cba1c7d32e34790 files/util-linux-2.11y-parallel-make.patch 369
+MD5 6dc0134d8d5f325a86257698d2184718 files/util-linux-2.11z-mips-fdisk-fix.patch 1698
MD5 e3697bc8fd6a344e8cba1c7d32e34790 files/util-linux-2.11z-parallel-make.patch 369
-MD5 eee5ef30f6256bb288d1d9dad3da06d0 util-linux-2.11z-r4.ebuild 2457
-MD5 fdc6f7ebf1e7f279d96f19c330868aa2 util-linux-2.11y.ebuild 2109
-MD5 54929143490fe4dc01c98d4f8251f39d ChangeLog 6607
+MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r4 153
+MD5 90b5a47385e394b9112357282c35eb4a files/util-linux-2.11z-script.patch 1580
diff --git a/sys-apps/util-linux/util-linux-2.11z-r4.ebuild b/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
index a04b54ca437b..649ab1cf7773 100644
--- a/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r4.ebuild,v 1.7 2003/06/26 18:40:11 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r4.ebuild,v 1.8 2003/06/30 02:30:26 pebenito Exp $
-IUSE="crypt nls selinux static pam"
+IUSE="crypt nls static pam"
inherit eutils flag-o-matic
@@ -22,8 +22,7 @@ LICENSE="GPL-2"
DEPEND="virtual/glibc
>=sys-apps/sed-4.0.5
>=sys-libs/ncurses-5.2-r2
- !selinux? ( pam? ( sys-apps/pam-login ) )
- selinux? ( sys-apps/shadow )"
+ pam? ( sys-apps/pam-login )"
RDEPEND="${DEPEND} dev-lang/perl
nls? ( sys-devel/gettext )"