diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-03-07 00:23:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-03-07 00:23:30 +0000 |
commit | 1f1d9a5813e09ae50ad137b3f002fced3eca9d86 (patch) | |
tree | c2f1c2f9a86b2130097b403c2ae2ebc5a444865b /app-emacs | |
parent | Remove obsolete versions that are never going to be stabilized. (diff) | |
download | gentoo-2-1f1d9a5813e09ae50ad137b3f002fced3eca9d86.tar.gz gentoo-2-1f1d9a5813e09ae50ad137b3f002fced3eca9d86.tar.bz2 gentoo-2-1f1d9a5813e09ae50ad137b3f002fced3eca9d86.zip |
Don't remove highlight-indentation.el, bug 407179.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.0.4-r1.ebuild (renamed from app-emacs/python-mode/python-mode-6.0.4.ebuild) | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 2baad726c03a..cfd3a504f4ee 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,12 @@ # 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.59 2012/03/03 00:03:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.60 2012/03/07 00:23:30 ulm Exp $ + +*python-mode-6.0.4-r1 (07 Mar 2012) + + 07 Mar 2012; Ulrich Müller <ulm@gentoo.org> -python-mode-6.0.4.ebuild, + +python-mode-6.0.4-r1.ebuild: + Don't remove highlight-indentation.el, bug 407179. *python-mode-6.0.4 (02 Mar 2012) diff --git a/app-emacs/python-mode/python-mode-6.0.4.ebuild b/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild index c7268291f045..2356f8c00fea 100644 --- a/app-emacs/python-mode/python-mode-6.0.4.ebuild +++ b/app-emacs/python-mode/python-mode-6.0.4-r1.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.1 2012/03/03 00:03:41 ulm Exp $ +# $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 @@ -17,8 +17,6 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-free IUSE="" S="${WORKDIR}/${MY_P}" -# remove XEmacs specific file -ELISP_REMOVE="highlight-indentation.el" SITEFILE="50${PN}-gentoo.el" DOCS="NEWS" |