summaryrefslogtreecommitdiff
blob: 676961c787716777557d93062e2b4c77597562a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/flashcard-2.3.2.ebuild,v 1.1 2005/09/19 17:09:40 mkennedy Exp $

inherit elisp

IUSE=""

DESCRIPTION="An Emacs Lisp package for drilling on questions and answers."
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FlashCard"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~sparc ~ppc"

SITEFILE=50flashcard-gentoo.el

# src_compile() {
# 	elisp-comp *.el
# }

# src_install() {
# 	elisp_src_install
# }