diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-29 21:06:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-29 21:06:11 +0000 |
commit | 82cce339c2c4e2682f01ff187f087a13e56fbb5f (patch) | |
tree | ebdbbe1369487ff9becabe7021571c91b54d32b1 /app-emacs/rst/rst-0.5.ebuild | |
parent | Remove revisions with a security problems. (diff) | |
download | gentoo-2-82cce339c2c4e2682f01ff187f087a13e56fbb5f.tar.gz gentoo-2-82cce339c2c4e2682f01ff187f087a13e56fbb5f.tar.bz2 gentoo-2-82cce339c2c4e2682f01ff187f087a13e56fbb5f.zip |
Use autopatch feature of elisp.eclass. Version bump.
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'app-emacs/rst/rst-0.5.ebuild')
-rw-r--r-- | app-emacs/rst/rst-0.5.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/rst/rst-0.5.ebuild b/app-emacs/rst/rst-0.5.ebuild new file mode 100644 index 000000000000..08c77e383b46 --- /dev/null +++ b/app-emacs/rst/rst-0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.5.ebuild,v 1.1 2009/03/29 21:06:11 ulm Exp $ + +inherit elisp + +DESCRIPTION="ReStructuredText support for Emacs" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/reStructuredText" +SRC_URI="mirror://sourceforge/docutils/docutils-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" +DOCS="README.txt" +SITEFILE="51${PN}-gentoo.el" |