summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Blaabjerg <styx@gentoo.org>2002-08-16 13:10:10 +0000
committerJoachim Blaabjerg <styx@gentoo.org>2002-08-16 13:10:10 +0000
commitea543fc6e35e7920e12c6b0d8e0855f80f0e5344 (patch)
tree34bae41c1e22299e2a22ada3dbfb42a06950797e /sys-apps/quota
parentMasking the new quota 3.06 (diff)
downloadhistorical-ea543fc6e35e7920e12c6b0d8e0855f80f0e5344.tar.gz
historical-ea543fc6e35e7920e12c6b0d8e0855f80f0e5344.tar.bz2
historical-ea543fc6e35e7920e12c6b0d8e0855f80f0e5344.zip
Version bump, fixes 6528. Masked for testing.
Diffstat (limited to 'sys-apps/quota')
-rw-r--r--sys-apps/quota/ChangeLog8
-rw-r--r--sys-apps/quota/files/digest-quota-3.061
-rw-r--r--sys-apps/quota/quota-3.06.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog
index fb0f5179b8ae..a127cbd80175 100644
--- a/sys-apps/quota/ChangeLog
+++ b/sys-apps/quota/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/quota
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.4 2002/07/20 19:06:47 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.5 2002/08/16 13:10:10 styx Exp $
+
+*quota-3.06 (16 Aug 2002(
+
+ 16 Apr 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.06.ebuild :
+
+ Version bump.
*quota-3.04 (14 Apr 2002)
diff --git a/sys-apps/quota/files/digest-quota-3.06 b/sys-apps/quota/files/digest-quota-3.06
new file mode 100644
index 000000000000..ec34953cbbfb
--- /dev/null
+++ b/sys-apps/quota/files/digest-quota-3.06
@@ -0,0 +1 @@
+MD5 13b6a46c61b35fe1c78ab9050cb4e463 quota-3.06.tar.gz 183559
diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild
new file mode 100644
index 000000000000..4bf964a9670f
--- /dev/null
+++ b/sys-apps/quota/quota-3.06.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.1 2002/08/16 13:10:10 styx Exp $
+
+S=${WORKDIR}/quota-tools
+DESCRIPTION="Linux quota tools"
+SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/linuxquota/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc sparc64"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}}
+ make ROOTDIR=${D} install || die
+ install -m 644 warnquota.conf ${D}/etc
+ dodoc doc/*
+}