diff options
author | 2006-03-06 06:53:37 +0000 | |
---|---|---|
committer | 2006-03-06 06:53:37 +0000 | |
commit | 163f30ab662ad7c1fb9b07cd8721fdfe1771def2 (patch) | |
tree | 2527fc43007fc9e4101330c14bc7fc6b574e4bbd /app-emacs/quack/quack-0.28.ebuild | |
parent | Remove the GNOME USE flag; Install the .desktop file unconditionally; Resolve... (diff) | |
download | historical-163f30ab662ad7c1fb9b07cd8721fdfe1771def2.tar.gz historical-163f30ab662ad7c1fb9b07cd8721fdfe1771def2.tar.bz2 historical-163f30ab662ad7c1fb9b07cd8721fdfe1771def2.zip |
New upstream version; Resolves Bug #113207.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'app-emacs/quack/quack-0.28.ebuild')
-rw-r--r-- | app-emacs/quack/quack-0.28.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/quack/quack-0.28.ebuild b/app-emacs/quack/quack-0.28.ebuild new file mode 100644 index 000000000000..5826b78e00e8 --- /dev/null +++ b/app-emacs/quack/quack-0.28.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/quack-0.28.ebuild,v 1.1 2006/03/06 06:53:36 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="~amd64 ~ppc ~x86" +IUSE="" +DEPEND="virtual/emacs + app-emacs/emacs-w3m + app-emacs/w3mnav" + +SITEFILE=70quack-gentoo.el |