summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-03-27 00:31:47 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-03-27 00:31:47 +1100
commit6d84e8742ed7d6f1d1651225633d9bfed1373408 (patch)
tree3054963f4be77ddf8c2bb2741f2b4361698ca2f5 /sys-fs/ufiformat/ufiformat-0.9.9.ebuild
parentwww-apps/butterfly: Version bump butterfly to 1.4.0 (diff)
downloadsunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.tar.gz
sunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.tar.bz2
sunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.zip
app-cdr/qlscribe: Version bump.
Diffstat (limited to 'sys-fs/ufiformat/ufiformat-0.9.9.ebuild')
-rw-r--r--sys-fs/ufiformat/ufiformat-0.9.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
new file mode 100644
index 000000000..0a421a6a2
--- /dev/null
+++ b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="USB Floppy Disk formatting tool"
+HOMEPAGE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html"
+SRC_URI="http://www.geocities.jp/tedi_world/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND=${RDEPEND}
+
+DOCS=( AUTHORS ChangeLog README )