Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114668 - the subversion-1.3.0_rc4 ebuild should specify /var/db/pkg...
Summary: the subversion-1.3.0_rc4 ebuild should specify /var/db/pkg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 15:33 UTC by Dan A. Dickey
Modified: 2006-03-16 10:51 UTC (History)
0 users

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


Attachments
emerge --config patch (subversion-emerge-config.diff,3.31 KB, patch)
2006-03-15 05:17 UTC, Mike Williams
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan A. Dickey 2005-12-06 15:33:29 UTC
The subversion ebuild should specify "/var/db/pkg/${CATEGORY}/${PF}/" instead 
of "/path/to/ebuild/". 
This would allow cut & paste of the ebuild config operation. 
 

Reproducible: Always
Steps to Reproduce:
1. emerge subversion 
2. look at the last portion of the merge where it talks about running the 
config... 
3. 
 


Expected Results:  
It should specify exactly the location of the ebuild in /var/db/pkg.
Comment 1 Mike Williams 2006-03-15 05:17:06 UTC
Created attachment 82209 [details, diff]
emerge --config patch

Updates to all current subversion ebuilds to use emerge --config, rather than ebuild /path/blah...
Syntax borrowed from the mysql ebuilds.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2006-03-16 10:51:56 UTC
Thanks for the patch. I've applied it.