summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2015-06-02euse: Fix 'grep: Unmatched ( or \(' errors with euse -iPaul Varner
2015-04-23euse: Fix PORTDIR deprecation message. Bug 505160Paul Varner
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.
2015-01-23Fix eread to only display elog files. (Bug 534686)Paul Varner
2014-11-11revdep-rebuild.sh: Look for issues with symbols. (Bug 63643)Paul Varner
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.
2014-10-24Fix gawk warning escape sequence \. treated as plain. Bug 526400Paul Varner
2014-03-06Update revdep-rebuild.sh to use new path for functions.sh. (Bug 373219)Paul Varner
2014-02-12revdep_rebuild: Remove bin/revdep-ng accidently merged in.Brian Dolbec
Commit: 4335bf979f374300ac6678765f490f92ee805ab4 slis <lis.slawek@gmail.com> (Tue 21 Jan 2014 02:48:32 AM PST) Merged revdep-rebuild branch
2014-01-21Merged revdep-rebuild branchslis
2013-11-21Handle numbers in package namesVikraman Choudhury
Fixes bug 491764
2013-11-19revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths fromPaul Varner
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.
2013-11-05euse: use portageq for get_portdir function unconditionally.Paul Varner
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.
2013-09-10Add fallback to using portageq for get_portdir function.Paul Varner
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.
2013-09-10Fix Ctrl-C handling when running emerge (Bug 476740).Paul Varner
2013-09-10Fix use of REVDEP_REBUILD_DEFAULT_OPTS (Bug 484340).Paul Varner
2013-09-04Copy eclean to exlean-dist and eclean-pkg.Paul Varner
2013-08-29Convert EMERGE_DEFAULT_OPTS to an array (Bug 482232).Paul Varner
Patch from zmedico
2013-07-08euse: fix looking up portage-2 style parent paths with empty repo nameMichael Marineau
When a parent is defined as ":path/to/profile" the blank name before the colon means the current repo, not the "gentoo" repo.
2013-01-17Change behavior and name of REVDEP_DEFAULT_OPTS variable.Paul Varner
* Changed name to REVDEP_REBUILD_DEFAULTS_OPTS * Change behavior to have it replace the value of EMERGE_DEFAULT_OPTS.
2013-01-14Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS ↵Paul Varner
for revdep-rebuild.
2012-12-22update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec
2012-12-19drop trailing whitespaceMike Frysinger
Should be no functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-09-26Fix euse to always prefer /etc/portage/make.conf over /etc/make.conf. Bug 434672Paul Varner
2012-06-20Add support for the md5-cache metadata format. (Bug 422675)Paul Varner
The gentoo tree is moving to the md5-cache format instead of pms. This add support for reading the md5-cache metadata format.
2012-06-20Add support for ':' in the profiles parent file for bug 414961.Paul Varner
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
2012-05-16Change sed statement in euse to fix bug 410365.Paul Varner
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}) *'.
2012-04-25Extend eread to allow sorting (bug 413577).Sławomir Nizio
2012-04-11Fix eread to work on a prefix environment.Paul Varner
2012-04-11Remove incorrect usage of -r flage for egrep (Bug 410137).Paul Varner
2012-04-04equery: turn sys.argv into a parameterMike Frysinger
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>
2012-03-19Add patch from Vitaly Shimansky to fix regex in modify_packages()Paul Varner
2012-03-05Apply patch from Jared Hancock to disable globbing.Paul Varner
This patch disables shell globbing except where actually needed. This will hopefully fix bug 382219.
2012-02-20Update the comment for setting the overlay name.Paul Varner
2012-02-20Change overlay name to match portage when repo_name is not found.Paul Varner
2012-02-20Fix euse -i to not print errors from 'cat' when determining the repository namePaul Varner
2012-02-16Fix revdep-rebuild.sh to properly honor emerge return codes.Paul Varner
This should fix bugs 326923, 351054, and 404065
2012-02-06Change the documentation for revdep-rebuild --library.Paul Varner
Change the help output and man page to reflect that --library will unconditionally rebuild the packages with the named library.
2011-11-28Fix typo in eusePaul Varner
2011-10-12Fix revdep-rebuiild to exit correctly with correct error code when emergePaul Varner
fails. Bug 351054
2011-09-07Add missing quotesChristian Ruppert
2011-08-24Fix traversal of cascading profiles by euse (Bug 379559).Paul Varner
Thanks to Ian Abbot for the patch!
2011-07-27Fix missing parenthises in euse. Bug 376393Paul Varner
2011-07-13merge head, fix conflicts, more pylint cleanupdol-sen
2011-07-12Switch revdep-rebuild to python version.Paul Varner
revdep-rebuild.sh is original bash scipt.
2011-07-12new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen
2011-05-28Merge branch 'gentoolkit' of git+ssh://overlays.gentoo.org/proj/gentoolkit ↵Christian Ruppert
into gentoolkit
2011-05-24Change revdep-rebuild to no longer determine the build order. InsteadPaul Varner
we call emerge with --complete-graph=y to build the packages in the correct order.
2011-05-23Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug ↵Paul Varner
368475
2011-05-11Merge branch 'gentoolkit' of ↵Paul Varner
git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
2011-05-11Fix euse to treat PORTDIR the same as an overlay for purposes of printing ↵Paul Varner
the repository name.
2011-05-11analyse namespace change to enalyze and standardize the spelling to use the ↵dol-sen
'z' variant.