blob: 9197402ce67e3ba8a8ba48d35d4922efa50e32ec (
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.4 2007/11/25 16:46:55 ulm 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"
}
|