summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-3/+3
| | | | svn path=/main/trunk/; revision=7803
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
| | | | | | we're sure which directory die will clean up. svn path=/main/trunk/; revision=7802
* fix possible information leak vulnerability when doing a merge of ↵Mike Frysinger2007-09-241-11/+22
| | | | | | configuration files and be better about handling of whitespace in $TMP in a few places svn path=/main/trunk/; revision=7799
* tweak get_config() so that it only executes one external binary (sed) ↵Mike Frysinger2007-09-241-9/+15
| | | | | | instead of chaining multiple ones svn path=/main/trunk/; revision=7798
* Move some of the less expensive QA checks before dep_check() so that they're ↵Zac Medico2007-08-281-106/+106
| | | | | | still done even in --force mode. svn path=/main/trunk/; revision=7718
* Convert myoptions from a list to a dict.Zac Medico2007-08-281-6/+5
| | | | svn path=/main/trunk/; revision=7714
* Skip the most expensive QA tests when --force in enabled since there's no ↵Zac Medico2007-08-281-0/+6
| | | | | | point in wasting time on them when the user is intent on forcing the commit anyway. svn path=/main/trunk/; revision=7713
* Make the commit message indicate when the --force option is used.Zac Medico2007-08-281-6/+9
| | | | svn path=/main/trunk/; revision=7712
* Fix RepoMan's grammar.Zac Medico2007-08-271-1/+1
| | | | svn path=/main/trunk/; revision=7711
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added ↵Zac Medico2007-08-271-0/+28
| | | | | | directly with stable KEYWORDS. svn path=/main/trunk/; revision=7710
* Add a --force option that forces commit to proceed. This is useful for cases ↵Zac Medico2007-08-271-1/+6
| | | | | | like bug #110443 where the commit normally isn't allowed but there are exceptional circumstances where it may be acceptable. svn path=/main/trunk/; revision=7709
* Bug #190406 - Filter the myheaders list so that it doesn't include binary ↵Zac Medico2007-08-271-1/+6
| | | | | | blobs added to cvs with the -kb option. svn path=/main/trunk/; revision=7705
* change directory to / in case $PWD doesnt existMike Frysinger2007-08-261-1/+3
| | | | svn path=/main/trunk/; revision=7702
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-08-251-4/+8
| | | | | | Bug #190144 - Use the realpath of DISTDIR so that things like subversion.eclass are compatible with sandbox. svn path=/main/trunk/; revision=7700
* 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
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml.Zac Medico2007-08-221-3/+4
| | | | svn path=/main/trunk/; revision=7653
* filter out kernel modules from ELF QA checks #184443Mike Frysinger2007-08-171-4/+5
| | | | svn path=/main/trunk/; revision=7645
* Make etc-update copy owner and group bits when it merges config files.Zac Medico2007-08-161-0/+2
| | | | svn path=/main/trunk/; revision=7636
* 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
* For bug #187795, remove pointless digest.disjointed and digest.notadded ↵Zac Medico2007-08-061-12/+0
| | | | | | warnings since they are always added to cvs automatically anyway. svn path=/main/trunk/; revision=7580
* Merge rewrite by Alon Bar-Lev from bug #130039:Zac Medico2007-08-061-113/+303
| | | | | | | - Verify gpg signature of snapshot if FEATURES="webrsync-gpg" is enabled. - Add a --revert=yyyymmdd option that alows a specific snapshot to be used. svn path=/main/trunk/; revision=7579
* Move ecompressdir and ecompress --dequeue after prepall.Zac Medico2007-08-041-1/+2
| | | | svn path=/main/trunk/; revision=7570
* Call ecompressdir and ecompress --dequeue outside of prepall since ↵Zac Medico2007-08-042-3/+2
| | | | | | ruby.eclass overrides prepall. svn path=/main/trunk/; revision=7568
* 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
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from ↵Zac Medico2007-07-281-1/+2
| | | | | | make.conf. svn path=/main/trunk/; revision=7415
* use ${MAKE:-make} rather than make in einstall()Mike Frysinger2007-07-251-2/+2
| | | | svn path=/main/trunk/; revision=7396
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ↵Zac Medico2007-07-241-0/+5
| | | | | | but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. svn path=/main/trunk/; revision=7381
* 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
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header ↵Zac Medico2007-07-211-0/+17
| | | | | | path and automatically correct it. svn path=/main/trunk/; revision=7340
* For bug #185153, in commit mode do the "Fetching trivial updates" routine ↵Zac Medico2007-07-211-38/+44
| | | | | | before the qa scan. svn path=/main/trunk/; revision=7338
* Use PF in dyn_package. Thanks to swegener.Zac Medico2007-07-171-1/+1
| | | | svn path=/main/trunk/; revision=7300
* split up the debug/sources steps as proposed by swegener and give the whole ↵Mike Frysinger2007-07-151-50/+64
| | | | | | file a cleanup svn path=/main/trunk/; revision=7267
* 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
* - remove readable bits for debug files if the souce ELF is setXidNed Ludd2007-07-091-0/+2
| | | | svn path=/main/trunk/; revision=7210
* 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
* allow split debuf for kernel modulesMike Frysinger2007-07-081-1/+7
| | | | svn path=/main/trunk/; revision=7193
* `find` can accept a list of paths so condense this nested for loop, and dont ↵Mike Frysinger2007-07-071-4/+6
| | | | | | split off debug information for ET_REL files as these are never pulled in via debug utilities (and can trigger weird behavior in binutils when linked into things, like glibcs crt1.o) svn path=/main/trunk/; revision=7189
* Clean up system and world set handling. For forward compatibility, the ↵Zac Medico2007-07-031-1/+2
| | | | | | world file handling now allows the world file to contain arbitrary atoms such as slot atoms. svn path=/main/trunk/; revision=7131
* Flatten restrict for the RESTRICT.invalid check.Zac Medico2007-07-021-6/+16
| | | | svn path=/main/trunk/; revision=7120
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch.Zac Medico2007-06-301-0/+12
| | | | svn path=/main/trunk/; revision=7102
* Use better parseable format for list_preserved_libsMarius Mauch2007-06-291-1/+4
| | | | svn path=/main/trunk/; revision=7088
* Fix quoting.Zac Medico2007-06-271-1/+1
| | | | svn path=/main/trunk/; revision=7057
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before.Zac Medico2007-06-271-1/+5
| | | | svn path=/main/trunk/; revision=7055
* Format the callstack indentation more like it used to be.Zac Medico2007-06-271-2/+2
| | | | svn path=/main/trunk/; revision=7050
* Send the ebuild die message through eerror and make sure that elog_process() ↵Zac Medico2007-06-271-17/+18
| | | | | | gets called when an ebuild dies. This makes the elog echo module display the die message last in case other elog messages push the original die message off of the top of the screen. svn path=/main/trunk/; revision=7047
* For bug #180706, add sorting and a trailing newline in the rest of the cases ↵Zac Medico2007-06-242-2/+4
| | | | | | where the world file is written. svn path=/main/trunk/; revision=6999
* Provide a default value for PORTAGE_BINPKG_TMPFILE in case the package phase ↵Zac Medico2007-06-241-0/+2
| | | | | | is called by the ebuild command. svn path=/main/trunk/; revision=6985
* Remove redundant 'Usage: ' from the usage message.Zac Medico2007-06-231-1/+1
| | | | svn path=/main/trunk/; revision=6964
* For bug #182428, make quickpkg exclude config files that are protected by ↵Zac Medico2007-06-221-2/+43
| | | | | | CONFIG_PROTECT. Add a --include-config option that includes all config files and a --include-unmodified-config that includes config files that have not been modified since installation (matching md5sum). svn path=/main/trunk/; revision=6945