summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-26 01:09:48 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-26 01:09:48 +0000
commit0f8031a0ab1bb977f7e46945043af0e8e9464354 (patch)
tree1d1401cda7f87c9daf9926cabe82ce4d857692fe /sys-fs
parentStable on alpha. (diff)
downloadgentoo-2-0f8031a0ab1bb977f7e46945043af0e8e9464354.tar.gz
gentoo-2-0f8031a0ab1bb977f7e46945043af0e8e9464354.tar.bz2
gentoo-2-0f8031a0ab1bb977f7e46945043af0e8e9464354.zip
Version bump #120349 by Daniel Webert.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/quotatool/ChangeLog9
-rw-r--r--sys-fs/quotatool/files/digest-quotatool-1.4.81
-rw-r--r--sys-fs/quotatool/quotatool-1.4.8.ebuild20
3 files changed, 28 insertions, 2 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog
index cf9da51bc856..cb34d519a79f 100644
--- a/sys-fs/quotatool/ChangeLog
+++ b/sys-fs/quotatool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/quotatool
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.5 2005/08/07 13:07:35 hansmi Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.6 2006/01/26 01:09:48 vapier Exp $
+
+*quotatool-1.4.8 (26 Jan 2006)
+
+ 26 Jan 2006; Mike Frysinger <vapier@gentoo.org> +quotatool-1.4.8.ebuild:
+ Version bump #120349 by Daniel Webert.
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
quotatool-1.4.6.ebuild:
diff --git a/sys-fs/quotatool/files/digest-quotatool-1.4.8 b/sys-fs/quotatool/files/digest-quotatool-1.4.8
new file mode 100644
index 000000000000..c9cbf944cd6a
--- /dev/null
+++ b/sys-fs/quotatool/files/digest-quotatool-1.4.8
@@ -0,0 +1 @@
+MD5 a2c3894f84248ed375f6bfd7cc82a42d quotatool-1.4.8.tar.gz 113187
diff --git a/sys-fs/quotatool/quotatool-1.4.8.ebuild b/sys-fs/quotatool/quotatool-1.4.8.ebuild
new file mode 100644
index 000000000000..3b9c821338b8
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.4.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.8.ebuild,v 1.1 2006/01/26 01:09:48 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
+}