blob: c333c65272c08937b7d3e71d8dc521ff5d4f52f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/erobot-2.1.0-r1.ebuild,v 1.3 2007/07/04 06:25:47 opfer Exp $
inherit elisp eutils
DESCRIPTION="Battle-bots for Emacs!"
HOMEPAGE="http://www.geocities.com/kensanata/emacs-games.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
SITEFILE=51${PN}-gentoo.el
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-fix-interactive.patch"
}
|