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

Bug 275551

Summary: [PATCH] devmanual: EAPI=4 documentation (and also other EAPI specific cleanups)
Product: Documentation Reporter: Markus Meier <maekke>
Component: DevmanualAssignee: 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 gentoo-dev 2009-06-26 21:56:34 UTC
had some time and created a patch, which includes EAPI=3, created docs for src_{prepare,configure} (and moved the specific stuff for that to this dir). also added pkg_info description (which would close bug #191604).

please have a look at it and either tell me what we could/should improve or commit it =P

btw, I accidentally added some .html files to my local repository, just ignore them...
Comment 1 Markus Meier gentoo-dev 2009-06-26 21:57:05 UTC
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(-)
Comment 2 Markus Meier gentoo-dev 2010-08-23 18:06:45 UTC
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.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-08-23 19:51:58 UTC
Thanks. I will start reviewing your patches soon
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2010-08-24 10:04:06 UTC
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 ;-)