summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/emile/emile-9999.ebuild')
-rw-r--r--sys-boot/emile/emile-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-boot/emile/emile-9999.ebuild b/sys-boot/emile/emile-9999.ebuild
new file mode 100644
index 0000000..6d3b6dd
--- /dev/null
+++ b/sys-boot/emile/emile-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit git base
+
+DESCRIPTION="Macintosh m68k Bootloader"
+HOMEPAGE="http://emile.sourceforge.net/"
+EGIT_REPO_URI="git://gitorious.org/emile/mainline.git"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~m68k"
+DEPEND="app-text/docbook-sgml-utils"
+
+RDEPEND=""
+
+src_unpack() {
+ git_src_unpack
+ ln -s emile.5 "${S}"/docs/emile.conf.5
+}