summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-28 22:22:08 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-28 22:22:08 +0000
commit4e8992788e40d219fe6ffb3d74b022cad943fb4f (patch)
tree3d48eb71161bb34f5bcc4a5fbae56ec2985ca889 /sys-fs/davl/davl-1.2.1.ebuild
parentx86 stable wrt bug 164094 (diff)
downloadhistorical-4e8992788e40d219fe6ffb3d74b022cad943fb4f.tar.gz
historical-4e8992788e40d219fe6ffb3d74b022cad943fb4f.tar.bz2
historical-4e8992788e40d219fe6ffb3d74b022cad943fb4f.zip
Initial import, bug 120182, thanks to Paul Bredbury <brebs at sent dot com> for the initial ebuild
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'sys-fs/davl/davl-1.2.1.ebuild')
-rw-r--r--sys-fs/davl/davl-1.2.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-fs/davl/davl-1.2.1.ebuild b/sys-fs/davl/davl-1.2.1.ebuild
new file mode 100644
index 000000000000..808cdd447e32
--- /dev/null
+++ b/sys-fs/davl/davl-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/davl-1.2.1.ebuild,v 1.1 2007/01/28 22:22:08 armin76 Exp $
+
+DESCRIPTION="Visualizes the fragmentation status of ext2/3 filesystems"
+HOMEPAGE="http://davl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-fs/e2fsprogs-1.38
+ >=x11-libs/gtk+-2.6"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin src/cdavl/cdavl src/gdavl/gdavl
+ dodoc README
+ doman doc/*.8
+}