summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-08-10 23:30:13 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-08-10 23:30:13 +0000
commit35b6b49a73311df6a42876ac379b07ef38c22cfb (patch)
tree781e980d312bcc0a8241d1c84afda51bb966563e /app-emacs/python-mode
parentversion bump (diff)
downloadhistorical-35b6b49a73311df6a42876ac379b07ef38c22cfb.tar.gz
historical-35b6b49a73311df6a42876ac379b07ef38c22cfb.tar.bz2
historical-35b6b49a73311df6a42876ac379b07ef38c22cfb.zip
clean up
Package-Manager: portage-2.1.11.9/cvs/Linux i686
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r--app-emacs/python-mode/ChangeLog7
-rw-r--r--app-emacs/python-mode/files/python-mode-6.0.3-obsolete-vars.patch21
-rw-r--r--app-emacs/python-mode/python-mode-6.0.3-r1.ebuild29
-rw-r--r--app-emacs/python-mode/python-mode-6.0.4-r1.ebuild26
4 files changed, 6 insertions, 77 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index 150479d4a782..ddd3d99ab187 100644
--- a/app-emacs/python-mode/ChangeLog
+++ b/app-emacs/python-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/python-mode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.62 2012/08/10 23:15:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.63 2012/08/10 23:30:13 fauli Exp $
+
+ 10 Aug 2012; Christian Faulhammer <fauli@gentoo.org>
+ -python-mode-6.0.3-r1.ebuild, -files/python-mode-6.0.3-obsolete-vars.patch,
+ -python-mode-6.0.4-r1.ebuild:
+ clean up
*python-mode-6.0.10 (10 Aug 2012)
diff --git a/app-emacs/python-mode/files/python-mode-6.0.3-obsolete-vars.patch b/app-emacs/python-mode/files/python-mode-6.0.3-obsolete-vars.patch
deleted file mode 100644
index cd08f9720d9b..000000000000
--- a/app-emacs/python-mode/files/python-mode-6.0.3-obsolete-vars.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.gentoo.org/391403
-
---- python-mode.el-6.0.3-orig/python-mode.el
-+++ python-mode.el-6.0.3/python-mode.el
-@@ -163,11 +163,11 @@
- ;; Execute stuff start
-
- ;; backward compatibility
--(defalias 'py-python-command 'py-shell-name)
--(defalias 'py-jpython-command 'py-shell-name)
--(defalias 'py-jython-command 'py-shell-name)
--(defalias 'py-default-interpreter 'py-shell-name)
--(defalias 'python-command 'py-shell-name)
-+(defvaralias 'py-python-command 'py-shell-name)
-+(defvaralias 'py-jpython-command 'py-shell-name)
-+(defvaralias 'py-jython-command 'py-shell-name)
-+(defvaralias 'py-default-interpreter 'py-shell-name)
-+(defvaralias 'python-command 'py-shell-name)
-
- (defcustom py-encoding-string " # -*- coding: utf-8 -*-"
- "Default string specifying encoding in the heading of file. "
diff --git a/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild b/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild
deleted file mode 100644
index a4a6390eae56..000000000000
--- a/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild,v 1.2 2011/12/03 23:47:54 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-MY_P="${PN}.el-${PV}"
-DESCRIPTION="An Emacs major mode for editing Python source"
-HOMEPAGE="https://launchpad.net/python-mode"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-ELISP_PATCHES="${P}-obsolete-vars.patch"
-# remove XEmacs specific file
-ELISP_REMOVE="highlight-indentation.el"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="NEWS"
-
-pkg_postinst() {
- elisp-site-regen
- elog "Note that doctest support is split out to app-emacs/doctest-mode."
-}
diff --git a/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild b/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild
deleted file mode 100644
index 2356f8c00fea..000000000000
--- a/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild,v 1.1 2012/03/07 00:23:30 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-MY_P="${PN}.el-${PV}"
-DESCRIPTION="An Emacs major mode for editing Python source"
-HOMEPAGE="https://launchpad.net/python-mode"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="NEWS"
-
-pkg_postinst() {
- elisp-site-regen
- elog "Note that doctest support is split out to app-emacs/doctest-mode."
-}