gentoolkit.git
17 years agoFix exitcode handling of os.system()
genone [Wed, 30 May 2007 18:03:44 +0000 (18:03 -0000)]
Fix exitcode handling of os.system()

svn path=/; revision=405

17 years agoprefer visible upgrades to masked upgrades
genone [Wed, 30 May 2007 17:55:28 +0000 (17:55 -0000)]
prefer visible upgrades to masked upgrades

svn path=/; revision=404

17 years agoimprove SLOT handling, add option for emerge-like resolver
genone [Wed, 30 May 2007 17:13:31 +0000 (17:13 -0000)]
improve SLOT handling, add option for emerge-like resolver

svn path=/; revision=403

17 years agoAdd patch from genstef to fix issues from Bug 176337
fuzzyray [Tue, 22 May 2007 21:07:14 +0000 (21:07 -0000)]
Add patch from genstef to fix issues from Bug 176337

svn path=/; revision=402

17 years agoChanged permission check to see if you are either root or belong to the portage group...
fuzzyray [Fri, 11 May 2007 05:40:14 +0000 (05:40 -0000)]
Changed permission check to see if you are either root or belong to the portage group (Bug #177385)

svn path=/; revision=401

17 years agoAdd patch from genstef to fix issues from Bug 176337
fuzzyray [Fri, 11 May 2007 05:18:09 +0000 (05:18 -0000)]
Add patch from genstef to fix issues from Bug 176337

svn path=/; revision=400

17 years agoUpdated eclean to not delete metadata.dtd by default (Bug #176951)
fuzzyray [Fri, 11 May 2007 05:09:48 +0000 (05:09 -0000)]
Updated eclean to not delete metadata.dtd by default (Bug #176951)

svn path=/; revision=399

17 years agoFix incorrect flag status display if a flag appears multiple times in a single location
genone [Thu, 10 May 2007 11:49:39 +0000 (11:49 -0000)]
Fix incorrect flag status display if a flag appears multiple times in a single location

svn path=/; revision=398

17 years agoAdd included_headers.sh and linking_libs.sh from dberkholz
fuzzyray [Wed, 9 May 2007 18:20:09 +0000 (18:20 -0000)]
Add included_headers.sh and linking_libs.sh from dberkholz

svn path=/; revision=397

17 years ago- always keep the non compressed version around
solar [Sun, 29 Apr 2007 03:15:05 +0000 (03:15 -0000)]
- always keep the non compressed version around

svn path=/; revision=396

17 years agoRe-added subversion/git support with fixes from genstef. (Bug #136048)
fuzzyray [Wed, 25 Apr 2007 15:09:30 +0000 (15:09 -0000)]
Re-added subversion/git support with fixes from genstef. (Bug #136048)

svn path=/; revision=395

17 years agoRemove etcat and qpkg from Makefile so that they are no longer installed
fuzzyray [Tue, 24 Apr 2007 18:57:03 +0000 (18:57 -0000)]
Remove etcat and qpkg from Makefile so that they are no longer installed

svn path=/; revision=394

17 years agoFix minor spacing issue in equery depends output
fuzzyray [Tue, 24 Apr 2007 18:55:52 +0000 (18:55 -0000)]
Fix minor spacing issue in equery depends output

svn path=/; revision=393

17 years agoAdded man page
fuzzyray [Tue, 24 Apr 2007 17:12:29 +0000 (17:12 -0000)]
Added man page

svn path=/; revision=392

17 years agoModify Makefile to install man page
fuzzyray [Tue, 24 Apr 2007 17:02:06 +0000 (17:02 -0000)]
Modify Makefile to install man page

svn path=/; revision=391

17 years ago- park man page in svn
solar [Tue, 24 Apr 2007 16:44:13 +0000 (16:44 -0000)]
- park man page in svn

svn path=/; revision=390

17 years agoMove genpkgindex and epkginfo to /usr/bin
fuzzyray [Mon, 23 Apr 2007 20:46:11 +0000 (20:46 -0000)]
Move genpkgindex and epkginfo to /usr/bin

svn path=/; revision=389

17 years agoFix string join methods Bug #175050
fuzzyray [Thu, 19 Apr 2007 02:31:01 +0000 (02:31 -0000)]
Fix string join methods Bug #175050

svn path=/; revision=388

17 years ago- add bzip2 compression option
solar [Fri, 13 Apr 2007 23:40:24 +0000 (23:40 -0000)]
- add bzip2 compression option

svn path=/; revision=387

17 years agoChange equery uses command to display the best matching
fuzzyray [Wed, 11 Apr 2007 02:12:08 +0000 (02:12 -0000)]
Change equery uses command to display the best matching
uninstalled package version if an uninstalled package is specified.
Changed the meaning of -a to mean display all versions. (Bug #152325)

svn path=/; revision=386

17 years agoFix path and fully qualified paths for bug 172969
fuzzyray [Wed, 11 Apr 2007 01:22:01 +0000 (01:22 -0000)]
Fix path and fully qualified paths for bug 172969

svn path=/; revision=385

17 years agoFix path and fully qualified paths for bug 172969
antarus [Sun, 1 Apr 2007 07:09:41 +0000 (07:09 -0000)]
Fix path and fully qualified paths for bug 172969

svn path=/; revision=384

17 years agoFix syntax error from string module cleanup
fuzzyray [Sun, 1 Apr 2007 06:11:34 +0000 (06:11 -0000)]
Fix syntax error from string module cleanup

svn path=/; revision=383

17 years agoAdd support for new-style imports while keeping support for old imports as a fallback
antarus [Sun, 1 Apr 2007 05:13:21 +0000 (05:13 -0000)]
Add support for new-style imports while keeping support for old imports as a fallback

svn path=/; revision=382

17 years agoremove needless imports
antarus [Sun, 1 Apr 2007 05:09:38 +0000 (05:09 -0000)]
remove needless imports

svn path=/; revision=381

17 years agoremove outdated usage of 'types'
antarus [Sun, 1 Apr 2007 05:03:35 +0000 (05:03 -0000)]
remove outdated usage of 'types'

svn path=/; revision=380

17 years agoremove string module
antarus [Sun, 1 Apr 2007 05:00:46 +0000 (05:00 -0000)]
remove string module

svn path=/; revision=379

17 years agoremove string module from etcat, fix import syntax
antarus [Sun, 1 Apr 2007 04:58:42 +0000 (04:58 -0000)]
remove string module from etcat, fix import syntax

svn path=/; revision=378

17 years agoremove string usage as it's obsolete
antarus [Sun, 1 Apr 2007 04:52:01 +0000 (04:52 -0000)]
remove string usage as it's obsolete

svn path=/; revision=377

17 years agoremove string usage as it's obsolete
antarus [Sun, 1 Apr 2007 04:50:56 +0000 (04:50 -0000)]
remove string usage as it's obsolete

svn path=/; revision=376

17 years agoremove deprecated string module usage, apparently string was never imported so I...
antarus [Sun, 1 Apr 2007 04:22:28 +0000 (04:22 -0000)]
remove deprecated string module usage, apparently string was never imported so I have no idea how this worked before :P

svn path=/; revision=375

17 years agoRemove deprecated string module and import syntax
antarus [Sun, 1 Apr 2007 04:20:51 +0000 (04:20 -0000)]
Remove deprecated string module and import syntax

svn path=/; revision=374

17 years agoRemove deprecated string module and import syntax
antarus [Sun, 1 Apr 2007 04:20:21 +0000 (04:20 -0000)]
Remove deprecated string module and import syntax

svn path=/; revision=373

17 years agoRemove outdated string usage, import syntax
antarus [Sun, 1 Apr 2007 04:18:10 +0000 (04:18 -0000)]
Remove outdated string usage, import syntax

svn path=/; revision=372

17 years agoNuke usage of outdated string module, reformat imports
antarus [Sun, 1 Apr 2007 04:15:46 +0000 (04:15 -0000)]
Nuke usage of outdated string module, reformat imports

svn path=/; revision=371

17 years agoremove deprecated string usage
antarus [Sun, 1 Apr 2007 03:42:49 +0000 (03:42 -0000)]
remove deprecated string usage

svn path=/; revision=370

17 years ago Fix traceback in equery which (Bug #134053)
fuzzyray [Sat, 31 Mar 2007 22:39:20 +0000 (22:39 -0000)]
 Fix traceback in equery which (Bug #134053)

svn path=/; revision=369

17 years agoChange package.get_???_deps() methods to try the portage tree first, since emerge...
fuzzyray [Thu, 29 Mar 2007 22:17:01 +0000 (22:17 -0000)]
Change package.get_???_deps() methods to try the portage tree first, since emerge always uses the portage tree for dependencies. (Bug #164678)

svn path=/; revision=368

17 years agoConvert deprecated string functions to str methods
fuzzyray [Thu, 29 Mar 2007 17:58:29 +0000 (17:58 -0000)]
Convert deprecated string functions to str methods

svn path=/; revision=367

17 years agoRemove subversion/git patch due to many bugs
fuzzyray [Sun, 25 Mar 2007 05:40:22 +0000 (05:40 -0000)]
Remove subversion/git patch due to many bugs

svn path=/; revision=366

17 years agoFix Makefile to be portable (Bug #168983)
fuzzyray [Sat, 24 Mar 2007 17:17:42 +0000 (17:17 -0000)]
Fix Makefile to be portable (Bug #168983)

svn path=/; revision=365

17 years agoechangelog: Updated to support git and subversion (Bug #136048)
fuzzyray [Sat, 24 Mar 2007 17:06:06 +0000 (17:06 -0000)]
echangelog: Updated to support git and subversion (Bug #136048)

svn path=/; revision=364

17 years agoFix broken processing of new ebuilds. (Bug #172017)
fuzzyray [Sat, 24 Mar 2007 15:40:00 +0000 (15:40 -0000)]
Fix broken processing of new ebuilds. (Bug #172017)

svn path=/; revision=363

17 years agoRe-apply subversion patch
fuzzyray [Wed, 21 Mar 2007 15:52:59 +0000 (15:52 -0000)]
Re-apply subversion patch

svn path=/; revision=362

17 years agoChange --no-color to --nocolor for consistency within gentoolkit. (Bug #165165)
fuzzyray [Sun, 18 Mar 2007 18:27:55 +0000 (18:27 -0000)]
Change --no-color to --nocolor for consistency within gentoolkit. (Bug #165165)

svn path=/; revision=361

17 years agoRemove space in #! line
fuzzyray [Sun, 18 Mar 2007 18:15:47 +0000 (18:15 -0000)]
Remove space in #! line

svn path=/; revision=360

17 years agoFix typo in package.py (Bug #168347)
fuzzyray [Sat, 17 Mar 2007 02:41:14 +0000 (02:41 -0000)]
Fix typo in package.py (Bug #168347)

svn path=/; revision=359

17 years agoFix equery check to not fail for symlinks prefixed with ./ (Bug #170702)
fuzzyray [Fri, 16 Mar 2007 03:13:03 +0000 (03:13 -0000)]
Fix equery check to not fail for symlinks prefixed with ./ (Bug #170702)

svn path=/; revision=358

17 years agoTrim trailing slash from query for equery belongs command (Bug #170981)
fuzzyray [Thu, 15 Mar 2007 03:33:44 +0000 (03:33 -0000)]
Trim trailing slash from query for equery belongs command (Bug #170981)

svn path=/; revision=357

17 years agoFix bug with --package-names option not rebuilding packages (Bug #169761)
fuzzyray [Wed, 14 Mar 2007 03:01:04 +0000 (03:01 -0000)]
Fix bug with --package-names option not rebuilding packages (Bug #169761)

svn path=/; revision=356

17 years agoAdd --depth option to equery depgraph to limit the depth of the dependency graph...
fuzzyray [Sat, 10 Mar 2007 22:55:32 +0000 (22:55 -0000)]
Add --depth option to equery depgraph to limit the depth of the dependency graph. (Bug #115807)

svn path=/; revision=355

17 years agoAdd support to detect "no version information available" message from ldd (Bug #169973)
fuzzyray [Sat, 10 Mar 2007 03:41:00 +0000 (03:41 -0000)]
Add support to detect "no version information available" message from ldd (Bug #169973)

svn path=/; revision=354

17 years agoImproved handling of KeyError in equery depends command (Bug #169929).
fuzzyray [Fri, 9 Mar 2007 04:08:33 +0000 (04:08 -0000)]
Improved handling of KeyError in equery depends command (Bug #169929).

svn path=/; revision=353

17 years agoImproved handling of KeyError in equery depends command (Bug #169929).
fuzzyray [Fri, 9 Mar 2007 04:05:19 +0000 (04:05 -0000)]
Improved handling of KeyError in equery depends command (Bug #169929).

svn path=/; revision=352

17 years agoUpdate revdep-rebuild to use --deep instead of --emptytree for ordering algorithm
fuzzyray [Wed, 7 Mar 2007 19:41:19 +0000 (19:41 -0000)]
Update revdep-rebuild to use --deep instead of --emptytree for ordering algorithm

svn path=/; revision=351

17 years agoAdd epkginfo to Makefile
fuzzyray [Wed, 7 Mar 2007 19:39:31 +0000 (19:39 -0000)]
Add epkginfo to Makefile

svn path=/; revision=350

17 years agoDisplay access info in verbose list mode
genone [Mon, 26 Feb 2007 18:24:02 +0000 (18:24 -0000)]
Display access info in verbose list mode

svn path=/; revision=349

17 years agoUpdate echangelog to support Subversion and git. Bug #136048
fuzzyray [Mon, 19 Feb 2007 18:07:34 +0000 (18:07 -0000)]
Update echangelog to support Subversion and git. Bug #136048

svn path=/; revision=348

17 years ago- update README
solar [Thu, 15 Feb 2007 19:22:38 +0000 (19:22 -0000)]
- update README

svn path=/; revision=347

17 years ago- add Makefile
solar [Mon, 5 Feb 2007 20:38:38 +0000 (20:38 -0000)]
- add Makefile

svn path=/; revision=346

17 years ago- fix up some whitespaces and use portage_const.CACHE_PATH+/xpak/ vs $PORTAGE_TMPDIR...
solar [Mon, 5 Feb 2007 19:43:26 +0000 (19:43 -0000)]
- fix up some whitespaces and use portage_const.CACHE_PATH+/xpak/ vs $PORTAGE_TMPDIR/.xpak

svn path=/; revision=345

17 years ago- add caching backend for tarballs,xpak,checksums. Consecutive runs on 901 pkgs went...
solar [Mon, 5 Feb 2007 01:58:18 +0000 (01:58 -0000)]
- add caching backend for tarballs,xpak,checksums. Consecutive runs on 901 pkgs went from 60s down to 1.5s. initial run went up by 9s. the cache should detect stale .xpak files to and clean up after itself to minimize disk usage

svn path=/; revision=344

17 years ago- initial import of epkginfo
solar [Sun, 4 Feb 2007 22:14:10 +0000 (22:14 -0000)]
- initial import of epkginfo

svn path=/; revision=343

17 years agoDerive getopt parameters from optionmap
genone [Wed, 31 Jan 2007 13:22:00 +0000 (13:22 -0000)]
Derive getopt parameters from optionmap

svn path=/; revision=342

17 years agoFix accidental mangling of the #! line
fuzzyray [Wed, 24 Jan 2007 18:38:35 +0000 (18:38 -0000)]
Fix accidental mangling of the #! line

svn path=/; revision=341

17 years agoSimplify find_best_match(), since it was causing Bug #161995, and portage now handles...
fuzzyray [Wed, 24 Jan 2007 18:27:10 +0000 (18:27 -0000)]
Simplify find_best_match(), since it was causing Bug #161995, and portage now handles virtuals fairly well

svn path=/; revision=340

17 years agoFix find_world_packages() to be able to open the world file
fuzzyray [Fri, 12 Jan 2007 00:09:12 +0000 (00:09 -0000)]
Fix find_world_packages() to be able to open the world file

svn path=/; revision=339

17 years agoFix cosmetic error in Makefile
fuzzyray [Fri, 12 Jan 2007 00:07:07 +0000 (00:07 -0000)]
Fix cosmetic error in Makefile

svn path=/; revision=338

17 years agoFix get_dependants() to raise an Exception instead of a string (Bug 137783)
fuzzyray [Thu, 11 Jan 2007 05:05:03 +0000 (05:05 -0000)]
Fix get_dependants() to raise an Exception instead of a string (Bug 137783)

svn path=/; revision=337

17 years agoDo not install epkgmove, deprecate gensync for gentoolkit-dev
fuzzyray [Wed, 10 Jan 2007 21:03:54 +0000 (21:03 -0000)]
Do not install epkgmove, deprecate gensync for gentoolkit-dev

svn path=/; revision=336

17 years agoAdded caching to speed up equery depends --indirect command
fuzzyray [Mon, 8 Jan 2007 22:41:04 +0000 (22:41 -0000)]
Added caching to speed up equery depends --indirect command

svn path=/; revision=335

17 years agoFix misaligned output. Bug 125890
fuzzyray [Mon, 8 Jan 2007 21:34:17 +0000 (21:34 -0000)]
Fix misaligned output. Bug 125890

svn path=/; revision=334

17 years agoFix equery depends --indirect command. (Bug #124552)
fuzzyray [Tue, 2 Jan 2007 22:53:08 +0000 (22:53 -0000)]
Fix equery depends --indirect command. (Bug #124552)

svn path=/; revision=333

17 years agoFix get_provide() method to also work for uninstalled packages
fuzzyray [Tue, 2 Jan 2007 20:57:36 +0000 (20:57 -0000)]
Fix get_provide() method to also work for uninstalled packages

svn path=/; revision=332

17 years agoFix get_provides() method
fuzzyray [Tue, 2 Jan 2007 20:23:09 +0000 (20:23 -0000)]
Fix get_provides() method

svn path=/; revision=331

17 years agoFix typo in man page (Bug 159637)
fuzzyray [Mon, 1 Jan 2007 21:49:21 +0000 (21:49 -0000)]
Fix typo in man page (Bug 159637)

svn path=/; revision=330

17 years agoReworked equery depends command to be more accurate
fuzzyray [Sun, 31 Dec 2006 07:21:54 +0000 (07:21 -0000)]
Reworked equery depends command to be more accurate

svn path=/; revision=329

17 years agoFix handling of /etc/portage/package.mask
fuzzyray [Wed, 13 Dec 2006 16:12:25 +0000 (16:12 -0000)]
Fix handling of /etc/portage/package.mask

svn path=/; revision=328

17 years agoAdd --tree option to equery files command. (Bug #62898)
fuzzyray [Tue, 12 Dec 2006 22:22:44 +0000 (22:22 -0000)]
Add --tree option to equery files command. (Bug #62898)

svn path=/; revision=327

17 years agoFix equery depends command to actually list all dependencies
fuzzyray [Tue, 12 Dec 2006 20:15:58 +0000 (20:15 -0000)]
Fix equery depends command to actually list all dependencies

svn path=/; revision=326

17 years agoModify equery size command to work like the equery list command for pkgspec arguments
fuzzyray [Wed, 6 Dec 2006 22:27:20 +0000 (22:27 -0000)]
Modify equery size command to work like the equery list command for pkgspec arguments

svn path=/; revision=325

17 years agoFix typographical error in eclean help and man page. (Bug #156243)
fuzzyray [Mon, 27 Nov 2006 21:14:58 +0000 (21:14 -0000)]
Fix typographical error in eclean help and man page. (Bug #156243)

svn path=/; revision=324

17 years ago- be sure to strip newlines and join whitespace. Brian Harring from Bug 151657
solar [Thu, 19 Oct 2006 00:27:52 +0000 (00:27 -0000)]
- be sure to strip newlines and join whitespace. Brian Harring from Bug 151657

svn path=/; revision=323

17 years agoFix fileAsStr to understand device files
fuzzyray [Wed, 11 Oct 2006 20:32:07 +0000 (20:32 -0000)]
Fix fileAsStr to understand device files

svn path=/; revision=322

17 years ago- introduce new serialize_depset function and minor cleanups from ferringb. I added...
solar [Wed, 11 Oct 2006 17:07:14 +0000 (17:07 -0000)]
- introduce new serialize_depset function and minor cleanups from ferringb. I added a little more filtering to the vmask variable etc.

svn path=/; revision=321

17 years agoFix quoting bug in get_real_path()
fuzzyray [Sat, 7 Oct 2006 08:12:07 +0000 (08:12 -0000)]
Fix quoting bug in get_real_path()

svn path=/; revision=320

17 years agoAdding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz
fuzzyray [Fri, 22 Sep 2006 03:44:23 +0000 (03:44 -0000)]
Adding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz

svn path=/; revision=319

17 years agoAdding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz
fuzzyray [Fri, 22 Sep 2006 03:29:28 +0000 (03:29 -0000)]
Adding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz

svn path=/; revision=318

17 years agoFix bug in Slotting logic when using --package-names
fuzzyray [Sun, 17 Sep 2006 23:22:16 +0000 (23:22 -0000)]
Fix bug in Slotting logic when using --package-names

svn path=/; revision=317

17 years agoUpdated Changelog
fuzzyray [Sun, 17 Sep 2006 16:18:12 +0000 (16:18 -0000)]
Updated Changelog

svn path=/; revision=316

17 years agoChanged spelling of Skipp to Skip
fuzzyray [Mon, 4 Sep 2006 05:20:14 +0000 (05:20 -0000)]
Changed spelling of Skipp to Skip

svn path=/; revision=315

17 years agoRemove unused environment variables before calling emerge. Bug #142074
fuzzyray [Sun, 3 Sep 2006 22:23:15 +0000 (22:23 -0000)]
Remove unused environment variables before calling emerge. Bug #142074

svn path=/; revision=314

17 years agoCheck for permissions to write temporary files. Bug #142308
fuzzyray [Sun, 3 Sep 2006 21:26:12 +0000 (21:26 -0000)]
Check for permissions to write temporary files. Bug #142308

svn path=/; revision=313

17 years agoMinor updates to man page
fuzzyray [Sun, 3 Sep 2006 20:55:07 +0000 (20:55 -0000)]
Minor updates to man page

svn path=/; revision=312

17 years ago- update genpkgindex to include PDEPEND and PROVIDE
solar [Sun, 20 Aug 2006 16:04:15 +0000 (16:04 -0000)]
- update genpkgindex to include PDEPEND and PROVIDE

svn path=/; revision=311

17 years agoadd --mail option to manpage, fix typo in --help message
genone [Sat, 12 Aug 2006 04:20:37 +0000 (04:20 -0000)]
add --mail option to manpage, fix typo in --help message

svn path=/; revision=310

17 years agoadd mail option to send out vulnerability reports
genone [Sat, 12 Aug 2006 04:17:51 +0000 (04:17 -0000)]
add mail option to send out vulnerability reports

svn path=/; revision=309

17 years agoadd mail option to send out vulnerability reports
genone [Sat, 12 Aug 2006 04:15:17 +0000 (04:15 -0000)]
add mail option to send out vulnerability reports

svn path=/; revision=308

17 years agoReplace calls to readlink with bash function
fuzzyray [Tue, 1 Aug 2006 03:55:02 +0000 (03:55 -0000)]
Replace calls to readlink with bash function

svn path=/; revision=307

17 years agoAdded patch to fix revdep-rebuild bug #37485
fuzzyray [Fri, 28 Jul 2006 20:01:51 +0000 (20:01 -0000)]
Added patch to fix revdep-rebuild bug #37485

svn path=/; revision=306