diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-11 16:17:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-11 16:17:31 +0000 |
commit | b81be68cd2304e8d213c128d869e33c5b1d54236 (patch) | |
tree | d39633a315a1cd85cefceec961b58247e56999f4 /sys-apps | |
parent | bye bye vim beta ebuilds, bye bye vim beta mask (diff) | |
download | historical-b81be68cd2304e8d213c128d869e33c5b1d54236.tar.gz historical-b81be68cd2304e8d213c128d869e33c5b1d54236.tar.bz2 historical-b81be68cd2304e8d213c128d869e33c5b1d54236.zip |
Stable on alpha.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/quota/Manifest | 18 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.10.ebuild | 4 |
3 files changed, 15 insertions, 12 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index f46fd1037d6d..a62828246aab 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/quota # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.25 2004/04/27 21:28:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.26 2004/06/11 16:17:31 kloeri Exp $ + + 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> quota-3.10.ebuild: + Stable on alpha. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quota-3.06-r1.ebuild, quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest index 1ed18336cbf3..6a8193e43632 100644 --- a/sys-apps/quota/Manifest +++ b/sys-apps/quota/Manifest @@ -1,15 +1,15 @@ -MD5 b38748d5c292c346ad4064986ccd023d ChangeLog 4066 +MD5 e00b8f6e612283fd7b79ae470c7561ab quota-3.10.ebuild 1498 +MD5 58d0e20230ab76571434be4ab4f1166e quota-3.06-r2.ebuild 1234 MD5 e6582490ccf19a13b057e7213ac25813 quota-3.06-r1.ebuild 1124 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 63563302e329ecf978b5417fd337352e quota-3.06.ebuild 1055 -MD5 58d0e20230ab76571434be4ab4f1166e quota-3.06-r2.ebuild 1234 MD5 6ec565820ceaf1f5de292f0b6522cc35 quota-3.09.ebuild 1502 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 88d4a7b6f43a227c6acca02a97ee4cda quota-3.10.ebuild 1502 -MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 -MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 -MD5 21bb86d3ab33e0db1654ae4692bbe58a files/quota.rc 662 -MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r2 62 -MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 +MD5 1216d0258025c38ab47a407d57941d08 ChangeLog 4154 MD5 0d3ff3aaef898c9bb1d7243e20e93913 files/quota-no-quotactl-manpage.patch 958 +MD5 21bb86d3ab33e0db1654ae4692bbe58a files/quota.rc 662 MD5 a579acd7ad0608bc16126d5d86da7804 files/digest-quota-3.10 62 +MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 +MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 +MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r2 62 MD5 9d54ae1af6909e66f1bbe39bb708bab7 files/quota.rc6 687 +MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 diff --git a/sys-apps/quota/quota-3.10.ebuild b/sys-apps/quota/quota-3.10.ebuild index 3b11e992468c..07eb58df43d4 100644 --- a/sys-apps/quota/quota-3.10.ebuild +++ b/sys-apps/quota/quota-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.4 2004/04/27 21:28:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.5 2004/06/11 16:17:31 kloeri Exp $ inherit eutils @@ -14,7 +14,7 @@ RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ~ia64" DEPEND="virtual/glibc tcpd? ( sys-apps/tcp-wrappers )" |