aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Gentoo is doing https for everythin nowJustin Lecher2015-08-2114-39/+39
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Merge pull request #34 from johu/patches-updateJustin2015-08-211-10/+6
|\ | | | | Update patches
| * Update patchesJohannes Huber2015-08-201-10/+6
| | | | | | | | Due to git migration.
* | Merge pull request #35 from johu/diff-and-patch-updateJustin2015-08-211-2/+3
|\ \ | |/ |/| Diff and patch update
| * Diff and patch updateJohannes Huber2015-08-201-2/+3
|/ | | | Adding git, when it was written cvs and svn were realy popular.
* Merge pull request #33 from johu/header-updateJustin2015-08-207-34/+32
|\ | | | | Update header lines
| * Update header linesJohannes Huber2015-08-197-34/+32
| | | | | | | | Due to git migration.
* | Merge pull request #31 from johu/git-to-rsyncJustin2015-08-204-10/+10
|\ \ | |/ |/| Replace cvs to rsync with git to rsync
| * Replace cvs to rsync with git to rsyncJohannes Huber2015-08-184-10/+10
|/ | | | Due to git migration.
* Merge pull request #32 from johu/eapi-declarationJustin2015-08-185-8/+8
|\ | | | | Consistent EAPI declaration
| * Consistent EAPI declarationJohannes Huber2015-08-175-8/+8
|/ | | | | Most of occurrence of the EAPI declarations are without the quotes, so align the rest for more consistency.
* Merge remote-tracking branch 'github/master'Justin Lecher2015-08-090-0/+0
|\ | | | | | | | | * github/master: Quickstart guide update
| * Merge pull request #30 from johu/quick-start-ebuild-guideJustin2015-08-091-15/+15
| |\ | | | | | | Quickstart guide update
| | * Quickstart guide updateJohannes Huber2015-08-091-15/+15
| |/ | | | | | | Using the new header according to git migration and bump EAPI to latest.
* | Quickstart guide updateJohannes Huber2015-08-091-15/+15
| | | | | | | | Using the new header according to git migration and bump EAPI to latest.
* | Merge remote-tracking branch 'github/master'Justin Lecher2015-08-091-1/+1
|\| | | | | | | | | * github/master: Update bash command
| * Merge pull request #29 from gentoid/patch-1Justin2015-08-091-1/+1
| |\ | | | | | | Update bash command
| | * Update bash commandViktor Lazarev2015-08-081-1/+1
| |/ | | | | | | Using of `$(portageq portdir)/header.txt` throws warning: > WARNING: 'portageq portdir' is deprecated. Use the get_repo_path command instead. eg: 'portageq get_repo_path / gentoo' instead.
* | variables: SRC_URI: document the -> syntaxMike Frysinger2015-08-071-0/+24
| |
* | Update favicon.ico url from http to https.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-07-221-1/+1
|/ | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* devbook.xsl: Fix description meta tag.Ulrich Müller2015-06-021-1/+1
| | | | Bug 550942.
* Live ebuilds need not specify KEYWORDS.Ulrich Müller2015-06-011-1/+7
| | | | Bug 545488.
* Fix issue with HTML validation.Ulrich Müller2015-06-011-1/+1
| | | | See Bug 550640 comment 7.
* Makefile: Add missing dependency on XSL stylesheet.Ulrich Müller2015-06-011-2/+2
|
* use html output to avoid invalid self closing elementsMarkus Meier2015-05-311-1/+1
|
* use HTML5 doctype instead of xhtml oneMarkus Meier2015-05-311-5/+4
|
* Update ebuild naming rules from PMS.Ulrich Müller2015-05-152-1/+6
| | | | | | | | PMS doesn't allow package names to begin with a hyphen or a plus sign, and also has some restrictions on how these names can end. Apply the same rules to leading characters of other files. This reflects the current status of the portage tree.
* Add item about allowed characters in filenames.Ulrich Müller2015-05-071-0/+1
| | | | | | | This documents the status quo of actual usage; all filenames in the Portage tree are composed of characters in the [A-Za-z0-9._+-] set. ("File" is to be understood in its Unix meaning here, i.e. includes regular files and directories.)
* Fix typos.Ulrich Müller2015-05-071-2/+2
|
* Update URIs of repository.Ulrich Müller2015-05-071-5/+9
|
* Update author entry for plasmaroo.Ulrich Müller2015-05-071-2/+2
| | | | As requested per e-mail from plasmaroo@gmail.com on 2015-04-16.
* Merge ebuild etiquette policy from Developer Handbook.Ulrich Müller2015-05-071-0/+9
| | | | | | | | | This is taken from proj/en/devrel/handbook/hb-policy-etiquette.xml, section "Tips", subsection "Ebuilds". Permission to reuse the CC-BY-SA-1.0 work under CC-BY-SA-2.0 (or any later version) obtained from author plasmaroo per e-mail on 2015-04-16.
* Merge package.mask policy from Developer Handbook.Ulrich Müller2015-05-071-4/+7
| | | | | | | | | This is taken from proj/en/devrel/handbook/hb-policy-ebuild.xml, section "QA policy", subsection "Masked packages". Permission to reuse the CC-BY-SA-1.0 work under CC-BY-SA-2.0 (or any later version) obtained from author plasmaroo per e-mail on 2015-04-16.
* Merge section about user-submitted ebuilds from Developer Handbook.Ulrich Müller2015-05-072-0/+54
| | | | | | | | | This is taken from proj/en/devrel/handbook/hb-policy-ebuild.xml, section "Ebuild policy", subsection "User-submitted ebuilds". Permission to reuse the CC-BY-SA-1.0 work under CC-BY-SA-2.0 (or any later version) obtained from author plasmaroo per e-mail on 2015-04-16.
* Merge sentence about 9999 naming policy from Developer Handbook.Ulrich Müller2015-05-031-0/+6
| | | | | | | This is taken from proj/en/devrel/handbook/hb-policy-ebuild.xml, section "Ebuild policy", subsection "CVS sources policy". Original author: hwoarang
* Merge remarks about revision bumps from Developer Handbook.Ulrich Müller2015-05-031-0/+4
| | | | | | | | | This is taken from proj/en/devrel/handbook/hb-policy-ebuild.xml, section "Ebuild policy", subsection "Versioning and revision bumps". Permission to reuse the CC-BY-SA-1.0 work under CC-BY-SA-2.0 (or any later version) obtained from author plasmaroo per e-mail on 2015-04-16.
* ebuild-writing: use-conditionals: Add more information about the old `use ↵Markos Chandras2015-04-191-1/+1
| | | | | | | foo` style X-Gentoo-Bug: 546950 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=546950
* Update link to IEEE Std 1003.1.Ulrich Müller2015-04-151-3/+5
| | | | Thanks to Brian Haslett for pointing this out.
* Promote "Ebuild Maintenance" from subsection to section.Ulrich Müller2015-04-114-3/+3
| | | | Bug 546006.
* Merge pull request #27 from Whissi/correct-pkg_pretend-calltimeZero_Chaos2015-03-251-1/+1
|\ | | | | pkg_pretend: Binary packages also call this function
| * pkg_pretend: Binary packages also call this functionThomas D2015-03-251-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proof: Create a dummy ebuild with pkg_pretend() { echo "Calling pkg_pretend()..." } Now create the binary package: # emerge --buildpkgonly app-misc/testpkg::my-overlay These are the packages that would be built, in order: Calculating dependencies... done! [ebuild N *] app-misc/testpkg-0.0.1::my-overlay 0 KiB Total: 1 package (1 new), Size of downloads: 0 KiB >>> Verifying ebuild manifests >>> Running pre-merge checks for app-misc/testpkg-0.0.1 Calling pkg_pretend()... [...] When you now install the binary package, pkg_pretend() will be called again: # emerge --usepkg=y -a1 app-misc/testpkg::my-overlay These are the packages that would be merged, in order: Calculating dependencies... done! [binary N *] app-misc/testpkg-0.0.1::my-overlay 0 KiB Total: 1 package (1 new, 1 binary), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] y >>> Running pre-merge checks for app-misc/testpkg-0.0.1 * testpkg-0.0.1.tbz2 MD5 SHA1 size ;-) ... [ ok ] Calling pkg_pretend()... [...]
* ebuild-writing: src_configure: Replace src_compile with src_configureMarkos Chandras2015-03-171-1/+1
| | | | | | | | The src_configure function exists since EAPI=2 so we should use that one to perform any sort of package configuration. X-Gentoo-Bug: 542308 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=542308
* Document the new ALLARCHES process.Michael Orlitzky2015-03-141-0/+26
| | | | | | | | | | | Per the latest council meeting, it is now possible to request a stabilization on all arches at once (for architecture-independent packages). This commit documents the new keyword and process on the "Keywording" page. Link: http://archives.gentoo.org/gentoo-dev/message/5d96b51ced1d1ed126951f117c828482 X-Gentoo-Bug: 543062 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=543062
* devbook.xsl: Update copyright yearMarkos Chandras2015-03-111-1/+1
| | | | | | | Happy new year! X-Gentoo-Bug: 542304 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=542304
* Remove Assembler Optimisation sectionMike Gilbert2015-03-061-45/+0
| | | | | The USE flags listed are not in either use.force or use.mask. The rest of the text is not particularly interesting or useful.
* Merge pull request #26 from yaccz/fix-best_version-weasel-wordMarkos Chandras2015-02-151-1/+2
|\ | | | | Replace weasel word with proper description
| * Fix factual erroryac2015-02-151-1/+2
| |
| * Replace weasel word with proper descriptionyac2015-02-151-1/+1
|/
* Merge pull request #25 from Tranquility/update-handbook-linksMarkos Chandras2015-01-172-2/+2
|\ | | | | Fix handbook links that broke after moving to the wiki
| * Fix handbook links that broke after moving to the wikiOle Reifschneider2015-01-152-2/+2
|/