Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41411 - psvn subversion stuff not removed from site-start.el after unmerging
Summary: psvn subversion stuff not removed from site-start.el after unmerging
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 13:11 UTC by David Grant
Modified: 2004-02-13 13:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Grant 2004-02-12 13:11:00 UTC
This junk was in my site-lisp/site-start.el after unmerging subversion:

;;; svn site-lisp configuration

(setq load-path (cons "/usr/share/emacs/site-lisp/subversion" load-path))
(add-to-list 'vc-handled-backends 'SVN)
(require 'psvn)

Was big pain in the ass as I couldn't load emacs.

Sorry I have no idea which version of subversion I had installed before.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-13 11:47:48 UTC
In the pkg_postrm subversion normally runs elisp-siteregen (which should remove the psvn stuff). I have changed the ebuild to call this anytime that emacs is available, not only when emacs is in the use flags (did you remove the emacs useflag). 
Comment 2 David Grant 2004-02-13 12:58:13 UTC
Hmm.  I have always had the emacs use flag enabled for a long time.

I will try emerging and unemerging subversion perhaps and see what happens.  What ebuild do you recommend?  It seems like there are many.
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-13 13:06:00 UTC
Well, the latest of course ;-)
Comment 4 David Grant 2004-02-13 13:09:26 UTC
The latest ebuild wants to downgrade my autoconf?
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-13 13:30:35 UTC
Use any autoconf that is not 2.58 then it should work (you could allways use --nodeps)