diff options
author | 2014-03-27 00:31:47 +1100 | |
---|---|---|
committer | 2014-03-27 00:31:47 +1100 | |
commit | 6d84e8742ed7d6f1d1651225633d9bfed1373408 (patch) | |
tree | 3054963f4be77ddf8c2bb2741f2b4361698ca2f5 /sys-fs/ufiformat/ufiformat-0.9.4.ebuild | |
parent | www-apps/butterfly: Version bump butterfly to 1.4.0 (diff) | |
download | sunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.tar.gz sunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.tar.bz2 sunrise-6d84e8742ed7d6f1d1651225633d9bfed1373408.zip |
app-cdr/qlscribe: Version bump.
Diffstat (limited to 'sys-fs/ufiformat/ufiformat-0.9.4.ebuild')
-rw-r--r-- | sys-fs/ufiformat/ufiformat-0.9.4.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-fs/ufiformat/ufiformat-0.9.4.ebuild b/sys-fs/ufiformat/ufiformat-0.9.4.ebuild deleted file mode 100644 index ad82c6f86..000000000 --- a/sys-fs/ufiformat/ufiformat-0.9.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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} - -src_install() { - dobin ufiformat || die "dobin failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} |