Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 2072
Collapse All | Expand All

(-)portage-orig/sys-apps/quota/ChangeLog (+6 lines)
Lines 2-7 Link Here
2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
3
# /space/gentoo/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp
3
# /space/gentoo/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp
4
4
5
*quota-3.04 (14 Apr 2002)
6
7
  14 Apr 2002; Joachim Blaabjerg <styx@SuxOS.org> quota-3.04.ebuild
8
9
  Version bump.
10
5
*quota-3.03 (1 Feb 2002)
11
*quota-3.03 (1 Feb 2002)
6
12
7
  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
13
  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
(-)portage-orig/sys-apps/quota/files/digest-quota-3.04 (+1 lines)
Line 0 Link Here
1
MD5 b40a368443568ab82c790cc4afa19b5f quota-3.04.tar.gz 182318
(-)portage-orig/sys-apps/quota/quota-3.04.ebuild (+27 lines)
Line 0 Link Here
1
# Copyright 1999-2001 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Maintainer: Aron Griffis <agriffis@gentoo.org>
4
# /space/gentoo/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.2 2002/02/01 22:32:41 agriffis Exp
5
6
S=${WORKDIR}/quota-tools
7
DESCRIPTION="Linux quota tools"
8
SRC_URI="http://prdownloads.sourceforge.net/linuxquota/${P}.tar.gz"
9
HOMEPAGE="http://sourceforge.net/projects/linuxquota/"
10
11
DEPEND="virtual/glibc"
12
13
src_compile() {
14
	./configure \
15
		--host=${CHOST} \
16
		--prefix=/usr \
17
		--infodir=/usr/share/info \
18
		--mandir=/usr/share/man || die "./configure failed"
19
	emake || die
20
}
21
22
src_install () {
23
	mkdir -p ${D}/{sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}}
24
	make ROOTDIR=${D} install || die
25
	install -m 644 warnquota.conf ${D}/etc
26
	dodoc doc/*
27
}

Return to bug 2072