summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2005-01-16 19:21:50 +0000
committerLars Weiler <pylon@gentoo.org>2005-01-16 19:21:50 +0000
commite4d4a24a74867350bec24f6729a34f3e25805dc3 (patch)
tree70f67cf454a11446d46ac32ea66fbe85a542a0f7 /sys-boot/bootcreator
parentVersion bump for security #72816. (diff)
downloadgentoo-2-e4d4a24a74867350bec24f6729a34f3e25805dc3.tar.gz
gentoo-2-e4d4a24a74867350bec24f6729a34f3e25805dc3.tar.bz2
gentoo-2-e4d4a24a74867350bec24f6729a34f3e25805dc3.zip
Boot Menu creator for the Pegasos
Diffstat (limited to 'sys-boot/bootcreator')
-rw-r--r--sys-boot/bootcreator/ChangeLog11
-rw-r--r--sys-boot/bootcreator/Manifest2
-rw-r--r--sys-boot/bootcreator/bootcreator-1.1.ebuild35
-rw-r--r--sys-boot/bootcreator/files/digest-bootcreator-1.11
-rw-r--r--sys-boot/bootcreator/metadata.xml8
5 files changed, 57 insertions, 0 deletions
diff --git a/sys-boot/bootcreator/ChangeLog b/sys-boot/bootcreator/ChangeLog
new file mode 100644
index 000000000000..11e0e784b3c5
--- /dev/null
+++ b/sys-boot/bootcreator/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sys-boot/bootcreator
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/ChangeLog,v 1.1 2005/01/16 19:21:50 pylon Exp $
+
+*bootcreator-1.1 (16 Jan 2005)
+
+ 16 Jan 2005; Lars Weiler <pylon@gentoo.org> +metadata.xml,
+ +bootcreator-1.1.ebuild:
+ New ebuild for all Pegasos users.
+ Thanks to MorgothDc that he released this Software under the GPL!
+
diff --git a/sys-boot/bootcreator/Manifest b/sys-boot/bootcreator/Manifest
new file mode 100644
index 000000000000..e6f45d56247b
--- /dev/null
+++ b/sys-boot/bootcreator/Manifest
@@ -0,0 +1,2 @@
+MD5 c650a0f2b1c8775855189daa910a6bb3 bootcreator-1.1.ebuild 719
+MD5 f589d099725434c44296fc4b524c8176 files/digest-bootcreator-1.1 66
diff --git a/sys-boot/bootcreator/bootcreator-1.1.ebuild b/sys-boot/bootcreator/bootcreator-1.1.ebuild
new file mode 100644
index 000000000000..952df1ad1a58
--- /dev/null
+++ b/sys-boot/bootcreator/bootcreator-1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/bootcreator-1.1.ebuild,v 1.1 2005/01/16 19:21:50 pylon Exp $
+
+inherit eutils
+
+DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
+
+HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
+SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc -*"
+IUSE=""
+DEPEND=""
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ mv examples/example.bc examples/bootmenu.example
+}
+
+src_compile() {
+ cd ${S}
+ make all || die "Can't compile bootmenu"
+}
+
+src_install() {
+ cd ${S}
+ dosbin src/bootcreator
+ insinto /etc
+ doins examples/bootmenu.example
+ dodoc doc/README doc/COPYING
+}
diff --git a/sys-boot/bootcreator/files/digest-bootcreator-1.1 b/sys-boot/bootcreator/files/digest-bootcreator-1.1
new file mode 100644
index 000000000000..04f2bb970daf
--- /dev/null
+++ b/sys-boot/bootcreator/files/digest-bootcreator-1.1
@@ -0,0 +1 @@
+MD5 b2dc0b22b1a9be4efbdb70bd8696a4e9 bootcreator-src.tar.gz 18323
diff --git a/sys-boot/bootcreator/metadata.xml b/sys-boot/bootcreator/metadata.xml
new file mode 100644
index 000000000000..ac41c56a18ab
--- /dev/null
+++ b/sys-boot/bootcreator/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ppc</herd>
+<maintainer>
+ <email>pylon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>