summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-09 09:43:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-09 09:43:58 +0000
commit9bf74f7acfb43298164e1c649be18479ae690b38 (patch)
tree48c479dbd53754b2dac882ca0160d4cfaf7cac24 /sys-apps/quota
parentfix changelog message (diff)
downloadgentoo-2-9bf74f7acfb43298164e1c649be18479ae690b38.tar.gz
gentoo-2-9bf74f7acfb43298164e1c649be18479ae690b38.tar.bz2
gentoo-2-9bf74f7acfb43298164e1c649be18479ae690b38.zip
added tcp-wrappers to dependency lists
Diffstat (limited to 'sys-apps/quota')
-rw-r--r--sys-apps/quota/ChangeLog8
-rw-r--r--sys-apps/quota/Manifest8
-rw-r--r--sys-apps/quota/quota-3.06-r1.ebuild5
-rw-r--r--sys-apps/quota/quota-3.06.ebuild5
4 files changed, 17 insertions, 9 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog
index bf6a383898ff..a62abf2fa2a0 100644
--- a/sys-apps/quota/ChangeLog
+++ b/sys-apps/quota/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/quota
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.14 2003/08/31 20:42:09 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.15 2003/09/09 09:43:54 seemant Exp $
+
+ 09 Sep 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r1.ebuild
+ quota-3.06.ebuild :
+
+ Added tcp-wrappers to DEPEND, as it is required to build. Thanks to: Simon
+ Arlott <sa3@macs.hw.ac.uk> in bug #26905
31 Aug 2003; Jason Wever <weeve@gentoo.org> quota-3.06-r1.ebuild:
Marked stable on sparc to fix bug #26584.
diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest
index 12d6e26bca4b..f82d4185d542 100644
--- a/sys-apps/quota/Manifest
+++ b/sys-apps/quota/Manifest
@@ -1,6 +1,6 @@
-MD5 8e472e8a58d9342657af9eb4bcadbd4b ChangeLog 2244
-MD5 9ded56faf7f9dd1ef89ae06216295147 quota-3.06-r1.ebuild 839
-MD5 f20424225bbe67c93435f8025fb4612a quota-3.06.ebuild 777
+MD5 78950f3101edcf920aa2be2d669065a5 quota-3.06.ebuild 800
+MD5 ab457a9d86984e0b5c5c3483ca8e87f1 quota-3.06-r1.ebuild 864
+MD5 7331426a39a3c5ed1b2efb4429b9fddb ChangeLog 2463
+MD5 a26d206672c294341ce1ebed4acc45b1 files/quota.rc 441
MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62
MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62
-MD5 a26d206672c294341ce1ebed4acc45b1 files/quota.rc 441
diff --git a/sys-apps/quota/quota-3.06-r1.ebuild b/sys-apps/quota/quota-3.06-r1.ebuild
index 815ee76aecf3..23b815d8cbb5 100644
--- a/sys-apps/quota/quota-3.06-r1.ebuild
+++ b/sys-apps/quota/quota-3.06-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.5 2003/08/31 20:42:09 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.6 2003/09/09 09:43:55 seemant Exp $
IUSE="nls"
@@ -13,7 +13,8 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~ppc sparc "
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ sys-apps/tcp-wrappers"
src_install() {
dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}}
diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild
index 8d06067b6f22..05defcc348bb 100644
--- a/sys-apps/quota/quota-3.06.ebuild
+++ b/sys-apps/quota/quota-3.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.9 2003/06/24 14:29:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.10 2003/09/09 09:43:55 seemant Exp $
S=${WORKDIR}/quota-tools
DESCRIPTION="Linux quota tools"
@@ -11,7 +11,8 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ppc sparc alpha"
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ sys-apps/tcp-wrappers"
src_compile() {
econf || die "./configure failed"