blob: 6d3b6dd1c034715eae2b5e1dd5913d2ceaeb3983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}
|