summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-233-6/+6
* Inside summarylist(), it's possible for myglsa.packages.keys() to containZac Medico2009-02-211-1/+1
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-2/+2
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-02-191-15/+12
* For python-3.0 compatibility, raise a real exception instead of a string.Zac Medico2009-02-191-2/+2
* Bug #230483 - Convert glsa-check option parsing to use the optparse module.Zac Medico2009-02-191-93/+71
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-02-191-4/+0
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-02-182-13/+1
* unify code for unpacking of tar filesMike Frysinger2009-02-161-23/+13
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-02-151-1/+1
* Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl PorcelZac Medico2009-02-141-0/+3
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-02-121-0/+1
* * Remove outdated comment about qa_source() return value (with typo).Zac Medico2009-02-121-2/+2
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-02-091-4/+9
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-3/+3
* add support for .xz compressed files like .lzmaMike Frysinger2009-02-081-0/+8
* Filter the new hasg and hasgq functions inside save_ebuild_env().Zac Medico2009-02-071-1/+2
* Escape globs in hasgq arguments in order to prevent bash from tryingZac Medico2009-02-071-3/+3
* cleanup econf() code -- use hasg* funcs in multilib code to avoid wrong/dupli...Mike Frysinger2009-02-071-49/+20
* fix previous commit -- hasq isnt as cool as i thought and doesnt accept globs...Mike Frysinger2009-02-071-1/+7
* fix --libdir detection when econf is passed whitespace/empty arguments ... th...Mike Frysinger2009-02-071-1/+1
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* - hardened gets way to many misfiled bugs related to qa-execstack. Make it cl...Ned Ludd2009-01-281-0/+2
* Add messages before and after the src_prepare phase. Thanks to Arfrever forZac Medico2009-01-251-0/+2
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDZac Medico2009-01-181-0/+2
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-161-1/+1
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-161-1/+2
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-141-2/+0
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-141-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-111-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-101-0/+12
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-091-1/+13
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-081-5/+16
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-071-3/+17
* For completeness, ensure that any INODE_* are unset before beginning.Zac Medico2009-01-071-0/+2
* Fix quoting for variable assignment with eval, from previous commit.Zac Medico2009-01-071-1/+1
* Bug #252354 - Ensure that hardlinked files are not processed multiple timesZac Medico2009-01-071-5/+22
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-031-0/+2
* - tell the user where we unpacked the sourceNed Ludd2009-01-021-1/+1
* export STRIP_MASK automaticallyMike Frysinger2009-01-011-0/+1
* dont force people to match leading $D in STRIP_MASKMike Frysinger2009-01-011-1/+1
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2008-12-291-0/+3
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2008-12-291-2/+2
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2008-12-291-0/+14
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2008-12-281-7/+18
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-261-0/+6
* scan archives of objects for exec stacksMike Frysinger2008-12-251-3/+3
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-241-0/+1