summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Collapse)AuthorAgeFilesLines
* Go ahead and exempt selected profile-specific USE_EXPANDZac Medico2007-11-061-1/+6
| | | | | | | | | | | | | flags from IUSE QA Notices since we are planning to make these particular flags into implicit members of IUSE. We can make this extensible later, but for now we just want to eliminate some useless QA Notices (a subset of bug #70648). We're not exempting any non profile- specific USE_EXPAND flags here. For non profile-specific flags, we intend to implement an IUSE syntax extension (bug #133327). svn path=/main/trunk/; revision=8442
* remove O and PPID from being readonly. O is set python side (and we will ↵Alec Warner2007-11-061-1/+1
| | | | | | hopefully stop being exported soon. PPID is ro by bash, so no need to declare it twice svn path=/main/trunk/; revision=8437
* Remove slashes that cause problems when unpacking files with relative paths ↵Marius Mauch2007-10-211-4/+4
| | | | | | (bug #196565) svn path=/main/trunk/; revision=8200
* add support for .lzma / .tar.lzma to unpackMike Frysinger2007-10-071-0/+8
| | | | svn path=/main/trunk/; revision=7991
* Remove redundant trailing slashes from ${D}. (branches/prefix r7886)Zac Medico2007-09-291-14/+17
| | | | svn path=/main/trunk/; revision=7890
* revert useless quotingMike Frysinger2007-09-291-3/+1
| | | | svn path=/main/trunk/; revision=7879
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-291-1/+1
| | | | svn path=/main/trunk/; revision=7878
* Bug #189791 - Send errors to /dev/null when debug-print() fails to write to ↵Zac Medico2007-08-231-1/+1
| | | | | | ${T}/eclass-debug.log. svn path=/main/trunk/; revision=7678
* Don't generate a QA Notice if the ${S} directory doesn't exist since it ↵Zac Medico2007-08-101-3/+0
| | | | | | might be irrelevant for some ebuilds. svn path=/main/trunk/; revision=7587
* Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exist.Zac Medico2007-08-031-0/+9
| | | | svn path=/main/trunk/; revision=7550
* use ${MAKE:-make} rather than make in einstall()Mike Frysinger2007-07-251-2/+2
| | | | svn path=/main/trunk/; revision=7396
* Add FEATURES=fakeroot support which causes install and package phases to run ↵Zac Medico2007-07-231-2/+2
| | | | | | inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch. svn path=/main/trunk/; revision=7379
* For bug #184774, put lha's -q option last since otherwise the option parser ↵Zac Medico2007-07-221-1/+1
| | | | | | now requires level 0, 1, or 2 to be specified. svn path=/main/trunk/; revision=7358
* Save the repo name along with the other metadata inside dyn_compile() so ↵Zac Medico2007-07-131-0/+1
| | | | | | that it's saved inside binary packages for when they are finally merged. svn path=/main/trunk/; revision=7247
* For bug #184566, enable the emerge --info action to run an option pkg_info() ↵Zac Medico2007-07-081-1/+6
| | | | | | function from each installed ebuild. svn path=/main/trunk/; revision=7201
* For bug #180165, make has_version dir if portageq has an unexpected exit code.Zac Medico2007-06-201-5/+13
| | | | svn path=/main/trunk/; revision=6882
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. ↵Zac Medico2007-06-091-0/+5
| | | | | | This adds flexibility and prevents flags from being enabled unexpectedly. svn path=/main/trunk/; revision=6784
* Skip bogus '$ECLASS inherited illegally' messages when installing from a ↵Zac Medico2007-06-091-1/+2
| | | | | | binary package. svn path=/main/trunk/; revision=6775
* For bug #181104, make econf give an appropriate error message when configure ↵Zac Medico2007-06-081-0/+2
| | | | | | is not executable. svn path=/main/trunk/; revision=6766
* For bug #61732, support -flag in USE (instead of just +flag). Given the ↵Zac Medico2007-05-301-1/+1
| | | | | | current default USE_ORDER, -flag in IUSE has no effect. svn path=/main/trunk/; revision=6671
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
| | | | svn path=/main/trunk/; revision=6630
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
| | | | svn path=/main/trunk/; revision=6629
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3
| | | | svn path=/main/trunk/; revision=6567
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() ↵Zac Medico2007-05-221-1/+3
| | | | | | conditional on EAPI != 0. svn path=/main/trunk/; revision=6565
* For bug #178378, make the default src_compile() check for configure in ↵Zac Medico2007-05-191-1/+1
| | | | | | ${ECONF_SOURCE:-.} (instead of just .) before it calls econf. Thanks to James C. Georgas <jgeorgas@rogers.com>. svn path=/main/trunk/; revision=6558
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
| | | | svn path=/main/trunk/; revision=6553
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-101-1/+6
| | | | | | ebuild command, even when USE from ${T}/environment doen't have it. svn path=/main/trunk/; revision=6513
* For bug #177211, use chmod -R on the children of the current directory in ↵Zac Medico2007-05-051-1/+2
| | | | | | order to reduce the size of the argument list. svn path=/main/trunk/; revision=6480
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-3/+3
| | | | svn path=/main/trunk/; revision=6411
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-071-7/+6
| | | | | | ebuild writers svn path=/main/trunk/; revision=6351
* change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-071-5/+6
| | | | | | ebuild writers svn path=/main/trunk/; revision=6347
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
| | | | svn path=/main/trunk/; revision=6301
* Filter the readonly attribute from variables saved in ${T}/environment to ↵Zac Medico2007-03-271-1/+2
| | | | | | prevent 'readonly variable' error messages in later phases. svn path=/main/trunk/; revision=6299
* source ${T}/environment before the definition of qa_source() and qa_call() ↵Zac Medico2007-03-271-6/+6
| | | | | | so that the call stack shows the original files and line numbers instead of those from ${T}/environment. Thanks to Markus Ullmann <jokey@gentoo.org> for reporting. svn path=/main/trunk/; revision=6297
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ↵Zac Medico2007-03-161-0/+1
| | | | | | attribute of variables persist between ebuild phases. svn path=/main/trunk/; revision=6212
* Don't exclude . since that excludes the entire contents of some tar files.Zac Medico2007-02-181-1/+1
| | | | svn path=/main/trunk/; revision=6004
* When calling tar, always exclud . in order to preserver ↵Zac Medico2007-02-181-6/+6
| | | | | | PORTAGE_WORKDIR_MODE. Thanks to Brian Harring in bug #167544. svn path=/main/trunk/; revision=6002
* die requires diefunc and dump_trace too; duh; also move extdebug into ↵Alec Warner2007-02-081-66/+0
| | | | | | isolated-functions.sh svn path=/main/trunk/; revision=5930
* move die into isolated-functions.shAlec Warner2007-02-071-11/+3
| | | | svn path=/main/trunk/; revision=5910
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
| | | | svn path=/main/trunk/; revision=5879
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
| | | | svn path=/main/trunk/; revision=5878
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
| | | | svn path=/main/trunk/; revision=5877
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | Thanks to solar for reporting. svn path=/main/trunk/; revision=5845
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
| | | | svn path=/main/trunk/; revision=5842
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5689
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-161-12/+5
| | | | | | <drizzt@gentoo.org> for the patch. svn path=/main/trunk/; revision=5676
* Disable the test phase when USE=test is masked (for consistency with the fix ↵Zac Medico2007-01-141-0/+3
| | | | | | for bug #69021). svn path=/main/trunk/; revision=5646
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
| | | | svn path=/main/trunk/; revision=5632
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
| | | | svn path=/main/trunk/; revision=5590
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-101-20/+8
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507