summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eutils.eclass: add 512 icon size to doicon documentationChris Mayo2017-01-071-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/3298
* eutils.eclass: Show death notice only when user patches were really appliedThomas Deutschmann2016-08-311-1/+7
| | | | | | | | | | | | | | | | | As part of the user requested feature from [Gentoo-Bug #543878] eutils.eclass shows a warning regarding user applied patches in case of an error [Link 1]. However this warning will always be shown even if no user patch were applied at all (example: empty /etc/portage/<cat>/<pkg> directory). This commit adds a new global variable "EPATCH_N_APPLIED_PATCHES" which tracks the number of applied user patches. This allows us to only show the notice when user patches were really applied. Link: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.443&r2=1.444 Gentoo-Bug: https://bugs.gentoo.org/543878
* HTTPS for *.freedesktop.orgAnthony Ryan2016-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Excluding xorg.freedesktop.org * Excluding tango.freedesktop.org The following modified ebuilds were found to have problems after modification but the problems were determined to not be a regression. Upstream tarball has a new hash: * app-misc/evtest-1.29 * app-misc/evtest-1.30 * dev-embedded/scratchbox2-2.0-r1 * dev-ml/cairo-ocaml-1.2.0 * net-libs/libqmi-1.0.0 * sys-auth/libfprint-0.4.0 * sys-auth/libfprint-0.5.0 * sys-auth/libfprint-0.5.1 Upstream tarball has been deleted: * dev-libs/liblazy-0.2 * dev-util/pkgconfig-openbsd-20130507-r1 * x11-libs/xvba-video-0.8.0-r3 * x11-misc/driconf-0.9.1-r1 * x11-misc/xdg-utils-1.1.0_rc2-r1
* eclass/eutils.eclass: epatch_user: Strip subslot when taking patches from ↵Alexis Ballier2016-02-171-1/+1
| | | | | | /etc/portage/patches/$CAT/$PN:$SLOT. Bug #574966. This makes it similar to what portage does with eapply_user.
* eutils.eclass: e{cvs,svn,git}_clean: make empty arg testing more correctMike Frysinger2016-01-291-3/+3
| | | | | -z $* tests whether any args are non-empty, not whether any where specified. Check $# instead for accurate results.
* eutils.eclass: Add egit_clean()Justin Lecher2016-01-221-0/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eutils.eclass: estack_pop: quote unset argument for bug 571318Zac Medico2016-01-201-1/+1
|
* eutils.eclass: In EAPI conditionals, replace "has" by case statements.Ulrich Müller2015-12-011-7/+14
|
* eutils.eclass: Move all deprecated functions to the end.Ulrich Müller2015-12-011-210/+213
|
* eutils.eclass: Disable epatch_user in EAPI 6.Ulrich Müller2015-12-011-6/+8
| | | | EAPI 6 has eapply_user which should be used instead.
* eutils.eclass: copy over logic from libtool.eclass to find ELT-patches dir ↵Mike Frysinger2015-11-221-1/+15
| | | | #517752
* eutils.eclass: in_iuse and einstalldocs are part of EAPI 6Michał Górny2015-11-161-38/+42
| | | | | Disable in_iuse and einstalldocs in EAPIs other than {0..5} since they are now part of EAPI.
* eutils.eclass: epatch: clarify usage of --dry-run/-f flags when testing #565336Mike Frysinger2015-11-101-1/+2
| | | | | This should make the log a bit more clear as to the exact flags that are used when calling patch when people review the log after the fact.
* eutils.eclass: Allow to configure base patch location for epatch_userJulian Ospald2015-09-291-4/+10
| | | | | | | | | This is particularly useful for people who run alternative package managers and want to control their configuration. Reviewed-By: SpanKY <vapier@gentoo.org> Gentoo-Bug: 559698 Github-PR: https://github.com/gentoo/gentoo/pull/69
* eclass: gentoo.org has https per defaultJustin Lecher2015-09-251-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+1794
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed