summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/rst/ChangeLog5
-rw-r--r--app-emacs/rst/rst-0.6.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog
index b8bda4121c81..40061d0386de 100644
--- a/app-emacs/rst/ChangeLog
+++ b/app-emacs/rst/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/rst
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.40 2010/01/31 11:14:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.41 2010/08/10 16:26:41 ulm Exp $
+
+ 10 Aug 2010; Ulrich Mueller <ulm@gentoo.org> -rst-0.6.ebuild:
+ Remove intermediate version.
*rst-0.6-r1 (31 Jan 2010)
diff --git a/app-emacs/rst/rst-0.6.ebuild b/app-emacs/rst/rst-0.6.ebuild
deleted file mode 100644
index e3c0853df281..000000000000
--- a/app-emacs/rst/rst-0.6.ebuild
+++ /dev/null
@@ -1,34 +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.6.ebuild,v 1.2 2009/10/24 20:02:33 nixnut 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="50${PN}-gentoo.el"
-
-pkg_setup() {
- local have_emacs=$(elisp-emacs-version)
- if [ "${have_emacs%%.*}" -ge 23 ]; then
- echo
- elog "Please note that \"${PN}\" is already included with Emacs 23 or"
- elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
- elog "You may select the active Emacs version with \"eselect emacs\"."
- fi
-}
-
-src_install() {
- elisp_src_install
- # prevent inclusion of package dir by subdirs.el
- touch "${D}${SITELISP}/${PN}/.nosearch"
-}