diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-03 23:47:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-03 23:47:54 +0000 |
commit | c703125434b946fd503c516d14d6e6427639f48c (patch) | |
tree | d1857560778772afd44f367155ad80dcfba6e633 /app-emacs/python-mode/python-mode-5.2.0.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-c703125434b946fd503c516d14d6e6427639f48c.tar.gz gentoo-2-c703125434b946fd503c516d14d6e6427639f48c.tar.bz2 gentoo-2-c703125434b946fd503c516d14d6e6427639f48c.zip |
Make use of new elisp.eclass variable for removal of files.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/python-mode/python-mode-5.2.0.ebuild')
-rw-r--r-- | app-emacs/python-mode/python-mode-5.2.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emacs/python-mode/python-mode-5.2.0.ebuild b/app-emacs/python-mode/python-mode-5.2.0.ebuild index 6211b4ed7945..95856ffd2e45 100644 --- a/app-emacs/python-mode/python-mode-5.2.0.ebuild +++ b/app-emacs/python-mode/python-mode-5.2.0.ebuild @@ -1,6 +1,6 @@ # 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-5.2.0.ebuild,v 1.3 2011/11/29 15:29:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v 1.4 2011/12/03 23:47:54 ulm Exp $ EAPI=3 @@ -16,15 +16,11 @@ KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebs IUSE="" S="${WORKDIR}/${PN}" +# doctest-mode has its own package, pycomplete is not yet ready for production +ELISP_REMOVE="doctest-mode.el pycomplete.el" SITEFILE="50${PN}-gentoo.el" DOCS="NEWS" -src_prepare() { - # doctest-mode has its own package, - # pycomplete is not yet ready for production. - rm doctest-mode.el pycomplete.el || die -} - pkg_postinst() { elisp-site-regen elog "Note that doctest support is split out to app-emacs/doctest-mode." |