# 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.149 2006/03/12 23:03:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.150 2006/03/13 19:33:22 flameeyes Exp $
+
+ 13 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+ util-linux-2.13_pre6.ebuild:
+ Drop pam support for 2.13 as done for 2.12, leave all up to shadow.
12 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
util-linux-2.12r-r3.ebuild:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 210657907dd8e12e025058abd93ffe7b ChangeLog 24137
-RMD160 cec7808c6b175d5f89e02f185a0fcdda57cb7114 ChangeLog 24137
-SHA256 9e712df4506a0f187cabd5eff597734857a6ac05310154e458256e609b1fdf59 ChangeLog 24137
+MD5 9082beed2ad2511c7e9e6f35b4666685 ChangeLog 24292
+RMD160 eb8ecfad1a726ff127fd39c548b6236f962a7ec4 ChangeLog 24292
+SHA256 30ef416a8d7d3ab155a1d842fcf9aab0f7ade16417e1d13d2af166b4263b0095 ChangeLog 24292
MD5 fc01656c85a58c998f5487eb72f44035 files/crypto-loop.confd 442
RMD160 cd8177c5b6976f2d5f5f997281a31ce18a64092a files/crypto-loop.confd 442
SHA256 47c8d7029e0fdf77425c2c5d593a46315d6b3b2539a019af228bcf88ed8168d6 files/crypto-loop.confd 442
MD5 0fa072288048ab73c7da495402392575 util-linux-2.12r.ebuild 5546
RMD160 0f307e042a76b7da21677eba076cb00ef940332d util-linux-2.12r.ebuild 5546
SHA256 a1c0b47b741da937bb8fc38a0802e502258cf9b4ff25341e3034cb54b6f709c1 util-linux-2.12r.ebuild 5546
-MD5 9eab906159390965cfd5eb376a6292ff util-linux-2.13_pre6.ebuild 4002
-RMD160 0f04ca3d177c2afa55dca51d95b573b55b792114 util-linux-2.13_pre6.ebuild 4002
-SHA256 b2771a51ff218bdb10c27780db394198dea8d3c3b6803186c5a840515260c8e3 util-linux-2.13_pre6.ebuild 4002
+MD5 1337939ff71d051a3acbab7bb1059a27 util-linux-2.13_pre6.ebuild 3969
+RMD160 1cedabab02b42c75959fbaea4e2cc071255b0c99 util-linux-2.13_pre6.ebuild 3969
+SHA256 fae5ed2b9966fa424d6622709df311ae660bddfa26a8d7804ee99a99a938479e util-linux-2.13_pre6.ebuild 3969
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEFKjpAiZjviIA2XgRAiZ4AKDNBtve250sBnz3hiA0t2Ew++i3iwCglHq2
-KLNmpO/ONkXJjizTNll7SWI=
-=A08s
+iD8DBQFEFcmdAiZjviIA2XgRArlfAJ9V7cdmTs+W6nLBn41Xq43fcGwurwCg2GUQ
+sJCTAbHCM8D35e0KauMgpt4=
+=69FG
-----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.13_pre6.ebuild,v 1.4 2006/03/07 00:25:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.13_pre6.ebuild,v 1.5 2006/03/13 19:33:22 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 nls static pam selinux perl"
+IUSE="crypt nls static selinux perl"
RDEPEND="!sys-process/schedutils
>=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}
# Fix building with USE=-nls #123826
epatch "${FILESDIR}"/${PN}-2.13-no-nls.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
use static && append-ldflags -static
econf \
--prefix=/ \
- $(use_with pam) \
$(use_with selinux) \
$(use_enable nls) \
+ --without-pam \
--enable-agetty \
--enable-cramfs \
--disable-init \