diff options
author | 2009-01-22 23:12:52 +0000 | |
---|---|---|
committer | 2009-01-22 23:12:52 +0000 | |
commit | 2e4e7c01a52158ec059dacaa4386c1de044e87f4 (patch) | |
tree | cb45f723ac94fd20be63b82083d00333b3229c06 /sys-fs/ufiformat/ufiformat-0.9.4.ebuild | |
parent | media-gfx/fotoxx: Version bumb for Fotoxx (diff) | |
download | sunrise-2e4e7c01a52158ec059dacaa4386c1de044e87f4.tar.gz sunrise-2e4e7c01a52158ec059dacaa4386c1de044e87f4.tar.bz2 sunrise-2e4e7c01a52158ec059dacaa4386c1de044e87f4.zip |
sys-fs/ufiformat: Version bump
svn path=/sunrise/; revision=7774
Diffstat (limited to 'sys-fs/ufiformat/ufiformat-0.9.4.ebuild')
-rw-r--r-- | sys-fs/ufiformat/ufiformat-0.9.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/ufiformat/ufiformat-0.9.4.ebuild b/sys-fs/ufiformat/ufiformat-0.9.4.ebuild new file mode 100644 index 000000000..6228a4960 --- /dev/null +++ b/sys-fs/ufiformat/ufiformat-0.9.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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 + dodoc AUTHORS ChangeLog NEWS README +} |