Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58651 Details for
Bug 92219
dev-python/bicyclerepair automagic emacs support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
automatically installs emacs support if emacs use flag is set
bicyclerepair-0.9.ebuild.patch (text/plain), 1.53 KB, created by
dan
on 2005-05-11 00:18:12 UTC
(
hide
)
Description:
automatically installs emacs support if emacs use flag is set
Filename:
MIME Type:
Creator:
dan
Created:
2005-05-11 00:18:12 UTC
Size:
1.53 KB
patch
obsolete
>--- bicyclerepair-0.9.ebuild.old Wed May 11 12:42:42 2005 >+++ bicyclerepair-0.9.ebuild Mon Apr 11 17:46:28 2005 >@@ -2,8 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild,v 1.1 2005/02/12 10:50:48 kloeri Exp $ > >-inherit distutils >-mydoc="NEWS DESIGN" >+inherit distutils elisp-common > > > DESCRIPTION="Bicycle Repair Man is the Python Refactoring Browser," >@@ -11,15 +10,27 @@ > SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" > LICENSE="as-is" > SLOT="0" >-KEYWORDS="~x86 ~ppc" >-IUSE="" >-DEPEND="virtual/python" >+KEYWORDS="~x86 ~ppc ~ppc-macos" >+IUSE="emacs" >+DEPEND=" >+ >=virtual/python-2.2 >+ emacs? ( >+ app-emacs/pymacs >+ >=app-emacs/python-mode-4.70 >+ )" >+ >+SITEFILE="50bicyclerepair-gentoo.el" >+ >+mydoc="README* NEWS" >+ > > src_install() { > distutils_src_install >+ if use emacs ; then >+ elisp-site-file-install ${FILESDIR}/${SITEFILE} >+ fi > insinto /usr/share/${PN} >- doins ide-integration/bike.el >- rm -f ${D}/usr/bin/bikeemacs.bat >+ doins ide-integration/bike.vim > } > > pkg_postinst() { >@@ -36,8 +47,8 @@ > einfo "BicycleRepairMan won't integrate with IDLE included in Python 2.3*" > fi > einfo " " >- einfo "To use bicyclerepair with Xemacs or GNU Emacs you must be in Python" >- einfo "mode and add this to your .emacs or .init.el:" >- einfo "(load-library '/usr/share/bicyclerepair/bike.el')" >+ einfo "To use bicyclerepair with vim, copy" >+ einfo "/usr/share/bicyclerepair/bike.vim to your ~/.vim/plugin/ directory." >+ einfo " " > } >
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 92219
:
58651
|
58652
|
58654
|
67408
|
83430
|
141662
|
141663