aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Add imlate man page for the version updateBrian Dolbec2017-03-221-0/+1
|
* imlate: Initial updates for the gentoolkit eco-systemBrian Dolbec2017-03-221-0/+1
|
* ekeyword: Initial updates for gentoolkit eco-systemBrian Dolbec2017-03-221-0/+1
|
* ebump: Add to setup.py, minor update to man pageBrian Dolbec2017-03-221-0/+2
| | | | Update script to use VERSION like the other scripts
* Install tmpfiles.d fragment in /usr/lib/tmpfiles.dMike Gilbert2016-03-131-1/+1
| | | | Bug: https://bugs.gentoo.org/577284
* Remove useless print() in set_versionMike Gilbert2015-12-201-3/+0
| | | | | | This was causing a TypeError in python3. Bug: https://bugs.gentoo.org/568906
* revdep-rebuild: add tmpfiles.d filePaul Varner2015-10-161-0/+1
| | | | | Add a configuration file to create /var/cache/revdep-rebuild. This is needed for fixing bug 498990 in the gentoolkit ebuild.
* setup.py: Fix installation on slackware systemsBrian Dolbec2014-08-281-1/+1
| | | | | Make sure it evaluates the absolute path of the file. This was reported by tampakrap while trying to package it on a slackware system.
* Modify setup.py to include eclean-dist and eclean-pkg.gentoolkit-0.3.0.8Paul Varner2013-09-051-0/+2
|
* Fix unicode error when printing unicode strings in set_version.Paul Varner2013-01-031-1/+1
|
* Modify setup.py to accept VERSION as an argument as well as an environment ↵Paul Varner2013-01-021-1/+4
| | | | variable.
* doh! fix setup.py breakageBrian Dolbec2012-12-221-13/+9
|
* Make the man page titles more consistent and enable setup.py to set the ↵Brian Dolbec2012-12-221-3/+20
| | | | manpage versions.
* fix a typo, change use of log to print() to debug set_version() not working ↵Brian Dolbec2012-12-221-8/+10
| | | | correctly.
* Fix setup.py so that either VERSION or PVR will set the version.Paul Varner2012-12-181-1/+1
| | | | | This fixes the issue with egg-info always having a version number of 9999. Fix is from Brian Dolbec courtesy of mirrorselect.
* Fix setup.py to work with EPREFIX changes in Portage (Bug 394909).Paul Varner2011-12-191-5/+5
|
* Update setup.py for python revdep-rebuildPaul Varner2011-07-121-2/+3
|
* Update setup.py for namespace change of analyse to enalyzegentoolkit-0.3.0.2Paul Varner2011-05-111-1/+1
|
* Fix UnicodeDecodeError in setup.py, bug 346001fuzzyray2010-11-191-2/+3
| | | | svn path=/trunk/gentoolkit/; revision=858
* Merge genscripts revision 481fuzzyray2010-11-151-6/+14
| | | | svn path=/trunk/gentoolkit/; revision=847
* Fix typoscarabeus2010-10-281-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=833
* Update version string in eshowkw properly.scarabeus2010-10-281-0/+1
| | | | svn path=/trunk/gentoolkit/; revision=832
* Change AttributeError to ImportError when trying to import EPREFIXfuzzyray2010-04-081-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=770
* Fix bad indentationfuzzyray2010-04-081-4/+4
| | | | svn path=/trunk/gentoolkit/; revision=769
* Sync with genscripts rev 422, includes fixes to eclean and python additions ↵fuzzyray2010-04-081-4/+11
| | | | | | for prefix svn path=/trunk/gentoolkit/; revision=768
* Merge genscripts rev 406fuzzyray2010-03-241-2/+1
| | | | svn path=/trunk/gentoolkit/; revision=756
* Update to genscripts rev 382. This has more fixes for py3k and the modular ↵fuzzyray2010-03-121-1/+3
| | | | | | rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755
* sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray2010-03-091-5/+10
| | | | | | analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751
* Merge genscripts revision 191fuzzyray2010-02-021-0/+1
| | | | svn path=/trunk/gentoolkit/; revision=737
* Merge genscripts rev 130fuzzyray2009-12-111-0/+2
| | | | svn path=/trunk/gentoolkit/; revision=721
* Modify setup.py to run set_version correctly on revdep-rebuildfuzzyray2009-12-091-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=708
* Merge rev 113 from djanderson's genscripts repofuzzyray2009-12-081-31/+95
| | | | svn path=/trunk/gentoolkit/; revision=703
* Create a VERSION file to replace /etc/gentoolkit-versionfuzzyray2009-05-201-3/+3
| | | | svn path=/trunk/gentoolkit/; revision=642
* Add Makefile to create distfiles. Update ChangeLog to acknowledge ↵fuzzyray2009-05-051-1/+1
| | | | | | djanderson. Update version in setup.py to generic version svn path=/trunk/gentoolkit/; revision=598
* Initial MANIFEST.infuzzyray2009-05-051-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=596
* Update download_url to point to distfiles.gentoo.orgfuzzyray2009-05-051-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=595
* Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵fuzzyray2009-05-051-0/+50
gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589