summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-03-29 21:06:11 +0000
committerUlrich Müller <ulm@gentoo.org>2009-03-29 21:06:11 +0000
commit82cce339c2c4e2682f01ff187f087a13e56fbb5f (patch)
treeebdbbe1369487ff9becabe7021571c91b54d32b1 /app-emacs/rst/rst-0.5.ebuild
parentRemove revisions with a security problems. (diff)
downloadgentoo-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.ebuild18
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"