Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update old Gentoo project namegentoolkit-dev | Mike Frysinger | 2017-03-22 | 2 | -2/+2 |
| | |||||
* | AUTHORS: fix some typos | Mike Frysinger | 2017-03-22 | 1 | -2/+2 |
| | |||||
* | imlate: initial move to pym/gentoolkit directory in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 3 | -0/+0 |
| | |||||
* | ebump: Initial move to base gentoolkit directory in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 6 | -0/+0 |
| | |||||
* | ekeyword: Initial move to pym/gentoolkit directory in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 15 | -0/+0 |
| | |||||
* | Remove .gitignore in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 1 | -3/+0 |
| | |||||
* | Rename AUTHORS in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 1 | -0/+0 |
| | |||||
* | Remove COPYING file in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 1 | -340/+0 |
| | |||||
* | Remove no longer needed readme and todo files in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 4 | -91/+0 |
| | |||||
* | Remove makedefs.mak in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 1 | -24/+0 |
| | |||||
* | Remove Makefile* in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 2 | -76/+0 |
| | |||||
* | Remove Changelog in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 1 | -1019/+0 |
| | |||||
* | Remove DEPRECATED in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 22 | -1879/+0 |
| | |||||
* | Move echangelog to DEPRECATED in prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 9 | -0/+0 |
| | |||||
* | Move eviewcvs to DEPRECATED to prep for gentoolkit merge | Brian Dolbec | 2017-03-22 | 5 | -0/+0 |
| | |||||
* | ekeyword: make pytest work out of the box | Mike Frysinger | 2017-03-07 | 2 | -0/+4 |
| | |||||
* | ekeyword: add support for regenerating manifests | Mike Frysinger | 2017-03-07 | 2 | -15/+42 |
| | | | | | Since many ebuilds live in overlays with manifest checking turned on, add a flag to easily regen the manifest files after we modify them. | ||||
* | ekeyword: misc source touchups | Mike Frysinger | 2017-03-07 | 2 | -2/+13 |
| | | | | No functional changes here! | ||||
* | ekeyword: enable bad-whitespace check | Mike Frysinger | 2017-02-18 | 1 | -1/+0 |
| | |||||
* | ekeyword: add a linter helpergentoolkit-dev-0.3.1 | Mike Frysinger | 2017-02-16 | 4 | -4/+99 |
| | |||||
* | ekeyword: change --version to use builtin version action | Mike Frysinger | 2017-02-16 | 2 | -7/+9 |
| | | | | Minor clean up here. | ||||
* | echangelog: Add fallback text in case skel.ChangeLog is missing | Mike Gilbert | 2016-03-19 | 1 | -4/+11 |
| | | | | Bug: https://bugs.gentoo.org/577790 | ||||
* | ekeyword: fix "all" keyword handling w/-keywords | Mike Frysinger | 2016-01-27 | 2 | -0/+16 |
| | | | | | When an ebuild has a keyword like '-sparc', we don't want the magic "all" or "~all" keywords to change it to 'sparc' or '~sparc'. | ||||
* | ekeyword: allow passing arch_status={} to disable profile logic | Mike Frysinger | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | ekeyword: fix crash when passing "" as the archgentoolkit-dev-0.3.0 | Mike Frysinger | 2015-04-04 | 2 | -1/+5 |
| | |||||
* | ekeyword: fix unused variable warnings | Mike Frysinger | 2015-04-04 | 1 | -3/+3 |
| | |||||
* | ekeyword: change "format" to "style" to avoid pylint warning | Mike Frysinger | 2015-04-04 | 2 | -34/+34 |
| | | | | Python provides a builtin "format" we don't want to clobber. | ||||
* | ekeyword: Fix inconsistent use of tabs for indentation. | Mike Gilbert | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gentoolkit-dev' of ↵ | Christian Ruppert | 2014-11-15 | 1 | -10/+63 |
|\ | | | | | | | git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit-dev | ||||
| * | ekeyword: fill out documentation and tweak API | Mike Frysinger | 2014-11-13 | 1 | -10/+63 |
| | | | | | | | | Basically clean things up for people using ekeyword as a module. | ||||
* | | Generate echangelog.1 (manpage) and delete the old, separate one. We use ↵ | Christian Ruppert | 2014-11-15 | 4 | -274/+11 |
| | | | | | | | | Pod::Usage and pod2man now | ||||
* | | echangelog: incorporate man page in script and make use of Pod::Usage for ↵ | Patrice Clement | 2014-11-15 | 1 | -23/+198 |
|/ | | | | displaying it | ||||
* | echangelog: get rid of useless hash calls down to only one | Patrice Clement | 2014-11-08 | 1 | -9/+11 |
| | |||||
* | ekeyword: ignore "*" when processing "all" | Mike Frysinger | 2014-01-27 | 2 | -5/+7 |
| | | | | Reported-by: Jeroen Roovers <jer@gentoo.org> | ||||
* | ekeyword: fix python3 compat issues | Mike Gilbert | 2014-01-25 | 1 | -22/+14 |
| | | | | Get the unittests passing w/python-3.3. | ||||
* | ekeyword: skip known paths rather than fail | Mike Frysinger | 2014-01-20 | 1 | -5/+32 |
| | | | | | | | | | There are commonly files in an ebuild dir that we don't care about. Issue a warning, but otherwise skip them without aborting. This let's you do things like: ekeyword x86 some-package/* Which is nice when you know there's only one or two ebuilds in there. | ||||
* | ekeyword: make quiet/verbose flags a bit more flexible | Mike Frysinger | 2014-01-20 | 2 | -11/+11 |
| | | | | This allows for multiple levels of verbose/quiet. | ||||
* | ekeyword: fix keyword sorting between platforms | Mike Frysinger | 2014-01-20 | 3 | -9/+25 |
| | | | | | | | We need to sort first upon the platform (part after the '-') before we look at the arch at all. Reported-by: Ulrich Mueller <ulm@gentoo.org> | ||||
* | ekeyword: make sure ~all does not expand into entire arch list | Mike Frysinger | 2014-01-20 | 2 | -1/+4 |
| | |||||
* | ekeyword: rewrite in python | Mike Frysinger | 2014-01-19 | 16 | -480/+1171 |
| | | | | | | A clean rewrite from scratch with unittests all that goodness. URL: https://bugs.gentoo.org/267565 | ||||
* | Fix echangelog test | Christian Ruppert | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Further improve the dist target | Christian Ruppert | 2013-05-11 | 1 | -0/+1 |
| | |||||
* | Minorgentoolkit-dev-0.2.8.3 | Christian Ruppert | 2013-05-11 | 1 | -3/+4 |
| | |||||
* | Refactor pipe handle close | Christian Ruppert | 2013-05-11 | 1 | -2/+2 |
| | |||||
* | Remove pipe chars | Christian Ruppert | 2013-05-11 | 1 | -4/+4 |
| | |||||
* | Some cleanup | Christian Ruppert | 2013-05-11 | 1 | -7/+7 |
| | |||||
* | Don't use constants for file/pipe handles | Christian Ruppert | 2013-05-11 | 1 | -44/+46 |
| | |||||
* | Fix closing pipe handle | Christian Ruppert | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Fix bug #454782 by config the user name and email | Wang Jiajun | 2013-05-11 | 1 | -1/+7 |
| | |||||
* | Add clean target for echangelog | Christian Ruppert | 2013-05-11 | 1 | -0/+3 |
| |