blob: 947d47c0fb837200afa427318bdbf95bdd117d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/flashcard-2.3.3.ebuild,v 1.4 2008/02/17 17:08:16 opfer Exp $
inherit elisp
DESCRIPTION="An Emacs Lisp package for drilling on questions and answers."
HOMEPAGE="http://ichi2.net/flashcard/
http://www.emacswiki.org/cgi-bin/wiki/FlashCard"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ~ppc ~sparc x86"
SITEFILE=50flashcard-gentoo.el
|