summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* reject all set*id binaries that have DT_RPATH:$ORIGIN #260331 (trunk r12712)Zac Medico2009-03-111-3/+8
| | | | svn path=/main/branches/2.1.6/; revision=12967
* Fix headers that contain $Header instead of $Id. (trunk r12701)Zac Medico2009-03-112-3/+3
| | | | svn path=/main/branches/2.1.6/; revision=12956
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-03-111-3/+3
| | | | | | StringIO usage with shlex.split() where appropriate. (trunk r12662) svn path=/main/branches/2.1.6/; revision=12925
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-03-111-2/+2
| | | | | | (trunk r12642) svn path=/main/branches/2.1.6/; revision=12914
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-03-111-15/+12
| | | | | | map() usage that 2to3 warns about. (trunk r12638) svn path=/main/branches/2.1.6/; revision=12910
* For python-3.0 compatibility, raise a real exception instead of a string.Zac Medico2009-03-111-2/+2
| | | | | | (trunk r12635) svn path=/main/branches/2.1.6/; revision=12907
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-03-111-4/+0
| | | | | | (trunk r12633) svn path=/main/branches/2.1.6/; revision=12906
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-03-112-13/+1
| | | | | | since that variable is not loaded from $T/environment anymore. (trunk r12625) svn path=/main/branches/2.1.6/; revision=12899
* (trunk r12620)Zac Medico2009-03-111-23/+13
| | | | svn path=/main/branches/2.1.6/; revision=12895
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-03-111-1/+1
| | | | | | creating the tarball. (trunk r12618) svn path=/main/branches/2.1.6/; revision=12893
* Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl PorcelZac Medico2009-03-111-0/+3
| | | | | | <armin76@g.o> for reporting. (trunk r12609) svn path=/main/branches/2.1.6/; revision=12887
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-03-111-0/+1
| | | | | | | ruled that it shouldn't be used in ebuilds. Thanks to Petteri Räty <betelgeuse@g.o> for the initial patch. (trunk r12603) svn path=/main/branches/2.1.6/; revision=12884
* * Remove outdated comment about qa_source() return value (with typo).Zac Medico2009-03-111-2/+2
| | | | | | | * Update copyright header. Thanks to Jeremy Olexa <darkside@g.o> for reporting. (trunk r12602) svn path=/main/branches/2.1.6/; revision=12883
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-03-111-4/+9
| | | | | | EAPI values. (trunk r12596) svn path=/main/branches/2.1.6/; revision=12877
* Remove support for deprecated 2_pre* EAPI values. (trunk r12594)Zac Medico2009-03-111-3/+3
| | | | svn path=/main/branches/2.1.6/; revision=12875
* (trunk r12593)Zac Medico2009-03-111-0/+8
| | | | svn path=/main/branches/2.1.6/; revision=12874
* Filter the new hasg and hasgq functions inside save_ebuild_env(). (trunk r12592)Zac Medico2009-03-111-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=12873
* Escape globs in hasgq arguments in order to prevent bash from tryingZac Medico2009-03-111-3/+3
| | | | | | to perform filename expansion. (trunk r12591) svn path=/main/branches/2.1.6/; revision=12872
* (trunk r12590)Zac Medico2009-03-111-49/+20
| | | | svn path=/main/branches/2.1.6/; revision=12871
* (trunk r12589)Zac Medico2009-03-111-1/+7
| | | | svn path=/main/branches/2.1.6/; revision=12870
* (trunk r12588)Zac Medico2009-03-111-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12869
* Use portage.util.cmp_sort_key for python-3.0 compatibility. (trunk r12573)Zac Medico2009-03-111-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=12854
* (trunk r12559)Zac Medico2009-03-111-0/+2
| | | | svn path=/main/branches/2.1.6/; revision=12845
* Add messages before and after the src_prepare phase. Thanks to Arfrever forZac Medico2009-03-111-0/+2
| | | | | | this patch. (trunk r12555) svn path=/main/branches/2.1.6/; revision=12841
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=12627
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.1.6.7Zac Medico2009-01-181-0/+2
| | | | | | | is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment. (trunk r12529) svn path=/main/branches/2.1.6/; revision=12537
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-181-1/+1
| | | | | | Alexis Ballier <aballier@g.o> for reporting. (trunk r12524) svn path=/main/branches/2.1.6/; revision=12536
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-181-1/+2
| | | | | | | one package is being scanned. Thanks to Thomas Sachau <tommy@g.o> for reporting. (trunk r12523) svn path=/main/branches/2.1.6/; revision=12535
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-181-2/+0
| | | | | | Fabian Groffen <grobian@g.o> for the suggestion. (trunk r12519) svn path=/main/branches/2.1.6/; revision=12531
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-181-1/+3
| | | | | | | might leak information that would be useful to attackers. Thanks to Ned Ludd <solar@g.o> for the suggestion. (trunk r12518) svn path=/main/branches/2.1.6/; revision=12530
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-121-1/+6
| | | | | | to Fabian Groffen <grobian@g.o> for reporting. (trunk r12426) svn path=/main/branches/2.1.6/; revision=12479
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-121-0/+12
| | | | | | | descriptions that are not used in any ebuilds. Thanks to Markus Meier <maekke@g.o> for the initial patch. (trunk r12413) svn path=/main/branches/2.1.6/; revision=12469
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-121-1/+13
| | | | | | | | from, and do it during any phase for both ebuilds and binary packages. Now PORTAGE_REPO_NAME is initialized inside config.setcpv() for both ebuilds and binary packages, so it's always available inside ebuild.sh. (trunk r12402) svn path=/main/branches/2.1.6/; revision=12462
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-121-5/+16
| | | | | | | --include-dev. Thanks to Ryan Hill <dirtyepic@g.o> for the suggestion. (trunk r12400) svn path=/main/branches/2.1.6/; revision=12460
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-121-3/+17
| | | | | | $DISTDIR write access is not required. (trunk r12389) svn path=/main/branches/2.1.6/; revision=12456
* Bug #252354 - Ensure that hardlinked files are not processed multiple timesZac Medico2009-01-121-5/+24
| | | | | | when necessary. (trunk r12384:12387) svn path=/main/branches/2.1.6/; revision=12454
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-121-0/+2
| | | | | | merge. (trunk r12376) svn path=/main/branches/2.1.6/; revision=12446
* (trunk r12375)Zac Medico2009-01-121-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12445
* (trunk r12374)Zac Medico2009-01-121-0/+1
| | | | svn path=/main/branches/2.1.6/; revision=12444
* (trunk r12373)Zac Medico2009-01-121-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12443
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2009-01-121-0/+3
| | | | | | Arfrever Frehtes Taifersar Arahesis for reporting. (trunk r12368) svn path=/main/branches/2.1.6/; revision=12439
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2009-01-121-2/+2
| | | | | | | triggered by repoman -v. Thanks to Javier Villavicencio <the_paya@g.o> for reporting. (trunk r12366) svn path=/main/branches/2.1.6/; revision=12437
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2009-01-121-0/+14
| | | | | | contain characters that are not part of the ASCII character set. (trunk r12365) svn path=/main/branches/2.1.6/; revision=12436
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2009-01-121-7/+18
| | | | | | | | | | of `git ls-files -m --with-tree=HEAD` since the latter doesn't behave like we want for files that have been added to the index. Also, use `git diff-index` instead of `git diff` since the latter is considered a high-level "porcelain" command which means that it's interface may not be reliable. (trunk r12359) svn path=/main/branches/2.1.6/; revision=12430
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-271-0/+6
| | | | | | to Diego 'Flameeyes' Pettenò for reporting. (trunk r12350) svn path=/main/branches/2.1.6/; revision=12355
* (trunk r12345)Zac Medico2008-12-271-3/+3
| | | | svn path=/main/branches/2.1.6/; revision=12353
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-251-0/+1
| | | | | | is not installed. (trunk r12301) svn path=/main/branches/2.1.6/; revision=12324
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings ↵Zac Medico2008-12-251-4/+17
| | | | | | | | about pre-stripped files. (trunk r12295:12300) svn path=/main/branches/2.1.6/; revision=12323
* Bug #252304 - Restore the -V/--version option. (trunk r12293)Zac Medico2008-12-251-0/+7
| | | | svn path=/main/branches/2.1.6/; revision=12322
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian ↵Zac Medico2008-12-252-0/+10
| | | | | | | | Harring for the suggestion. (trunk r12292) svn path=/main/branches/2.1.6/; revision=12321