Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381577 - dev-vcs/subversion-1.6.16-r6 uses dodoc -r in EAPI 3
Summary: dev-vcs/subversion-1.6.16-r6 uses dodoc -r in EAPI 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 15:15 UTC by Ulrich Müller
Modified: 2011-09-02 15:45 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 Ulrich Müller gentoo-dev 2011-09-02 15:15:40 UTC
The ebuild does a "dodoc -r notes" but the -r option is not supported in EAPI 3:

   !!! dodoc: -r does not exist
    * QA Notice: dodoc argument 'notes' is a directory
   dodoc failed

Besides, there's no checking for errors.
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2011-09-02 15:45:44 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.