diff options
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 |