summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-09-20 21:04:41 +0000
committerUlrich Müller <ulm@gentoo.org>2008-09-20 21:04:41 +0000
commit5fa69a6672416926dc215e698e6617fb1356dc2f (patch)
treefaa04d7405fd9c05dcf28a1f3754c041f6469a96 /app-emacs/rst
parentRemove old. (diff)
downloadgentoo-2-5fa69a6672416926dc215e698e6617fb1356dc2f.tar.gz
gentoo-2-5fa69a6672416926dc215e698e6617fb1356dc2f.tar.bz2
gentoo-2-5fa69a6672416926dc215e698e6617fb1356dc2f.zip
Remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/rst')
-rw-r--r--app-emacs/rst/ChangeLog6
-rw-r--r--app-emacs/rst/files/50rst-gentoo.el10
-rw-r--r--app-emacs/rst/rst-0.4.ebuild18
3 files changed, 5 insertions, 29 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog
index a5e785cf311f..d1b271bedd39 100644
--- a/app-emacs/rst/ChangeLog
+++ b/app-emacs/rst/ChangeLog
@@ -1,6 +1,10 @@
# 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.19 2008/07/18 10:39:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.20 2008/09/20 21:04:40 ulm Exp $
+
+ 20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -files/50rst-gentoo.el,
+ -rst-0.4.ebuild:
+ Remove old.
18 Jul 2008; Alexis Ballier <aballier@gentoo.org> rst-0.4-r1.ebuild:
keyword ~sparc-fbsd, bug #210331
diff --git a/app-emacs/rst/files/50rst-gentoo.el b/app-emacs/rst/files/50rst-gentoo.el
deleted file mode 100644
index 1c2cc29ae3b2..000000000000
--- a/app-emacs/rst/files/50rst-gentoo.el
+++ /dev/null
@@ -1,10 +0,0 @@
-
-;;; rst site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'rst-mode "rst" "mode for editing reStructuredText documents" t)
-(add-to-list 'auto-mode-alist '("\\.re?st\\'" . rst-mode))
-
-;; disable rst-mode-lazy in case font-lock doesn't support it
-(or (fboundp 'lazy-lock-mode)
- (setq rst-mode-lazy nil))
diff --git a/app-emacs/rst/rst-0.4.ebuild b/app-emacs/rst/rst-0.4.ebuild
deleted file mode 100644
index f007d20c2422..000000000000
--- a/app-emacs/rst/rst-0.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4.ebuild,v 1.11 2007/08/25 22:27:50 vapier 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 x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/docutils-${PV}/tools/editors/emacs"
-SITEFILE=50${PN}-gentoo.el
-DOCS="README.txt"