diff options
Diffstat (limited to 'app-emacs/rst-mode/rst-mode-0.2.9.ebuild')
-rw-r--r-- | app-emacs/rst-mode/rst-mode-0.2.9.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/rst-mode/rst-mode-0.2.9.ebuild b/app-emacs/rst-mode/rst-mode-0.2.9.ebuild new file mode 100644 index 000000000000..ea2c96722b3a --- /dev/null +++ b/app-emacs/rst-mode/rst-mode-0.2.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst-mode/rst-mode-0.2.9.ebuild,v 1.1 2006/11/06 06:37:51 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="A major mode for editing reStructuredText" +HOMEPAGE="http://www.merten-home.de/FreeSoftware/rst-mode/index.html + http://www.emacswiki.org/cgi-bin/wiki/reStructuredText" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" + +SITEFILE="50${PN}-gentoo.el" |