summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for deprecated 2_pre* EAPI values. (trunk r12594)Zac Medico2009-03-111-3/+3
* (trunk r12593)Zac Medico2009-03-111-0/+8
* Filter the new hasg and hasgq functions inside save_ebuild_env(). (trunk r12592)Zac Medico2009-03-111-1/+2
* Escape globs in hasgq arguments in order to prevent bash from tryingZac Medico2009-03-111-3/+3
* (trunk r12590)Zac Medico2009-03-111-49/+20
* (trunk r12589)Zac Medico2009-03-111-1/+7
* (trunk r12588)Zac Medico2009-03-111-1/+1
* Use portage.util.cmp_sort_key for python-3.0 compatibility. (trunk r12573)Zac Medico2009-03-111-2/+2
* (trunk r12559)Zac Medico2009-03-111-0/+2
* Add messages before and after the src_prepare phase. Thanks to Arfrever forZac Medico2009-03-111-0/+2
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* 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