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
commit4fb94f1abf53a7c2778811b52b94e4a508082318 (patch)
tree6aba1ab43d43697b871fc5ef36283b26fc371c7d /sys-fs/quotatool
parentadd die check to install (diff)
downloadhistorical-4fb94f1abf53a7c2778811b52b94e4a508082318.tar.gz
historical-4fb94f1abf53a7c2778811b52b94e4a508082318.tar.bz2
historical-4fb94f1abf53a7c2778811b52b94e4a508082318.zip
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r--sys-fs/quotatool/ChangeLog9
-rw-r--r--sys-fs/quotatool/files/digest-quotatool-1.4.71
-rw-r--r--sys-fs/quotatool/quotatool-1.4.7.ebuild20
3 files changed, 28 insertions, 2 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog
index c83e78e7af57..197fed4b8607 100644
--- a/sys-fs/quotatool/ChangeLog
+++ b/sys-fs/quotatool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/quotatool
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.3 2004/10/17 10:01:31 dholm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.4 2005/07/17 13:29:34 vapier Exp $
+
+*quotatool-1.4.7 (17 Jul 2005)
+
+ 17 Jul 2005; Mike Frysinger <vapier@gentoo.org> +quotatool-1.4.7.ebuild:
+ Version bump.
17 Oct 2004; David Holm <dholm@gentoo.org> quotatool-1.4.6.ebuild:
Added to ~ppc.
diff --git a/sys-fs/quotatool/files/digest-quotatool-1.4.7 b/sys-fs/quotatool/files/digest-quotatool-1.4.7
new file mode 100644
index 000000000000..360900376581
--- /dev/null
+++ b/sys-fs/quotatool/files/digest-quotatool-1.4.7
@@ -0,0 +1 @@
+MD5 78969d1f52f94aad40336faa4a3d28de quotatool-1.4.7.tar.gz 113102
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
+}