summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-09-03 09:00:24 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-09-03 09:00:24 +0000
commit6e3642a8ab3a1c95d643b1ad0597cb4d20d8fa8e (patch)
treef465b00b8c1b879cda81ecf7cb56291d09259336 /app-emacs/flashcard/flashcard-2.3.1.ebuild
parentversion bump (diff)
downloadhistorical-6e3642a8ab3a1c95d643b1ad0597cb4d20d8fa8e.tar.gz
historical-6e3642a8ab3a1c95d643b1ad0597cb4d20d8fa8e.tar.bz2
historical-6e3642a8ab3a1c95d643b1ad0597cb4d20d8fa8e.zip
Initial port. Ebuild contributed by Matthew Kennedy.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emacs/flashcard/flashcard-2.3.1.ebuild')
-rw-r--r--app-emacs/flashcard/flashcard-2.3.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/flashcard/flashcard-2.3.1.ebuild b/app-emacs/flashcard/flashcard-2.3.1.ebuild
new file mode 100644
index 000000000000..d6ea5a051d50
--- /dev/null
+++ b/app-emacs/flashcard/flashcard-2.3.1.ebuild
@@ -0,0 +1,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.1.ebuild,v 1.1 2005/09/03 09:00:24 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
+# }