Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44167 Details for
Bug 71554
dev-python/docutils should install emacs modes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that shows the changes made to the docutils ebuild
docutils-0.3.5-r1.patch (text/plain), 1.32 KB, created by
Steingrim Dovland
on 2004-11-17 09:04:46 UTC
(
hide
)
Description:
patch that shows the changes made to the docutils ebuild
Filename:
MIME Type:
Creator:
Steingrim Dovland
Created:
2004-11-17 09:04:46 UTC
Size:
1.32 KB
patch
obsolete
>--- /usr/portage/dev-python/docutils/docutils-0.3.5.ebuild 2004-11-12 16:43:13.000000000 +0100 >+++ docutils-0.3.5-r1.ebuild 2004-11-17 18:51:53.000000000 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.5.ebuild,v 1.2 2004/11/12 15:31:39 g2boojum Exp $ > >-inherit distutils eutils >+inherit distutils eutils elisp-common > > DESCRIPTION="Set of python tools for processing plaintext docs into HTML, XML, etc." > HOMEPAGE="http://docutils.sourceforge.net/" >@@ -12,7 +12,7 @@ > LICENSE="public-domain PYTHON BSD" > SLOT="0" > KEYWORDS="~x86 ~ppc ~alpha" >-IUSE="glep" >+IUSE="glep emacs" > > DEPEND=">=dev-lang/python-2.1" > >@@ -57,6 +57,16 @@ > install_txt_doc $doc > done > >+ # emacs major mode and documentation >+ if use emacs >+ then >+ cd ${S}/tools/editors/emacs >+ elisp-install rst-mode rst-mode.el rst-html.el restructuredtext.el >+ elisp-site-file-install ${FILESDIR}/50docutils-gentoo.el >+ docinto emacs >+ dodoc README.txt >+ fi >+ > # installing Gentoo GLEP tools. Uses versioned GLEP distribution > if use glep > then >@@ -70,3 +80,11 @@ > newins ${GLEP_SRC}/glep_htmlwrite.py glep_html.py || die "newins writer failed" > fi > } >+ >+pkg_postinst() { >+ use emacs && elisp-site-regen >+} >+ >+pkg_postrm() { >+ use emacs && elisp-site-regen >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 71554
:
44165
|
44166
| 44167