diff options
author | 2009-09-04 22:12:04 +0000 | |
---|---|---|
committer | 2009-09-04 22:12:04 +0000 | |
commit | ae2e3b1fccdb28fa5b1cd705e280e5da20b54b9a (patch) | |
tree | ae2a27741344054e110e54946da9ee5469471437 /sys-boot | |
parent | sunrise/ profiles/package.mask: Typo (diff) | |
download | sunrise-reviewed-ae2e3b1fccdb28fa5b1cd705e280e5da20b54b9a.tar.gz sunrise-reviewed-ae2e3b1fccdb28fa5b1cd705e280e5da20b54b9a.tar.bz2 sunrise-reviewed-ae2e3b1fccdb28fa5b1cd705e280e5da20b54b9a.zip |
sunrise/ sys-boot/makebootfat: In gentoo-x86
svn path=/sunrise/; revision=9171
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/makebootfat/ChangeLog | 10 | ||||
-rw-r--r-- | sys-boot/makebootfat/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/makebootfat/makebootfat-1.4.ebuild | 28 | ||||
-rw-r--r-- | sys-boot/makebootfat/metadata.xml | 5 |
4 files changed, 0 insertions, 47 deletions
diff --git a/sys-boot/makebootfat/ChangeLog b/sys-boot/makebootfat/ChangeLog deleted file mode 100644 index bb25a6bca..000000000 --- a/sys-boot/makebootfat/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# 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) <jlec@j-schmitz.net> - +makebootfat-1.4.ebuild, +metadata.xml: - Initial setup - bug 270301 diff --git a/sys-boot/makebootfat/Manifest b/sys-boot/makebootfat/Manifest deleted file mode 100644 index 80662192f..000000000 --- a/sys-boot/makebootfat/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST makebootfat-1.4.tar.gz 146722 RMD160 7bbb9da608803e5572824804cf1776572f605e2e SHA1 a60173de1a223a75e6fa781eac126c3b431993e5 SHA256 0287daafc04da2ae70676f0cf6b6c7fbd8742183ce82d005afd078d0550f0f6c -EBUILD makebootfat-1.4.ebuild 711 RMD160 fb18d6de2315e64ece2eb2ba2077949202b8ef05 SHA1 8f343cbedfc367ab04996e3169cc4d2058d68dad SHA256 4d907914b6c1a4daf164f05efc051a3fe56ba33ab7e51a07b7002cb3aba08c1b -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 deleted file mode 100644 index 38e6da3cb..000000000 --- a/sys-boot/makebootfat/makebootfat-1.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 deleted file mode 100644 index 7e3286984..000000000 --- a/sys-boot/makebootfat/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> |