summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 21:37:07 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 21:37:07 +0000
commit02f9a53a89a390bbbf9df21eff12ff6683d216e2 (patch)
tree2946b21810e1fdcc9c461ff1a77b957150c67622 /sys-apps/quota
parent(no commit message) (diff)
downloadhistorical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.tar.gz
historical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.tar.bz2
historical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.zip
Add inherit eutils
Diffstat (limited to 'sys-apps/quota')
-rw-r--r--sys-apps/quota/ChangeLog7
-rw-r--r--sys-apps/quota/quota-3.06-r1.ebuild4
-rw-r--r--sys-apps/quota/quota-3.06-r2.ebuild4
-rw-r--r--sys-apps/quota/quota-3.06.ebuild4
-rw-r--r--sys-apps/quota/quota-3.09.ebuild4
-rw-r--r--sys-apps/quota/quota-3.10.ebuild4
6 files changed, 21 insertions, 6 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog
index ac1d27d19d8c..f46fd1037d6d 100644
--- a/sys-apps/quota/ChangeLog
+++ b/sys-apps/quota/ChangeLog
@@ -1,6 +1,11 @@
# 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.24 2004/03/06 18:52:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.25 2004/04/27 21:28:44 agriffis Exp $
+
+ 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,
+ quota-3.10.ebuild:
+ Add inherit eutils
06 Mar 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild,
quota-3.10.ebuild, files/quota.rc, files/quota.rc6:
diff --git a/sys-apps/quota/quota-3.06-r1.ebuild b/sys-apps/quota/quota-3.06-r1.ebuild
index 8f3ddfeecd68..e5750d1c39b3 100644
--- a/sys-apps/quota/quota-3.06-r1.ebuild
+++ b/sys-apps/quota/quota-3.06-r1.ebuild
@@ -1,6 +1,8 @@
# 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.06-r1.ebuild,v 1.10 2004/03/06 18:52:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.11 2004/04/27 21:28:44 agriffis Exp $
+
+inherit eutils
IUSE="nls"
diff --git a/sys-apps/quota/quota-3.06-r2.ebuild b/sys-apps/quota/quota-3.06-r2.ebuild
index 1703d1c4312f..e024dcd88f0a 100644
--- a/sys-apps/quota/quota-3.06-r2.ebuild
+++ b/sys-apps/quota/quota-3.06-r2.ebuild
@@ -1,6 +1,8 @@
# 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.06-r2.ebuild,v 1.5 2004/02/23 00:50:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r2.ebuild,v 1.6 2004/04/27 21:28:44 agriffis Exp $
+
+inherit eutils
IUSE="nls tcpd"
diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild
index 979b2b9da05c..02d05ef7647a 100644
--- a/sys-apps/quota/quota-3.06.ebuild
+++ b/sys-apps/quota/quota-3.06.ebuild
@@ -1,6 +1,8 @@
# 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.06.ebuild,v 1.14 2004/03/06 18:52:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.15 2004/04/27 21:28:44 agriffis Exp $
+
+inherit eutils
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 514e95882449..6c6e8eed244b 100644
--- a/sys-apps/quota/quota-3.09.ebuild
+++ b/sys-apps/quota/quota-3.09.ebuild
@@ -1,6 +1,8 @@
# 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.09.ebuild,v 1.6 2004/03/06 18:52:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.7 2004/04/27 21:28:44 agriffis Exp $
+
+inherit eutils
IUSE="nls tcpd"
diff --git a/sys-apps/quota/quota-3.10.ebuild b/sys-apps/quota/quota-3.10.ebuild
index 066171999156..3b11e992468c 100644
--- a/sys-apps/quota/quota-3.10.ebuild
+++ b/sys-apps/quota/quota-3.10.ebuild
@@ -1,6 +1,8 @@
# 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.3 2004/03/06 18:52:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.4 2004/04/27 21:28:44 agriffis Exp $
+
+inherit eutils
IUSE="nls tcpd"