# ChangeLog for sys-apps/util-linux
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.148 2006/03/07 00:26:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.149 2006/03/12 23:03:56 flameeyes Exp $
+
+ 12 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+ util-linux-2.12r-r3.ebuild:
+ Drop pam useflag and dependency over pam-login, as all the stuff that might
+ use pam is provided by shadow on modern systems.
07 Mar 2006; Mike Frysinger <vapier@gentoo.org>
+files/util-linux-2.12r-umount-nosysfs.patch, util-linux-2.12r-r3.ebuild:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 2461458aff7c3f3bfc1663a93fe0104b ChangeLog 23921
-RMD160 94d6a89b453753422a4b1f10ba9a5c550ac2f879 ChangeLog 23921
-SHA256 102bcd3d8ea23933ee39209b53242c943e0b2f26a9681f8a09ad554e3a111705 ChangeLog 23921
+MD5 210657907dd8e12e025058abd93ffe7b ChangeLog 24137
+RMD160 cec7808c6b175d5f89e02f185a0fcdda57cb7114 ChangeLog 24137
+SHA256 9e712df4506a0f187cabd5eff597734857a6ac05310154e458256e609b1fdf59 ChangeLog 24137
MD5 fc01656c85a58c998f5487eb72f44035 files/crypto-loop.confd 442
RMD160 cd8177c5b6976f2d5f5f997281a31ce18a64092a files/crypto-loop.confd 442
SHA256 47c8d7029e0fdf77425c2c5d593a46315d6b3b2539a019af228bcf88ed8168d6 files/crypto-loop.confd 442
MD5 d15a79f3ee1b51bf3363bc483887b4e8 util-linux-2.12r-r2.ebuild 5927
RMD160 fbdc18f3e7d1e2ca13a5eb603f79fde692f9fb1b util-linux-2.12r-r2.ebuild 5927
SHA256 15950032fde8382b72b3f8b1a626f9d6a6a3e7d6b83b92ab104fad61199167f8 util-linux-2.12r-r2.ebuild 5927
-MD5 087816ac2ec3193b51211c0635fd5477 util-linux-2.12r-r3.ebuild 6019
-RMD160 aa6872001841bc98469317b4bb0dc508c5291768 util-linux-2.12r-r3.ebuild 6019
-SHA256 ff094d393a1db530e57b56facb48269d1b02c6058ac72bba58f63d73e5a4006c util-linux-2.12r-r3.ebuild 6019
+MD5 ae9b3bc2692632c0d38523fb972e02a3 util-linux-2.12r-r3.ebuild 5947
+RMD160 9a6dcdeaa83187817376ca769b031d4fe3d26370 util-linux-2.12r-r3.ebuild 5947
+SHA256 aaed71d2c6b071edd4aa8fe7e0924e8a477f0f72ee44d711a73ba48e412df4ad util-linux-2.12r-r3.ebuild 5947
MD5 0fa072288048ab73c7da495402392575 util-linux-2.12r.ebuild 5546
RMD160 0f307e042a76b7da21677eba076cb00ef940332d util-linux-2.12r.ebuild 5546
SHA256 a1c0b47b741da937bb8fc38a0802e502258cf9b4ff25341e3034cb54b6f709c1 util-linux-2.12r.ebuild 5546
RMD160 0f04ca3d177c2afa55dca51d95b573b55b792114 util-linux-2.13_pre6.ebuild 4002
SHA256 b2771a51ff218bdb10c27780db394198dea8d3c3b6803186c5a840515260c8e3 util-linux-2.13_pre6.ebuild 4002
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2.1 (GNU/Linux)
+Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEDNOE2+ySkm8kpY0RAqxmAJ9OjVuBrPl2h/Qx6BSdIEEU6eWxxACfaEyB
-TxSv3WnVK3rhWDueVLtLeiU=
-=cvbi
+iD8DBQFEFKjpAiZjviIA2XgRAiZ4AKDNBtve250sBnz3hiA0t2Ew++i3iwCglHq2
+KLNmpO/ONkXJjizTNll7SWI=
+=A08s
-----END PGP SIGNATURE-----
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r3.ebuild,v 1.2 2006/03/07 00:26:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r3.ebuild,v 1.3 2006/03/12 23:03:56 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="crypt old-crypt nls static pam selinux perl"
+IUSE="crypt old-crypt nls static selinux perl"
RDEPEND=">=sys-libs/ncurses-5.2-r2
>=sys-fs/e2fsprogs-1.34
selinux? ( sys-libs/libselinux )
- pam? ( sys-apps/pam-login )
crypt? ( app-crypt/hashalot )
perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
# Use update_mtab() to avoid dups in mtab for 'mount -f'
epatch "${FILESDIR}"/${PN}-2.12q-use-update_mtab-for-fake.patch
- # Fix unreadable df output when using devfs ... this check is kind of
+ # Fix unreadable df output when using devfs ... this check is kind of
# a hack, but whatever, the output isnt critical at all :P
[[ -e /dev/.devfsd ]] && epatch "${FILESDIR}"/no-symlink-resolve.patch
# fix cal display when using featureless terminals #112406
epatch "${FILESDIR}"/${PN}-2.12r-cal-dumb-terminal.patch
- # Bug #108988 unable to always seek when omiting frame pointers
+ # Bug #108988 unable to always seek when omiting frame pointers
epatch "${FILESDIR}"/${PN}-2.12r-fdisk-frame-pointers.patch
# Patches from Fedora
local mconfigs="MCONFIG"
use old-crypt && mconfigs="${mconfigs} ${OLD_CRYPT_P}/MCONFIG"
sed -i \
- -e "/^HAVE_PAM=/s:no:$(yesno pam):" \
-e "/^HAVE_SELINUX=/s:no:$(yesno selinux):" \
-e "/^DISABLE_NLS=/s:no:$(yesno !nls):" \
-e "/^HAVE_KILL=/s:no:yes:" \