aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix internal referencesUlrich Müller2024-05-071-3/+4
| | | | | | | Internal links referring to sections were broken by the previous "Sentence case devmanual" commit. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Sentence case devmanualMatthew Marchese2024-05-071-8/+8
| | | | | | Signed-off-by: Matthew Marchese <maffblaster@gentoo.org> [Whitespace. Fix rebase artifact in ebuild-writing/functions/src_test.] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ebuild-writing/functions/src_prepare: Rename epatch chapter to eapplyUlrich Müller2024-04-211-1/+1
| | | | | | Update references throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix internal linksUlrich Müller2023-10-301-16/+18
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Explicitly specify UTF-8 encoding in XML declarationsUlrich Müller2022-10-091-1/+1
| | | | | | As specified by the DevBook XML guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart: add missing quote in exampleSam James2022-03-181-1/+1
| | | | | Reported-by: dfdx Signed-off-by: Sam James <sam@gentoo.org>
* quickstart: make blocker non-pure-DEPENDSam James2022-03-131-2/+3
| | | | | | | Blockers need to be in RDEPEND too, per devmanual guidance :) Signed-off-by: Sam James <sam@gentoo.org>
* quickstart: mention PATCHES, use .patch and not .diffSam James2021-12-091-8/+8
| | | | | | | - We expect contributions to use .patch and not .diff nowadays. - Mention PATCHES so people are aware it's an option. Signed-off-by: Sam James <sam@gentoo.org>
* quickstart: add Oxford comma (minor grammar fix)Sam James2021-12-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* quickstart: mention BDEPENDSam James2021-12-091-4/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* quickstart: use EAPI 8 in examplesSam James2021-12-091-10/+10
| | | | | | | Also adjust to ~alpha/~ia64 as both of these arches are pure ~arch (no stable keywords) now. Signed-off-by: Sam James <sam@gentoo.org>
* Update copyright yearsUlrich Müller2021-01-031-5/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Replace ">" by "&gt;" throughout.Ulrich Müller2020-02-181-4/+4
| | | | | | | Most instances are already being escaped, so convert the few remaining ones for consistency throughout the document. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart: Remove unnecessary escaping of quotes.Ulrich Müller2020-02-161-8/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart: Generalize note about HOMEPAGE.Ulrich Müller2020-01-231-1/+1
| | | | | Closes: https://bugs.gentoo.org/533552 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright years.Ulrich Müller2020-01-021-5/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart/text.xml: call default in src_prepare()Göktürk Yüksek2019-11-251-0/+7
| | | | | | | It seems when converting epatch to eapply, the information about a call eapply_user being mandatory was missed. Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* quickstart: Update ctags HOMEPAGE to provide multi-value exampleMichał Górny2019-11-251-1/+1
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* quickstart: Remove unnecessary src_install() from most examplesMichał Górny2019-05-131-15/+3
| | | | | | | | | Remove most of src_install() redefinitions since they completely match the default. Leave the initial one for demonstration purposes, and the last one since it is more complex. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart: Switch to eapplyMichał Górny2019-05-131-12/+7
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* quickstart: Correct LICENSE in ebuild snippetsMichał Górny2019-05-131-4/+5
| | | | | | | | | While there's no real reason for those snippets to be correct, I think it'd be generally beneficial to show developers that the '+' license variants do exist and are quite common. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update snippet copyright line to 'Gentoo Authors'Michał Górny2019-05-131-5/+5
| | | | | | | | Update the copyright line of ebuild snippets from obsolete 'Gentoo Foundation' to 'Gentoo Authors' as used currently. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Bump copyright yearBrian Evans2019-03-211-5/+5
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Change eutils in quickstart to epatch and desktop where necessaryBrian Evans2018-10-241-4/+4
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* quickstart: Remove einstall referenceMikle Kolyada2018-06-141-2/+1
| | | | It is banned since EAPI=6, older EAPIs are deprecated.
* Convert various 'http://' URIs to 'https://'Göktürk Yüksek2018-04-201-2/+2
| | | | | | | Here's the heuristic for conversion: - If the https substitute is valid, always convert to https - If it's a bogus URI used in an example, convert it to https - If it's a valid URI used in an example with no valid https, leave it alone
* Change the indentation for ebuild <codesample/> snippets from spaces to tabsGöktürk Yüksek2018-01-031-42/+42
|
* Update copyright years.Ulrich Müller2018-01-011-5/+5
|
* Remove CVS $Id$ lines from all ebuild examples.Ulrich Müller2017-02-281-10/+5
|
* Portage is the package manager. The repository is named gentoo.Alice Ferrazzi2016-11-191-1/+1
| | | | Changed Portage Tree with Gentoo Repository.
* quickstart: Update the first ebuild to the latest EAPIManuel Rüger2016-10-281-3/+2
| | | | | Drop dohtml, as it is deprecated in EAPI=6 and we should not encourage new users to use it.
* Update years in example ebuild and eclass headers.Ulrich Müller2016-04-021-10/+10
| | | | Also escape any VCS keywords that could potentially be expanded.
* Quickstart guide updateJohannes Huber2015-08-091-15/+15
| | | | Using the new header according to git migration and bump EAPI to latest.
* Update place to put big patches, bug #453064Pacho Ramos2013-01-201-2/+3
|
* Don't say that IUSE must be always assigned, bug 444538Ulrich Müller2012-11-241-3/+0
| | | | | | Remove corresponding subsection in common-mistakes section. Update note in variables section. Update ebuild examples throughout.
* Quickstart ebuild guide: Update examples to EAPI 4.Ulrich Müller2012-10-091-58/+66
| | | | See bug 428412.
* Fix epatch reference pathMarkos Chandras2010-08-251-1/+1
|
* Fix the coding style in quickstart; thanks to Samuli Suominen <ssouminen AT ↵Mark Loeser2010-04-131-45/+36
| | | | gentoo DOT org>; bug #314999
* Remove "|| die" when using econf, thanks to Thomas AndersonMark Loeser2009-03-091-8/+9
| | | | | | | <gentoofan23 AT gentoo DOT org>; bug #253629 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@143 176d3534-300d-0410-8db8-84e73ed771c3
* Add dies for dodoc calls.Petteri Räty2008-05-041-4/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@125 176d3534-300d-0410-8db8-84e73ed771c3
* make install -> emake install.Tim Yamin2006-07-161-5/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@68 176d3534-300d-0410-8db8-84e73ed771c3
* Minor cleanups; portage -> Portage.Tim Yamin2006-05-221-15/+16
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@55 176d3534-300d-0410-8db8-84e73ed771c3
* More highlighting goodies (SGML+C).Tim Yamin2006-05-171-1/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@49 176d3534-300d-0410-8db8-84e73ed771c3
* Highlighting fixes, author list added, fix codesample syntax in places.Tim Yamin2006-05-171-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@44 176d3534-300d-0410-8db8-84e73ed771c3
* All of the URLs should work now except for ebuild-writing/file-format/'s ↵Mark Loeser2006-05-031-4/+6
| | | | | | reference to glep31check since all of the tool pages weren't added yet (I thought they were) git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@39 176d3534-300d-0410-8db8-84e73ed771c3
* Add some more uri'sMark Loeser2006-03-091-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@18 176d3534-300d-0410-8db8-84e73ed771c3
* Add uri's where we can right nowMark Loeser2006-03-051-14/+19
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@14 176d3534-300d-0410-8db8-84e73ed771c3
* Add <uri/> tag.Tim Yamin2006-03-011-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@12 176d3534-300d-0410-8db8-84e73ed771c3
* Change -- to <d/> where appropriate. Finish up the autotools docMark Loeser2006-02-271-11/+11
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@11 176d3534-300d-0410-8db8-84e73ed771c3
* Initial commit :)Tim Yamin2006-02-201-0/+437
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@2 176d3534-300d-0410-8db8-84e73ed771c3