summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add 'return False' which was missing from the previous commit.Arfrever Frehtes Taifersar Arahesis2009-08-171-0/+1
* Print a warning when nonexistent files have been passed to dohtml.Arfrever Frehtes Taifersar Arahesis2009-08-171-1/+3
* Use elog in _eapi0_pkg_nofetch().Zac Medico2009-08-151-2/+2
* Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side.Zac Medico2009-08-151-1/+1
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-111-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1113-14/+25
* This is an unused commandline interface to xpak.xpak().Zac Medico2009-08-101-18/+0
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-0/+7
* This is an uneeded script for parsing ldd output.Zac Medico2009-08-101-44/+0
* This definitely obsolete.Zac Medico2009-08-101-31/+0
* This is an obsolete shell script for applying package moves vardb entry.Zac Medico2009-08-101-20/+0
* This script is obsolete since manifest 2.Zac Medico2009-08-101-100/+0
* This old script does checksums on installed files. People use equery for thisZac Medico2009-08-101-66/+0
* This is a commandline interface to pkgsplit() that probably isn't used byZac Medico2009-08-101-20/+0
* This is an old emerge profiling script that probably doesn't work.Zac Medico2009-08-101-44/+0
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-1/+8
* Fix typo in comment. Thanks to Arfrever.Zac Medico2009-08-091-2/+2
* Bug #280690 - Fix incorrect idendification of start quote as end quote whenZac Medico2009-08-091-1/+6
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-14/+15
* Move global portage import to the top and add writemsg andZac Medico2009-08-081-20/+23
* Simplify command introspection inside usage().Zac Medico2009-08-081-6/+3
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-6/+6
* Filter PORTAGE_NONFATAL from the environment where appropriate.Zac Medico2009-08-061-1/+1
* Implement nonfatal().Arfrever Frehtes Taifersar Arahesis2009-08-061-0/+16
* Bug #277537 - Synchronize order of PATH elements with the order defined byZac Medico2009-08-061-2/+2
* Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał GórnyZac Medico2009-08-061-1/+1
* Decode arguments to unicode if necessary (needed at least for unicode fileZac Medico2009-08-041-2/+7
* Bug #280320 - Fix broken _emerge.main ImportError handler..Zac Medico2009-08-041-1/+1
* Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicodeZac Medico2009-08-041-13/+3
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-041-3/+5
* Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.Zac Medico2009-08-031-4/+5
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-033-25/+1
* Add a python-based setsid script for use with USERLAND=BSD.Zac Medico2009-07-302-2/+15
* Fix breakage in owners() handling of abs paths.Zac Medico2009-07-301-1/+1
* Move the setsid code (from bug #278895) as early as possible.Zac Medico2009-07-301-18/+17
* Inside die(), only send the signal for subshell die support when we areZac Medico2009-07-301-1/+1
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-302-1/+13
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-0/+8
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-2/+4
* For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make argumentsZac Medico2009-07-171-0/+2
* align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/SparcFabian Groffen2009-07-161-1/+1
* add hppa64 to the 64bit list as pointed out by Michael HaubenwallnerMike Frysinger2009-07-161-1/+1
* Bug #273640 - Add --disable-dependency-tracking to econf arguments forZac Medico2009-07-061-0/+5
* Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emergeZac Medico2009-07-061-2/+16
* Bug #273631 - Add default src_install implementation for EAPI 3. Thanks toZac Medico2009-07-061-0/+21
* Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and simplify setting it for...Arfrever Frehtes Taifersar Arahesis2009-07-031-10/+4
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-14/+10
* Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks toZac Medico2009-06-281-1/+5
* make sure etc-update sorts updates in the order (1) leading dir path (2) file...Mike Frysinger2009-06-281-2/+2
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+3