diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-07-11 22:46:54 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-07-11 22:46:54 +0000 |
commit | 5008dca5564849634c6d0f9a781a800589cfdcf8 (patch) | |
tree | 176825f1e17096f5acc54e4a167658718c307c35 /app-emacs/quack/quack-0.25.ebuild | |
parent | remove old DEPEND #56554 (Manifest recommit) (diff) | |
download | gentoo-2-5008dca5564849634c6d0f9a781a800589cfdcf8.tar.gz gentoo-2-5008dca5564849634c6d0f9a781a800589cfdcf8.tar.bz2 gentoo-2-5008dca5564849634c6d0f9a781a800589cfdcf8.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/quack/quack-0.25.ebuild')
-rw-r--r-- | app-emacs/quack/quack-0.25.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/quack/quack-0.25.ebuild b/app-emacs/quack/quack-0.25.ebuild new file mode 100644 index 000000000000..c5f251f9f6d0 --- /dev/null +++ b/app-emacs/quack/quack-0.25.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/quack-0.25.ebuild,v 1.1 2004/07/11 22:46:54 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Quack enhances Emacs support for Scheme." +HOMEPAGE="http://www.neilvandyke.org/quack/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/emacs + app-emacs/emacs-w3m + app-emacs/w3mnav" + +SITEFILE=70quack-gentoo.el |