Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 381259

Summary: dev-vcs/subversion-1.6.17-r5[apache2]: left over elog messages in pkg_postinst
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] DevelopmentAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin von Gagern 2011-08-31 09:12:37 UTC
It's nice that the current subversion ebuild stopped printing a mile long list of elog messages about how to set up a server. However, the docs about how to set up using apache are still there, conditioned on the apache2 USE flag. As the preceding text with its introductory sentence is gone, that message by itself will be very confusing for people newly emerging subversion. So simply kill that block in pkg_postinst.
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2011-09-02 15:45:38 UTC
+*subversion-1.6.17-r7 (02 Sep 2011)
+
+  02 Sep 2011; Tony Vroon <chainsaw@gentoo.org> +subversion-1.6.17-r7.ebuild:
+  Remove apache2-related explanation as it looks out of place, as per Martin
+  von Gagern in bug #381259. dodoc -r is an EAPI 4 feature that can not be used
+  for eclass reasons, do better. As per Ulrich "ulm" Müller in bug #381577.