From e671640d7054c346c33d53c312709570b4e7d9d6 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 18 May 2009 14:52:10 +0000 Subject: sys-boot/makebootfat: [NEW EBUILD] sys-boot/makebootfat bug 270301 svn path=/sunrise/; revision=8569 --- sys-boot/makebootfat/ChangeLog | 10 ++++++++++ sys-boot/makebootfat/Manifest | 4 ++++ sys-boot/makebootfat/makebootfat-1.4.ebuild | 30 +++++++++++++++++++++++++++++ sys-boot/makebootfat/metadata.xml | 5 +++++ 4 files changed, 49 insertions(+) create mode 100644 sys-boot/makebootfat/ChangeLog create mode 100644 sys-boot/makebootfat/Manifest create mode 100644 sys-boot/makebootfat/makebootfat-1.4.ebuild create mode 100644 sys-boot/makebootfat/metadata.xml (limited to 'sys-boot') diff --git a/sys-boot/makebootfat/ChangeLog b/sys-boot/makebootfat/ChangeLog new file mode 100644 index 000000000..bb25a6bca --- /dev/null +++ b/sys-boot/makebootfat/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-boot/makebootfat +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*makebootfat-1.4 (18 May 2009) + + 18 May 2009; Justin Lecher (jlec) + +makebootfat-1.4.ebuild, +metadata.xml: + Initial setup + bug 270301 diff --git a/sys-boot/makebootfat/Manifest b/sys-boot/makebootfat/Manifest new file mode 100644 index 000000000..2b7c168bc --- /dev/null +++ b/sys-boot/makebootfat/Manifest @@ -0,0 +1,4 @@ +DIST makebootfat-1.4.tar.gz 146722 RMD160 7bbb9da608803e5572824804cf1776572f605e2e SHA1 a60173de1a223a75e6fa781eac126c3b431993e5 SHA256 0287daafc04da2ae70676f0cf6b6c7fbd8742183ce82d005afd078d0550f0f6c +EBUILD makebootfat-1.4.ebuild 713 RMD160 1857056453851efedfac5e9c1ca8f14dd7664fff SHA1 171208335fce293dcf3a551d3ac882127da18a8b SHA256 2b197a4ff87e71157d58bbf73320344188c0c09a6d23efa5687473b7c95b3581 +MISC ChangeLog 281 RMD160 bae712160be772d0f4ed524ccb363dc5ce6e9d0a SHA1 6a36c587c8a982d8ab2f61086b4d34a8a598d52d SHA256 e5725d1058e1215a6f3f689bcb8640fb456d451b46d5abfe1b97985f7af2a2f7 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sys-boot/makebootfat/makebootfat-1.4.ebuild b/sys-boot/makebootfat/makebootfat-1.4.ebuild new file mode 100644 index 000000000..72c2bdcbf --- /dev/null +++ b/sys-boot/makebootfat/makebootfat-1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Command line utility able to create bootable USB disks" +HOMEPAGE="http://advancemame.sourceforge.net/boot-readme.html" +SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-boot/syslinux" +DEPEND="${RDEPEND}" + + +src_install() { + emake DESTDIR="${D}" install || \ + die "installation failed" + + insinto /usr/share/makebootfat + doins mbrfat.bin || die + + dodoc doc/{authors,history,makebootfat,readme}.txt \ + || die "nothing to read" + dohtml doc/{authors,history,makebootfat,readme}.html \ + || die "no html" +} + diff --git a/sys-boot/makebootfat/metadata.xml b/sys-boot/makebootfat/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/sys-boot/makebootfat/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-wanted + -- cgit v1.2.3-65-gdbad