GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/devmanual.git
docbook
historical
master
Gentoo devmanual source
Gentoo Devmanual team <devmanual@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ebuild-writing
/
functions
Commit message (
Expand
)
Author
Age
Files
Lines
*
ebuild-writing/functions/src_unpack/rpm-sources: use EAPI 8 in example
Sam James
2021-12-09
1
-7
/
+6
*
ebuild-writing/functions/src_unpack: Update list of unpack formats
Ulrich Müller
2021-08-28
1
-3
/
+0
*
ebuild-writing/functions/src_compile/building: don't call CC directly
Sam James
2021-08-14
1
-0
/
+9
*
ebuild-writing/functions/src_test: Clarify how localhost can be used
Michał Górny
2021-08-01
1
-2
/
+10
*
ebuild-writing/functions/src_compile/building: minor phrasing fix
Sam James
2021-08-01
1
-2
/
+2
*
ebuild-writing/functions/src_test: explicitly say USE=test is for only some c...
Sam James
2021-07-06
1
-0
/
+8
*
ebuild-writing/functions: mention defining phases in the canonical order
Sam James
2021-06-18
1
-0
/
+5
*
ebuild-writing/functions/src_compile/building: Pass CPPFLAGS to emake
Ulrich Müller
2021-06-15
1
-1
/
+4
*
ebuild-writing/functions/src_compile/building: add ${CPPFLAGS} to cc invocation
Sam James
2021-06-15
1
-1
/
+1
*
ebuild-writing/functions/src_configure/configuring: drop whitespace in $(use_...
Sam James
2021-04-10
1
-8
/
+8
*
ebuild-writing/functions/pkg_postrm: add explicit xdg-utils inherit to example
Sam James
2021-04-07
1
-0
/
+2
*
ebuild-writing/functions/pkg_postinst: use ${variable} style in example
Sam James
2021-04-07
1
-1
/
+1
*
ebuild-writing/functions/src_compile/no-build-system: sync example with ::gentoo
Sam James
2021-04-07
1
-4
/
+4
*
ebuild-writing/functions/src_configure: copy flag-o-matic notice from src_com...
Sam James
2021-04-07
1
-0
/
+7
*
ebuild-writing/functions/src_configure: add explicit flag-o-matic inherit to ...
Sam James
2021-04-07
1
-0
/
+2
*
ebuild-writing/functions/src_configure: drop whitespace in $(use_enable)
Sam James
2021-04-07
1
-2
/
+2
*
ebuild-writing/functions/pkg_nofetch: sync default impl with portage
Sam James
2021-04-07
1
-5
/
+5
*
ebuild-writing/functions/src_compile/building: note that the delimiter is OK
Sam James
2021-03-29
1
-1
/
+1
*
ebuild-writing/functions/pkg_config: use Bash tests
Sam James
2021-03-29
1
-1
/
+1
*
ebuild-writing/functions/src_compile: sync with PMS (use Bash tests)
Sam James
2021-03-21
1
-1
/
+1
*
*/*: consistent 'Portage' casing
Sam James
2021-03-21
1
-2
/
+2
*
ebuild-writing/functions/*: fix non-standard brace style in example
Sam James
2021-03-21
9
-18
/
+9
*
ebuild-writing/functions/src_unpack: specify BDEPEND
Sam James
2021-03-15
1
-1
/
+1
*
ebuild-writing/functions/src_unpack/other-formats: use BDEPEND for unzip
Sam James
2021-03-15
1
-1
/
+1
*
ebuild-writing/functions/src_unpack/rpm-sources: update phase definition
Sam James
2021-03-12
1
-3
/
+3
*
ebuild-writing/functions/src_prepare/epatch: fix whitespace
Sam James
2021-02-26
1
-1
/
+1
*
ebuild-writing/functions/src_unpack/vcs-sources: remove bzr.eclass
Joonas Niilola
2021-02-19
1
-1
/
+0
*
Update copyright years
Ulrich Müller
2021-01-03
1
-1
/
+1
*
src_compile/building: Change example with bug 685160 #c9 in mind
Alexey Sokolov
2021-01-03
1
-8
/
+17
*
ebuild-writing/functions/src_test: IUSE=test is not required.
Ulrich Müller
2021-01-03
1
-15
/
+5
*
ebuild-writing/functions: prefer "phase functions" over "ebuild functions"
Göktürk Yüksek
2020-12-29
1
-6
/
+7
*
ebuild-writing/functions/src_test: Add nonfatal to if conditions.
Ulrich Müller
2020-08-28
1
-2
/
+2
*
ebuild-writing/functions/src_test: re-organize, merge sections
Florian Schmaus
2020-08-19
1
-48
/
+60
*
ebuild-writing/functions/src_configure: Remove commented-out links.
Ulrich Müller
2020-03-11
1
-3
/
+0
*
ebuild-writing/functions/src_unpack/vcs-sources: KEYWORDS must be empty.
Ulrich Müller
2020-02-22
1
-4
/
+5
*
ebuild-writing/functions/src_unpack/vcs-sources: Remove CVS and SVN sections.
Ulrich Müller
2020-02-22
1
-183
/
+0
*
ebuild-writing/functions/src_unpack/vcs-sources: New file.
Ulrich Müller
2020-02-22
5
-309
/
+285
*
Sync example phase functions from PMS.
Ulrich Müller
2020-02-20
2
-7
/
+7
*
Replace ">" by ">" throughout.
Ulrich Müller
2020-02-18
2
-3
/
+3
*
ebuild-writing/eapi: Move EAPI=4 information to other sections.
Ulrich Müller
2020-02-11
6
-10
/
+137
*
*.svg: specify Open Sans instead of generic "sans-serif" font.
Michael Orlitzky
2020-01-27
1
-253
/
+224
*
ebuild-writing/functions/src_install: Don't mention old EAPIs.
Ulrich Müller
2020-01-23
1
-11
/
+2
*
ebuild-writing/eapi: Move EAPI=3 information to other sections.
Ulrich Müller
2020-01-23
1
-0
/
+39
*
ebuild-writing/eapi: Move EAPI=2 information to other sections.
Ulrich Müller
2020-01-23
5
-78
/
+68
*
devbook.xsl: Suppress spurious newlines for <d/>.
Ulrich Müller
2020-01-18
1
-1
/
+1
*
Revert "Fixed eclass-reference links"
Ulrich Müller
2020-01-16
3
-5
/
+6
*
Use source form of URI fragment identifiers throughout.
Ulrich Müller
2020-01-15
1
-1
/
+1
*
ebuild-writing/functions/src_unpack/svn-sources: Typo.
Ulrich Müller
2020-01-15
1
-1
/
+1
*
ebuild-writing/functions/src_install: Don't mention einstall.
Ulrich Müller
2020-01-09
1
-7
/
+5
*
Make (sub-)section titles unique within each chapter.
Ulrich Müller
2020-01-04
1
-17
/
+19
[next]