summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-03-17 22:49:07 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-03-17 22:49:07 +0000
commitc82035eefa8a95bd43a717e89f784051f33c8810 (patch)
treea390d8000d724666a1fe3008fe58dd0ef92076c2 /sys-apps/shadow
parentupdate DEPEND to include glib (diff)
downloadhistorical-c82035eefa8a95bd43a717e89f784051f33c8810.tar.gz
historical-c82035eefa8a95bd43a717e89f784051f33c8810.tar.bz2
historical-c82035eefa8a95bd43a717e89f784051f33c8810.zip
move cracklib dicts to cracklib
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r--sys-apps/shadow/shadow-4.0.2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-apps/shadow/shadow-4.0.2.ebuild b/sys-apps/shadow/shadow-4.0.2.ebuild
index 1f3d7f1c434d..9626876aa225 100644
--- a/sys-apps/shadow/shadow-4.0.2.ebuild
+++ b/sys-apps/shadow/shadow-4.0.2.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2.ebuild,v 1.2 2002/03/03 12:37:00 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2.ebuild,v 1.3 2002/03/17 22:49:07 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Utilities to deal with user accounts"
SRC_URI="ftp://ftp.pld.org.pl/software/shadow/${P}.tar.gz"
DEPEND=">=sys-libs/pam-0.75-r4
+ >=sys-libs/cracklib-2.7-r3
sys-devel/gettext"
-RDEPEND=">=sys-libs/pam-0.75-r4"
+RDEPEND=">=sys-libs/pam-0.75-r4
+ >=sys-libs/cracklib-2.7-r3"
src_compile() {
./configure --disable-desrpc \
@@ -41,9 +43,6 @@ src_install() {
# remove dead links
rm -f ${D}/bin/{sg,vipw}
- insinto /usr/lib
- doins ${FILESDIR}/cracklib/cracklib_dict.*
-
insinto /etc
# Using a securetty with devfs device names added
# (compat names kept for non-devfs compatibility)