summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps in headers of modified files.v2.1.6.7_p1Zac Medico2012-05-212-2/+2
* Bug #302937 - Handle declare -r without assignment.Zac Medico2012-05-211-12/+29
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Arfrever Frehtes Taifersar Arahesis2012-05-211-2/+2
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:Zac Medico2012-05-212-2/+2
* Fix typo in comment. Thanks to Arfrever.Zac Medico2012-05-211-2/+2
* Bug #280690 - Fix incorrect idendification of start quote as end quote when t...Zac Medico2012-05-211-1/+6
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.1.6.7Zac Medico2009-01-181-0/+2
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-181-1/+1
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-181-1/+2
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-181-2/+0
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-181-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-121-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-121-0/+12
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-121-1/+13
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-121-5/+16
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-121-3/+17
* Bug #252354 - Ensure that hardlinked files are not processed multiple timesZac Medico2009-01-121-5/+24
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-121-0/+2
* (trunk r12375)Zac Medico2009-01-121-1/+1
* (trunk r12374)Zac Medico2009-01-121-0/+1
* (trunk r12373)Zac Medico2009-01-121-1/+1
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2009-01-121-0/+3
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2009-01-121-2/+2
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2009-01-121-0/+14
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2009-01-121-7/+18
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-271-0/+6
* (trunk r12345)Zac Medico2008-12-271-3/+3
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-251-0/+1
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings a...Zac Medico2008-12-251-4/+17
* Bug #252304 - Restore the -V/--version option. (trunk r12293)Zac Medico2008-12-251-0/+7
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...Zac Medico2008-12-252-0/+10
* Move initial signal handlers to the launcher script. (trunk r12290)Zac Medico2008-12-251-0/+17
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-251-1/+27
* Detect problems with arguments and return non-zero when appropriate.v2.1.6.1Zac Medico2008-12-121-1/+13
* Fix incorrect usage of trap (only remove on signal at a time). (trunk r12210)Zac Medico2008-12-121-1/+2
* Fix exit code to return non-zero when an error occurs. Thanks to ChristophZac Medico2008-12-121-2/+6
* When attempting to close fd 9 at the end of the depend phase, use exec so thatZac Medico2008-12-121-1/+1
* Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptorZac Medico2008-12-121-9/+19
* For py3k compat, avoid using list.sort(cmp). (trunk r12184)Zac Medico2008-12-121-7/+11
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-121-1/+3
* It's not safe to use the git commit -a option since there mightZac Medico2008-12-031-0/+23
* When calling `git ls-files -m` to list modified files, use --with-tree=HEADZac Medico2008-12-031-2/+2
* Skip sourcing of profile.bashrc during the depend phase. (trunk r12136)Zac Medico2008-12-021-8/+11
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-023-5/+8
* Fix inconsistencies between the "clean" and "cleanrm" phases. (trunk r12126)Zac Medico2008-12-011-3/+3
* Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.Zac Medico2008-11-261-2/+1
* Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ...Zac Medico2008-11-261-3/+9
* Eliminate redundant Manifest separation code by combining mychanged + mynew s...Zac Medico2008-11-261-13/+4
* Remove redundant reference to 'mynew' since 'myupdates' already contains thos...Zac Medico2008-11-261-2/+2
* Bug #248464 - With git, there's never any keyword expansion, so there'sZac Medico2008-11-261-6/+20