diff options
Diffstat (limited to 'app-emacs/rst-mode/rst-mode-0.2.6.ebuild')
-rw-r--r-- | app-emacs/rst-mode/rst-mode-0.2.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/rst-mode/rst-mode-0.2.6.ebuild b/app-emacs/rst-mode/rst-mode-0.2.6.ebuild new file mode 100644 index 000000000000..4611ccad9455 --- /dev/null +++ b/app-emacs/rst-mode/rst-mode-0.2.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 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.6.ebuild,v 1.1 2005/07/11 05:55:14 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" |