summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-06-04 18:04:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-06-04 18:04:01 +0000
commit76e049287e95fe362a4e10b892c8459ce7b4382b (patch)
treec386aa42481106b0df0236a19a9e94a89adedfda /sys-fs
parentAdd ususpend vbe mode support, thanks to Ricardo Salveti (diff)
downloadgentoo-2-76e049287e95fe362a4e10b892c8459ce7b4382b.tar.gz
gentoo-2-76e049287e95fe362a4e10b892c8459ce7b4382b.tar.bz2
gentoo-2-76e049287e95fe362a4e10b892c8459ce7b4382b.zip
Version bump per Meatoo, contains XFS fix.
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/quotatool/ChangeLog8
-rw-r--r--sys-fs/quotatool/files/digest-quotatool-1.4.93
-rw-r--r--sys-fs/quotatool/quotatool-1.4.9.ebuild20
3 files changed, 30 insertions, 1 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog
index bf60f2477ae3..7844fd7b8cd8 100644
--- a/sys-fs/quotatool/ChangeLog
+++ b/sys-fs/quotatool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/quotatool
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.7 2007/02/09 06:05:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.8 2007/06/04 18:04:01 robbat2 Exp $
+
+*quotatool-1.4.9 (04 Jun 2007)
+
+ 04 Jun 2007; Robin H. Johnson <robbat2@gentoo.org>
+ +quotatool-1.4.9.ebuild:
+ Version bump per Meatoo, contains XFS fix.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/sys-fs/quotatool/files/digest-quotatool-1.4.9 b/sys-fs/quotatool/files/digest-quotatool-1.4.9
new file mode 100644
index 000000000000..427c7a4e3621
--- /dev/null
+++ b/sys-fs/quotatool/files/digest-quotatool-1.4.9
@@ -0,0 +1,3 @@
+MD5 ad5fbae6d902fec8a9d166591973bcfa quotatool-1.4.9.tar.gz 113541
+RMD160 c6a1e818ae5fc1c3826a51ee34527d41983cd95f quotatool-1.4.9.tar.gz 113541
+SHA256 37ee535221ff5cfa67f2562bdffe586615fb007e55bacc3bbd8281357687a6fc quotatool-1.4.9.tar.gz 113541
diff --git a/sys-fs/quotatool/quotatool-1.4.9.ebuild b/sys-fs/quotatool/quotatool-1.4.9.ebuild
new file mode 100644
index 000000000000..337f1110ed4a
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.4.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.9.ebuild,v 1.1 2007/06/04 18:04:01 robbat2 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
+}