Summary: | [PATCH] devmanual: EAPI=4 documentation (and also other EAPI specific cleanups) | ||
---|---|---|---|
Product: | Documentation | Reporter: | Markus Meier <maekke> |
Component: | Devmanual | Assignee: | Gentoo Quality Assurance Team <qa> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | binki, pacho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | devmanual-eapi3-v00.patch |
Description
Markus Meier
![]() Created attachment 195838 [details, diff]
devmanual-eapi3-v00.patch
eapi/text.xml | 263 ++++++++++++++++++
functions/diagram.svg | 387 ++++++++++++++++++++++-----
functions/pkg_info/index.html | 87 ++++++
functions/pkg_info/text.xml | 67 ++++
functions/pkg_pretend/index.html | 109 +++++++
functions/pkg_pretend/text.xml | 89 ++++++
functions/src_compile/configuring/text.xml | 82 -----
functions/src_compile/text.xml | 36 ++
functions/src_configure/configuring/text.xml | 16 -
functions/src_configure/index.html | 100 ++++++
functions/src_configure/text.xml | 83 +++++
functions/src_prepare/autopackage/text.xml | 2
functions/src_prepare/epatch/text.xml | 16 -
functions/src_prepare/index.html | 96 ++++++
functions/src_prepare/text.xml | 76 +++++
functions/src_unpack/autopackage/text.xml | 42 --
functions/src_unpack/epatch/text.xml | 148 ----------
functions/src_unpack/text.xml | 8
functions/text.xml | 9
19 files changed, 1344 insertions(+), 372 deletions(-)
http://dev.gentoo.org/~maekke/devmanual/ I migrated my patches to EAPI=4, and did some git foo. hopefully we can integrate it into devmanual like that soon. Thanks. I will start reviewing your patches soon Most of the patches are applied correctly I skipped patches 0005, 0007 ( I applied that myself since it didn't apply against the current master head ) and 0012 because I have already pushed src_prepare in the past so it didn't apply as well. Marked as Fixed Reopen if you think I screw up something ;-) |