aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copy epkginfo to deprecated, in preparation for changing it to an alias for ↵deprecatedfuzzyray2009-12-114-0/+282
| | | | | | equery meta svn path=/trunk/deprecated/; revision=720
* Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵fuzzyray2009-05-05222-13120/+0
| | | | | | gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/deprecated/; revision=589
* Add some useful informations when using $EDITOR.idl0r2009-05-051-3/+43
| | | | svn path=/; revision=587
* Added test targets for echangelog.idl0r2009-05-052-1/+7
| | | | svn path=/; revision=586
* Warn if $vcs has not been found. Minor cleanup.idl0r2009-05-051-26/+12
| | | | svn path=/; revision=585
* Remove genpkgindex and gensync from distributionfuzzyray2009-05-051-3/+3
| | | | svn path=/; revision=584
* Remove echangelog.pod, we will maintain the man page directlyfuzzyray2009-05-051-136/+0
| | | | svn path=/; revision=583
* Add test subdirectory to echanglogfuzzyray2009-05-051-7/+4
| | | | svn path=/; revision=582
* Add patch from kojiro to clean binary package metadata (Bug #266996 and to ↵fuzzyray2009-05-051-12/+43
| | | | | | clean up inconsistent error messages (Bug #268513) svn path=/; revision=581
* Add patch from kojiro to support keyword removal and allfuzzyray2009-05-051-12/+28
| | | | svn path=/; revision=580
* Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A. ↵idl0r2009-05-043-10/+10
| | | | | | | | Smith and Andrey Kislyuk. Whitespace. svn path=/; revision=579
* Fixed keyword sorting.idl0r2009-05-041-2/+6
| | | | svn path=/; revision=578
* Respect profiles/arch.list.idl0r2009-05-041-19/+2
| | | | svn path=/; revision=577
* Whitespace.idl0r2009-05-021-19/+19
| | | | svn path=/; revision=576
* Fixed text_fill, \h is just available in perl >= 5.10 so use hex instead, ↵idl0r2009-05-021-2/+1
| | | | | | thanks to ohnobinki. svn path=/; revision=575
* Don't eat newline, bug 264146.idl0r2009-05-011-2/+24
| | | | svn path=/; revision=574
* Removed duplicate sort call.idl0r2009-05-011-2/+0
| | | | svn path=/; revision=573
* Define a action if no files have been changed, thanks to grobian. That ↵idl0r2009-05-011-1/+6
| | | | | | should prevent "Use of uninitialized value in concatenation" warnings. svn path=/; revision=572
* Fixed stty call.idl0r2009-05-011-1/+1
| | | | svn path=/; revision=571
* Respect $PATH while looking for git, thanks to grobian.idl0r2009-05-011-4/+10
| | | | svn path=/; revision=570
* Add GLEP 53 keywords sorting patch from prefixfuzzyray2009-05-011-0/+4
| | | | svn path=/; revision=569
* Fix typo in Makefilefuzzyray2009-05-013-7/+13
| | | | svn path=/; revision=568
* Add ekeyword rewritten in python to repofuzzyray2009-05-011-0/+93
| | | | svn path=/; revision=567
* Add patch from kojiro to improve bash syntaxfuzzyray2009-05-011-1/+1
| | | | svn path=/; revision=566
* Added support for project-wide variables as suggested in bug 213374. ↵idl0r2009-04-301-8/+34
| | | | | | Improved environment handling. svn path=/; revision=561
* Fixed git detection.idl0r2009-04-301-4/+9
| | | | svn path=/; revision=556
* Add patch from loki_val to check -l dependencies in .la files (Bug #267898)fuzzyray2009-04-302-2/+27
| | | | svn path=/; revision=555
* Fixed indent, migrated to tabs and fixed vim modeline. Cleanup.idl0r2009-04-293-381/+397
| | | | svn path=/; revision=554
* Fixed svn mv/cp detection.idl0r2009-04-291-1/+1
| | | | svn path=/; revision=553
* Update echangelog with updates from idl0rfuzzyray2009-04-282-129/+148
| | | | svn path=/; revision=552
* Add initial test suite from idl0rfuzzyray2009-04-284-0/+254
| | | | svn path=/; revision=551
* Fix bug with multiline KEYWORDS processingfuzzyray2009-04-251-1/+1
| | | | svn path=/; revision=550
* Fix ekeyword to handle multiline KEYWORDSfuzzyray2009-04-243-46/+60
| | | | svn path=/; revision=549
* Inside summarylist(), it's possible for myglsa.packages.keys() to containzmedico2009-02-211-1/+1
| | | | | | | | | | | | | unicode objects, which trigger and exception like this: File "//usr/lib64/portage/pym/portage/dep.py", line 535, in __init__ obj_setattr(self, x, getattr(s, x)) AttributeError: 'unicode' object has no attribute '__eq__' To solve this problem, convert unicode objects to plain str before passing them to the portage api. Thanks to Ned Ludd <solar@g.o> for reporting. svn path=/; revision=548
* Fix typo in normalize_emerge_opts(). Bug #259526fuzzyray2009-02-181-1/+1
| | | | svn path=/; revision=547
* Fix 'Use of uninitialized value' error when processing modified ebuildsfuzzyray2009-02-161-3/+1
| | | | svn path=/; revision=546
* document new optionsvapier2009-02-152-3/+10
| | | | svn path=/; revision=545
* add real --help/--version handlingvapier2009-02-151-4/+31
| | | | svn path=/; revision=544
* always update the first line that includes the category/package as it isnt ↵vapier2009-02-151-6/+17
| | | | | | uncommon for this to fall out of date (as with package moves) svn path=/; revision=543
* fix copyright to start at 1999 as that is what all the skels start withvapier2009-02-151-1/+1
| | | | svn path=/; revision=542
* set svn:executablevapier2009-02-151-0/+0
| | | | svn path=/; revision=541
* tighten up outputvapier2009-01-201-14/+21
| | | | svn path=/; revision=540
* set svn:executablevapier2009-01-201-0/+0
| | | | svn path=/; revision=539
* Fix for package.py to account for PORTDIR being a symbolic link when ↵fuzzyray2009-01-091-3/+1
| | | | | | checking if a package is in an overlay. svn path=/; revision=538
* Fix package.py to account for PORTDIR being a symbolic link when checking if ↵fuzzyray2009-01-092-1/+9
| | | | | | a package is in an overlay. (Bug #253968) svn path=/; revision=537
* Inside find_all_packages(), move the unique_array() call out of the loop.zmedico2009-01-071-1/+1
| | | | | | This makes a big performance difference. Thanks to DJ Anderson for reporting. svn path=/; revision=536
* convert whitespace to tabsvapier2009-01-071-71/+70
| | | | svn path=/; revision=535
* Tighten up diff output to show KEYWORDS changesvapier2009-01-072-1/+2
| | | | svn path=/; revision=534
* Error out on invalid arguments #156827vapier2009-01-072-0/+7
| | | | svn path=/; revision=533
* Convert every instance of KEYWORDS in the filevapier2009-01-072-1/+2
| | | | svn path=/; revision=532