diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-23 23:49:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-23 23:49:14 +0000 |
commit | 622b5aa20167cdafc153221e0f95af0fba98e08b (patch) | |
tree | c9a0804646f080d657adf13608217d03dc403c3b /sys-apps | |
parent | perms (diff) | |
download | gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.tar.gz gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.tar.bz2 gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.zip |
IUSE fix
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/quota/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/quota/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.06-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.09.ebuild | 4 |
4 files changed, 15 insertions, 11 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index 029583b4a214..233d4857aefa 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2003/11/02 16:06:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.18 2003/11/23 23:49:13 seemant Exp $ + + 23 Nov 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r2.ebuild, + quota-3.09.ebuild: + fixed IUSE line, closing bug #34145 by Johan Petersson <spock@trilithium.com> *quota-3.09 (02 Nov 2003) diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest index 4fba7f1e9d11..4577a51d13b5 100644 --- a/sys-apps/quota/Manifest +++ b/sys-apps/quota/Manifest @@ -1,10 +1,10 @@ -MD5 179f515ebdaed7ca6ea18b9645380b5f ChangeLog 2870 -MD5 4668abbe04d7918e598bb9b21c831155 quota-3.06-r1.ebuild 884 MD5 bccad1fe62cc1ac9e1828e8dc992b798 quota-3.06.ebuild 820 -MD5 74a2d1eb7bc4c80c178d2b5bdaaf3aea quota-3.06-r2.ebuild 1016 -MD5 963123c61608b9ea30b6129c45675837 quota-3.09.ebuild 1013 +MD5 868993f88d9ff1e6ce1df372bd93f237 quota-3.06-r2.ebuild 1021 +MD5 4668abbe04d7918e598bb9b21c831155 quota-3.06-r1.ebuild 884 +MD5 ca449a928234162a70013ae67f5ae659 quota-3.09.ebuild 1018 +MD5 d09b84f0a4617b168b8abc1cc598ae9c ChangeLog 3046 +MD5 a26d206672c294341ce1ebed4acc45b1 files/quota.rc 441 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 +MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 -MD5 a26d206672c294341ce1ebed4acc45b1 files/quota.rc 441 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r2 62 -MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 diff --git a/sys-apps/quota/quota-3.06-r2.ebuild b/sys-apps/quota/quota-3.06-r2.ebuild index 293406ae6c5d..babb6b543e7b 100644 --- a/sys-apps/quota/quota-3.06-r2.ebuild +++ b/sys-apps/quota/quota-3.06-r2.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/quota/quota-3.06-r2.ebuild,v 1.1 2003/10/28 12:55:56 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r2.ebuild,v 1.2 2003/11/23 23:49:13 seemant Exp $ -IUSE="nls" +IUSE="nls tcpd" S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" diff --git a/sys-apps/quota/quota-3.09.ebuild b/sys-apps/quota/quota-3.09.ebuild index b76ae1c21df7..cd8b70ac9b57 100644 --- a/sys-apps/quota/quota-3.09.ebuild +++ b/sys-apps/quota/quota-3.09.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/quota/quota-3.09.ebuild,v 1.1 2003/11/02 16:06:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.2 2003/11/23 23:49:13 seemant Exp $ -IUSE="nls" +IUSE="nls tcpd" S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" |