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
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')
-rw-r--r--app-emacs/rst/ChangeLog10
-rw-r--r--app-emacs/rst/rst-0.4-r1.ebuild15
-rw-r--r--app-emacs/rst/rst-0.5.ebuild18
3 files changed, 31 insertions, 12 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog
index d1b271bedd39..9707b5513ae2 100644
--- a/app-emacs/rst/ChangeLog
+++ b/app-emacs/rst/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/rst
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.20 2008/09/20 21:04:40 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.21 2009/03/29 21:06:11 ulm Exp $
+
+*rst-0.5 (29 Mar 2009)
+
+ 29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> rst-0.4-r1.ebuild,
+ +rst-0.5.ebuild:
+ Use autopatch feature of elisp.eclass. Version bump.
20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -files/50rst-gentoo.el,
-rst-0.4.ebuild:
diff --git a/app-emacs/rst/rst-0.4-r1.ebuild b/app-emacs/rst/rst-0.4-r1.ebuild
index 98e351d60536..bb910d377cd6 100644
--- a/app-emacs/rst/rst-0.4-r1.ebuild
+++ b/app-emacs/rst/rst-0.4-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.4-r1.ebuild,v 1.8 2008/09/20 17:55:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4-r1.ebuild,v 1.9 2009/03/29 21:06:11 ulm Exp $
-inherit elisp eutils
+inherit elisp
DESCRIPTION="ReStructuredText support for Emacs"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/reStructuredText"
@@ -14,11 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86
IUSE=""
S="${WORKDIR}/docutils-${PV}/tools/editors/emacs"
-SITEFILE=51${PN}-gentoo.el
DOCS="README.txt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-lazy-lock-mode-fix.patch"
-}
+ELISP_PATCHES="${P}-lazy-lock-mode-fix.patch"
+SITEFILE="51${PN}-gentoo.el"
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"