diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-17 20:26:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-17 20:26:50 +0000 |
commit | 397a780b46a568d0054d6f357d6f6fe5a4369463 (patch) | |
tree | 2db3cf8d4009944527323a119690857ed19b3f2f /app-emacs/rst | |
parent | Keywording for ppc. Needed by www-misc/zoneminder. (diff) | |
download | gentoo-2-397a780b46a568d0054d6f357d6f6fe5a4369463.tar.gz gentoo-2-397a780b46a568d0054d6f357d6f6fe5a4369463.tar.bz2 gentoo-2-397a780b46a568d0054d6f357d6f6fe5a4369463.zip |
Remove old.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'app-emacs/rst')
-rw-r--r-- | app-emacs/rst/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/rst/files/51rst-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/rst/rst-0.5.ebuild | 18 |
3 files changed, 5 insertions, 25 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog index 2416e8b8bf0a..b703d146bf35 100644 --- a/app-emacs/rst/ChangeLog +++ b/app-emacs/rst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/rst # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.37 2009/11/17 19:54:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.38 2009/11/17 20:26:50 ulm Exp $ + + 17 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -files/51rst-gentoo.el, + -rst-0.5.ebuild: + Remove old. 17 Nov 2009; Brent Baude <ranger@gentoo.org> rst-0.5-r1.ebuild: Marking rst-0.5-r1 ppc64 for bug 290041 diff --git a/app-emacs/rst/files/51rst-gentoo.el b/app-emacs/rst/files/51rst-gentoo.el deleted file mode 100644 index 6cea463ed14a..000000000000 --- a/app-emacs/rst/files/51rst-gentoo.el +++ /dev/null @@ -1,6 +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)) diff --git a/app-emacs/rst/rst-0.5.ebuild b/app-emacs/rst/rst-0.5.ebuild deleted file mode 100644 index 441371b1874d..000000000000 --- a/app-emacs/rst/rst-0.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.7 2009/09/06 08:48:06 maekke 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 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" -DOCS="README.txt" -SITEFILE="51${PN}-gentoo.el" |