summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome: Rename "Portage Version" header to "Gentoo Version"HEADmasterMart Raudsepp2022-07-161-1/+1
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* Map gtksourceview to gui-libs/gtksourceviewMatt Turner2022-03-261-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Add support for GNOME 40 in "Latest Version" columnMart Raudsepp2021-12-121-4/+8
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* Fix some bad PythonMatt Turner2021-04-145-14/+14
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Add support for GNOME 40Matt Turner2021-04-141-3/+10
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Add mapping for gui-libs/gtkMatt Turner2021-04-141-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome: Map gnome-themes-extra to gnome-themes-standard for nowMart Raudsepp2019-08-242-0/+2
| | | | We haven't done a pkgmove yet, so map them up for the time being.
* gnome: Fix syntax error in a rare warning path messageMart Raudsepp2019-03-261-1/+1
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* Add workaround for packages with only one version componentMart Raudsepp2019-01-161-1/+1
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* gnome: Put "Stable" in the titles when it's a stable tree reportMart Raudsepp2017-11-011-2/+2
|
* gnome: Add a hackish way to force looking at Gentoo stable tree onlyMart Raudsepp2017-11-012-1/+5
| | | | | | | | | | The tree configuration seems to come from main make.conf right now, so until (if ever) we rework that to be better (or be more like x-modular that handles both at once), add an easy way to generate stable tree reports on ~arch machines with the existing logic without having to edit make.conf for it. This allows to see the stabilization status of the current GNOME stable series in Gentoo via a report generated with -S argument against the appropriate version.
* x-modular: Pass True, not 'True' to find_packages_in_treeMart Raudsepp2017-11-011-1/+1
|
* gnome: Hack latest version to see newstable release when official version is ↵Mart Raudsepp2017-03-212-1/+12
| | | | | | | | | | | still at release candidate When running against e.g 3.23.92 release before a 3.24.0 versions file from gnome releng exists to run against, we want to still see the 3.24.0 releases, should any exist. So hack the logic to look into latest newstable version, if any exist, and the version is not a 0.x (for which the gnome numbering might not follow odd-even nomenclature). Without this all the 3.24.0 releases that are coming out on "tarballs due" date and the preceeding weekend aren't seen by bumpchecker, as we don't have a 3.24.0 to -r <ver> against.
* gnome: Stop skipping mobile suite, as it doesn't exist anymore anywayMart Raudsepp2017-03-211-3/+0
|
* gnome: Track upstream core vs apps suite handling and show it in the outputMart Raudsepp2017-03-213-4/+10
|
* gnome: add libgfbgraph reverse mapping as wellMart Raudsepp2017-03-211-0/+1
|
* gnome: map gfbgraph to our libgfbgraphMart Raudsepp2017-03-211-0/+1
|
* gnome: Fix generation breaking typo in fallback codepathMart Raudsepp2017-03-211-1/+1
|
* gnome: make the cache.json requests parallel; reduces a run from 3m01 to ↵Mart Raudsepp2017-03-211-2/+24
| | | | | | | | 0m23 for me This relies on the requests-futures package, which in turn relies on python-3.2+ Futures (or a backport of it). If requests-futures import fail, it will fall back to the old slower fetching one by one.
* gnome: Quick port to python3Mart Raudsepp2017-03-216-28/+28
| | | | | Just what's necessary to get it going on python3 (just print changes and some bytes vs str error) for now.
* gnome: Use UTC date for generation date note in outputMart Raudsepp2017-03-111-2/+2
|
* gnome: Implement latest version retrieval based on GNOME infra cache.json filesMart Raudsepp2017-03-042-3/+44
| | | | | | | | | | Compared to the no longer working ~vuntz devspace versions file, this is now doing HTTPS retrievals for each package again; not quite full scraping, but almost (considering that if we'd hit up the right subdir directly, it's pretty much the same due to one GET per package again). So it takes a bit to retrieve the files. This can probably be made trivially faster by anyone who knows async io for python-requests or something, but at least it works again.
* gnome: Use requests instead of urllib2Mart Raudsepp2017-03-041-8/+8
| | | | | This should give us connection pooling, which can be important for further planned changes.
* gnome: Remove unused simple_cache_module importMart Raudsepp2017-03-041-5/+2
|
* gnome: Add mapping for gom to avoid in-tree ambiguityMart Raudsepp2017-03-031-0/+1
|
* gnome: Remove _isgnome3 special casingMart Raudsepp2017-03-031-8/+1
| | | | We won't be creating the list for 2.9x releases anymore..
* gnome: Remove the old latest_versions_* vars that won't workMart Raudsepp2017-03-032-4/+0
| | | | | | This also removes a GNOME class extra init in gnome_output for retrieving the broken link, which won't be nice for future plans of requests usage in terms of HTTP session
* gnome: temporarily report release versions as individual as the latter is brokenMart Raudsepp2017-03-031-1/+1
| | | | | | vuntz versions files doesn't work anymore and we'll need to migrate to something working. Fake the data by duplicating the release versions till then.
* gnome: Remove some old scraping related code we won't needMart Raudsepp2017-03-031-103/+0
| | | | | gnome includes a JSON file for each package with all the versions that many other tools rely on now, so we won't need full scraping again
* gnome: Use download.gnome.org instead of ftp with longer pathsMart Raudsepp2017-03-031-6/+6
|
* Add packages to module mappingGilles Dartiguelongue2012-11-221-0/+2
|
* Add mappings for vte and gstreamer, specify category for gconf mappingMart Raudsepp2011-09-041-7/+9
| | | | | | | Haskell overlay has dev-haskell/{gconf,vte,gstreamer}, presumably eventually entering gentoo-x86. Also fix indentation to be uniform (4 spaces) in the surrounding lines.
* Fix ambiguity in glib and pango package namesNirbheek Chauhan2011-06-071-0/+3
|
* Add path properly.Tomas Chvatal2011-05-262-2/+2
|
* Add cantarell to the package mapping listNirbheek Chauhan2011-03-261-0/+1
|
* Fix the stable detection to really work.Tomas Chvatal2011-03-151-2/+4
|
* Fix all_overlays = True and selection of keywordsNirbheek Chauhan2011-02-211-2/+3
|
* Cleanup the mess in portage_module. God we really need to rewrite this tool...Tomas Chvatal2011-02-201-38/+9
|
* gnome_module: fix fetching of GNOME 3.0 version listsNirbheek Chauhan2011-01-151-1/+9
|
* package_module: add special-case package namesNirbheek Chauhan2011-01-151-0/+2
| | | | | * network-manager-applet -> nm-applet * gtk-theme-engine-clearlooks -> gtk-engines-clearlooks
* portage_module: Port to newer portageNirbheek Chauhan2011-01-151-2/+0
| | | | * portdb.repositories is no more, and wasn't used anywhere
* Move code around to allow usage of portage constantsGilles Dartiguelongue2010-10-231-2/+3
|
* Remove unused modulesGilles Dartiguelongue2010-10-231-2/+1
|
* Fix API usage with >=portage-2.2_rc97Gilles Dartiguelongue2010-10-231-3/+5
|
* string module is deprecatedGilles Dartiguelongue2010-10-232-4/+4
|
* Fix various style issuesGilles Dartiguelongue2010-10-2311-290/+293
| | | | | | | | * Remove trailing whitespaces * Add some whitespace per PEP8 * Replace tabs by spaces in x-modular per PEP * Make Status class in package_module a new style object since it uses property methods
* Fix sys.path alteration to allow invocation from any directoryGilles Dartiguelongue2010-10-232-4/+4
|
* Explicitely require python2 interpreterGilles Dartiguelongue2010-10-232-2/+2
|
* Add perl package support.Priit Laes2010-03-162-27/+30
|
* Skip packages from mobile category.Priit Laes2010-03-161-6/+10
| | | | Most of the mobile category contains duplicates anyway.