summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-17 13:29:34 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-17 13:29:34 +0000
commita41ca2cf7cb8f731625a1b5fcb5e4fc7d388ea4c (patch)
tree4aa71d3c8f6936f09e872a819ffd6dd31a22a5b7 /sys-fs/quotatool/quotatool-1.4.7.ebuild
parentadd die check to install (diff)
downloadgentoo-2-a41ca2cf7cb8f731625a1b5fcb5e4fc7d388ea4c.tar.gz
gentoo-2-a41ca2cf7cb8f731625a1b5fcb5e4fc7d388ea4c.tar.bz2
gentoo-2-a41ca2cf7cb8f731625a1b5fcb5e4fc7d388ea4c.zip
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-fs/quotatool/quotatool-1.4.7.ebuild')
-rw-r--r--sys-fs/quotatool/quotatool-1.4.7.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/quotatool/quotatool-1.4.7.ebuild b/sys-fs/quotatool/quotatool-1.4.7.ebuild
new file mode 100644
index 000000000000..10a2575903f2
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.4.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.7.ebuild,v 1.1 2005/07/17 13:29:34 vapier Exp $
+
+DESCRIPTION="command-line utility for filesystem quotas"
+HOMEPAGE="http://quotatool.ekenberg.se/"
+SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/quota"
+
+src_install () {
+ dobin quotatool || die
+ doman man/quotatool.8
+ dodoc AUTHORS ChangeLog README TODO
+}