summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-03 10:29:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-03 10:29:12 +0000
commitdc8cddda0015f75b4be85af16240df8a57526f89 (patch)
tree480f1e388085af559591c682a605148c7240e8f6 /sys-fs/quotatool
parentmove quota stuff from sys-apps to sys-fs (diff)
downloadgentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.tar.gz
gentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.tar.bz2
gentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.zip
move from sys-apps
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r--sys-fs/quotatool/ChangeLog8
-rw-r--r--sys-fs/quotatool/Manifest14
-rw-r--r--sys-fs/quotatool/files/digest-quotatool-1.4.61
-rw-r--r--sys-fs/quotatool/metadata.xml5
-rw-r--r--sys-fs/quotatool/quotatool-1.4.6.ebuild20
5 files changed, 48 insertions, 0 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog
new file mode 100644
index 000000000000..1dd9defbad13
--- /dev/null
+++ b/sys-fs/quotatool/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-apps/quotatool
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.1 2004/10/03 10:29:12 vapier Exp $
+
+*quotatool-1.4.6 (03 Oct 2004)
+
+ 03 Oct 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Eloi Granado #33468.
diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
new file mode 100644
index 000000000000..e0dc2d0cb442
--- /dev/null
+++ b/sys-fs/quotatool/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 188e005c9c93f8e787de5d1451d994b7 quotatool-1.4.6.ebuild 552
+MD5 6163925619541f5216475fa947ad5678 ChangeLog 353
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 8f0691b13997d72769965653c8a5b24e files/digest-quotatool-1.4.6 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBX5qPHTu7gpaalycRAkKdAJ0R3Mfs9H+YL5ZKe2Wq7afUl1eF0wCfTmeu
+/mI333tLmR4Cle37Du5fEn0=
+=TGTp
+-----END PGP SIGNATURE-----
diff --git a/sys-fs/quotatool/files/digest-quotatool-1.4.6 b/sys-fs/quotatool/files/digest-quotatool-1.4.6
new file mode 100644
index 000000000000..0d5970b6ab63
--- /dev/null
+++ b/sys-fs/quotatool/files/digest-quotatool-1.4.6
@@ -0,0 +1 @@
+MD5 0994404d9ded9ed65b7a1ab2f1bfc126 quotatool-1.4.6.tar.gz 114836
diff --git a/sys-fs/quotatool/metadata.xml b/sys-fs/quotatool/metadata.xml
new file mode 100644
index 000000000000..96a2d586367d
--- /dev/null
+++ b/sys-fs/quotatool/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+</pkgmetadata>
diff --git a/sys-fs/quotatool/quotatool-1.4.6.ebuild b/sys-fs/quotatool/quotatool-1.4.6.ebuild
new file mode 100644
index 000000000000..7e0d9f5204c0
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.4.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.6.ebuild,v 1.1 2004/10/03 10:29:12 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="x86"
+IUSE=""
+
+RDEPEND="sys-fs/quota"
+
+src_install () {
+ dobin quotatool || die
+ doman man/quotatool.8
+ dodoc AUTHORS ChangeLog README TODO
+}