aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* update old Gentoo project nameMike Frysinger2017-03-226-6/+6
|
* imlate: Initial updates for the gentoolkit eco-systemBrian Dolbec2017-03-221-0/+45
|
* ekeyword: Initial updates for gentoolkit eco-systemBrian Dolbec2017-03-221-0/+45
|
* ebump: Add to setup.py, minor update to man pageBrian Dolbec2017-03-221-3/+4
| | | | Update script to use VERSION like the other scripts
* Add README 'Motivation' info to the scriptBrian Dolbec2017-03-221-1/+4
|
* Initial move of ebump main files to new gentoolkit locationsBrian Dolbec2017-03-221-0/+389
| | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* eread: Fix bash error when the elog directory is emptyPaul Varner2016-10-171-62/+62
| | | | | | | | | | This fixes the following error from bash which causes an infinite loop. /usr/bin/eread: line 64: break: only meaningful in a `for', `while', or `until' loop X-Gentoo-bug: 597132 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=597132
* glsa-check: Apply list only affected versions patch from bug 400763Paul Varner2016-06-061-4/+8
| | | | | | Author: Roland Hopferwieser <gentoo@int0x80.at> X-Gentoo-bug: 400763 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=400763
* euse: Fix 'grep: Unmatched ( or \(' errors with euse -iPaul Varner2015-06-021-1/+1
|
* euse: Fix PORTDIR deprecation message. Bug 505160Paul Varner2015-04-231-61/+16
| | | | | | This change removes the concepts of PORTDIR and PORTDIR_OVERLAY. Portage is moving to the concept of just repositories. This fix searches all repository paths for the USE flag information.
* Fix eread to only display elog files. (Bug 534686)Paul Varner2015-01-231-3/+3
|
* revdep-rebuild.sh: Look for issues with symbols. (Bug 63643)Paul Varner2014-11-111-2/+36
| | | | | | | These changes cause revdep-rebuild.sh to unconditionally look for "Symbol not defined" in ldd -d -r ouput. Additionally, it adds the options -u, --search-symbols to look for "undefined symbol". Using this option will cause false positives in the revdep-rebuild output.
* Fix gawk warning escape sequence \. treated as plain. Bug 526400Paul Varner2014-10-241-1/+1
|
* Update revdep-rebuild.sh to use new path for functions.sh. (Bug 373219)Paul Varner2014-03-061-1/+10
|
* revdep_rebuild: Remove bin/revdep-ng accidently merged in.Brian Dolbec2014-02-121-51/+0
| | | | | Commit: 4335bf979f374300ac6678765f490f92ee805ab4 slis <lis.slawek@gmail.com> (Tue 21 Jan 2014 02:48:32 AM PST) Merged revdep-rebuild branch
* Merged revdep-rebuild branchslis2014-01-211-0/+51
|\
| * new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-04-241-0/+51
| |
* | Handle numbers in package namesVikraman Choudhury2013-11-211-1/+1
| | | | | | | | Fixes bug 491764
* | revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths fromPaul Varner2013-11-191-1/+1
| | | | | | | | | | | | | | ld.so.conf. (Bug 491658) la_SEARCH_DIRS was using SEARCH_DIRS to locate libraries in .la files. This is incorrect, it should be using the standard library path.
* | euse: use portageq for get_portdir function unconditionally.Paul Varner2013-11-051-15/+3
| | | | | | | | | | | | | | Newer versions of portage don't define PORTDIR in make.conf or make.defaults. Additionally, if it is defined, it can still be overridden in repos.conf. Use portageq to ensure we have the correct value.
* | Add fallback to using portageq for get_portdir function.Paul Varner2013-09-101-0/+8
| | | | | | | | | | | | Newer versions of portage no longer define PORTDIR in make.defaults or make.conf. This change uses portageq to get the value of PORTDIR if it is not found in make.defaults or make.conf.
* | Fix Ctrl-C handling when running emerge (Bug 476740).Paul Varner2013-09-101-1/+2
| |
* | Fix use of REVDEP_REBUILD_DEFAULT_OPTS (Bug 484340).Paul Varner2013-09-101-5/+2
| |
* | Copy eclean to exlean-dist and eclean-pkg.Paul Varner2013-09-042-0/+98
| |
* | Convert EMERGE_DEFAULT_OPTS to an array (Bug 482232).Paul Varner2013-08-291-5/+7
| | | | | | | | Patch from zmedico
* | euse: fix looking up portage-2 style parent paths with empty repo nameMichael Marineau2013-07-081-4/+7
| | | | | | | | | | When a parent is defined as ":path/to/profile" the blank name before the colon means the current repo, not the "gentoo" repo.
* | Change behavior and name of REVDEP_DEFAULT_OPTS variable.Paul Varner2013-01-171-10/+11
| | | | | | | | | | | | * Changed name to REVDEP_REBUILD_DEFAULTS_OPTS * Change behavior to have it replace the value of EMERGE_DEFAULT_OPTS.
* | Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS ↵Paul Varner2013-01-141-1/+11
| | | | | | | | for revdep-rebuild.
* | update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec2012-12-224-4/+4
| |
* | drop trailing whitespaceMike Frysinger2012-12-191-61/+61
| | | | | | | | | | | | Should be no functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Fix euse to always prefer /etc/portage/make.conf over /etc/make.conf. Bug 434672Paul Varner2012-09-261-5/+3
| |
* | Add support for the md5-cache metadata format. (Bug 422675)Paul Varner2012-06-201-6/+18
| | | | | | | | | | The gentoo tree is moving to the md5-cache format instead of pms. This add support for reading the md5-cache metadata format.
* | Add support for ':' in the profiles parent file for bug 414961.Paul Varner2012-06-201-1/+26
| | | | | | | | | | | | | | | | | | Bug #414961 allows ':' shorthand to resolve to the ${PORTDIR}/profiles A value before the ':' references the repository, no value means gentoo Example: local:base would refer to the profiles directory in the repository path owned by the 'local' repository
* | Change sed statement in euse to fix bug 410365.Paul Varner2012-05-161-1/+1
| | | | | | | | | | | | | | The sed statement was looking for the useflag as part of the regular expression. Since the input to the statement had already grepped for the relevant entries from use.local.desc, this is unneccessary. Changed the sed statement to look for '(.*) *' instead of '(${1}) *'.
* | Extend eread to allow sorting (bug 413577).Sławomir Nizio2012-04-251-2/+33
| |
* | Fix eread to work on a prefix environment.gentoolkit-0.3.0.6Paul Varner2012-04-111-2/+5
| |
* | Remove incorrect usage of -r flage for egrep (Bug 410137).Paul Varner2012-04-111-1/+1
| |
* | equery: turn sys.argv into a parameterMike Frysinger2012-04-041-1/+1
| | | | | | | | | | | | | | | | This lets other tools import equery and call the main func with its own set of flags. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Paul Varner <fuzzyray@gentoo.org>
* | Add patch from Vitaly Shimansky to fix regex in modify_packages()Paul Varner2012-03-191-1/+1
| |
* | Apply patch from Jared Hancock to disable globbing.Paul Varner2012-03-051-6/+5
| | | | | | | | | | This patch disables shell globbing except where actually needed. This will hopefully fix bug 382219.
* | Update the comment for setting the overlay name.gentoolkit-0.3.0.5Paul Varner2012-02-201-1/+1
| |
* | Change overlay name to match portage when repo_name is not found.Paul Varner2012-02-201-1/+1
| |
* | Fix euse -i to not print errors from 'cat' when determining the repository namePaul Varner2012-02-201-1/+1
| |
* | Fix revdep-rebuild.sh to properly honor emerge return codes.Paul Varner2012-02-161-34/+36
| | | | | | | | This should fix bugs 326923, 351054, and 404065
* | Change the documentation for revdep-rebuild --library.Paul Varner2012-02-061-3/+3
| | | | | | | | | | Change the help output and man page to reflect that --library will unconditionally rebuild the packages with the named library.
* | Fix typo in eusePaul Varner2011-11-281-1/+1
| |
* | Fix revdep-rebuiild to exit correctly with correct error code when emergePaul Varner2011-10-121-2/+3
| | | | | | | | fails. Bug 351054
* | Add missing quotesChristian Ruppert2011-09-071-4/+4
| |
* | Fix traversal of cascading profiles by euse (Bug 379559).Paul Varner2011-08-241-2/+2
| | | | | | | | Thanks to Ian Abbot for the patch!
* | Fix missing parenthises in euse. Bug 376393Paul Varner2011-07-271-1/+1
| |