app-portage / genlop

A nice emerge.log parser

Official package sites : https://wiki.gentoo.org/wiki/Project:Perl ·

v9999 :: 0 :: gentoo

Modified
License
GPL-2

v0.30.10-r2 :: 0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~hppa ~ia64 ~mips ~riscv ~s390

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-perl / Date-Manip : Perl date manipulation routines

dev-perl / libwww-perl : A collection of Perl Modules for the WWW

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-perl / Date-Manip : Perl date manipulation routines

dev-perl / libwww-perl : A collection of Perl Modules for the WWW

120899
app-portage/genlop should treat binary emerges specially
136925
app-portage/genlop: genlop -i doesn't handle multiline IUSE
185507
app-portage/genlop - Bad error message for --current
243298
[feature request] app-portage/genlop add feature: ability to list remaining emerges to do, and total time
243300
app-portage/genlop-0.30.8-r1 -i has a funny (unexpected) message in some circumstances
280486
app-portage/genlop no working merge found
283628
app-portage/genlop-0.30.8-r2: genlop -c output for parallel builds is wrong
289724
[PATCH-provided] much faster --pretend processing for app-portage/genlop
295338
app-portage/genlop-0.30.8-r2 is confused by log error.
325711
app-portage/genlop-0.30.8-r2: displays slotted packages as being the same version
406207
app-portage/genlop always reports "no working merge found" on all platforms
447436
app-portage/genlop - Use of uninitialized value in concatenation (.) or string at /usr/bin/genlop line X.
449822
app-portage/genlop - genlop -itc shows two emerge jobs when it is only one
450146
app-portage/genlop-0.30.8-r2 does not handle empty and missing files gracefully
553790
app-portage/genlop-0.30.10-r1: --rsync option - each sync listed twice
601462
app-portage/genlop-0.30.10-r1 mixes up application slots in parallel merge
651376
app-portage/genlop not handling interruptions (suspend, hibernate etc) of emerge process
658940
app-portage/genlop: improve current merge time prediction
667534
app-portage/genlop-0.30.10-r1 -c average time calculation doesn't limit compilation ETA time package merge history to the ongoing packages category
686144
app-portage/genlop-0.30.10-r2 computes times wrongly
697504
app-portage/genlop should use /var/db/repos/gentoo instead of /usr/portage as fallback PORTDIR for bash completion
716162
app-portage/genlop-0.30.10-r2: executing genlop without parameters produces bad error message
830204
app-portage/genlop-0.30.10-r2: wrong output when compiled the same package with different slots
831721
app-portage/genlop-0.30.10-r2 not working
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-portage/genlop: stabilize 0.30.10-r2 for arm64
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-portage/genlop: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
app-portage/genlop: Sync live ebuild
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
David Seifert · gentoo
app-portage/genlop: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
David Seifert · gentoo
app-portage/genlop: Remove old 0.30.9-r1, 0.30.10-r1
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
app-portage/genlop: Drop m68k,x86-solaris re bug #690140
Depends: - dev-perl/libwww-perl - dev-perl/LWP-Protocol-https - dev-perl/IO-Socket-SSL Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
*/*: downgrade m68k down to ~m68k
m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
app-portage/genlop: marked ~x64-solaris
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-portage: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-portage/genlop: alpha stable wrt bug #685676
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-portage/genlop: ia64 stable wrt bug #685676
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-portage/genlop: s390 stable wrt bug #685676
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
app-portage/genlop: stable 0.30.10-r2 for hppa, bug #685676
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-portage/genlop: arm stable wrt bug #685676
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-portage/genlop: stable 0.30.10-r2 for sparc, bug #685676
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-portage/genlop: amd64 stable wrt bug #685676
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
app-portage/genlop: x86 stable (bug #685676)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
app-portage/genlop: stable 0.30.10-r2 for ppc64, bug #685676
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Sergei Trofimovich · gentoo
app-portage/genlop: stable 0.30.10-r2 for ppc, bug #685676
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Gabriel Linder · gentoo
app-portage/genlop: Correctly filter sandboxes.
Embed the patch provided by Joe Breuer to fix `genlop -c`. The underlying cause seems to be that genlop looks for running emerges by filtering over sandbox processes. A change to portage (or something) introduced the pid-ns-init process to the call tree, which is also selected by genlop looking for sandbox processes. This is what causes each emerge to show up twice - once matched on the pid-ns-init process, once on the sandbox process itself. See https://bugs.gentoo.org/677890#c7 for more details. Closes: https://github.com/gentoo/gentoo/pull/11975 Bug: https://bugs.gentoo.org/677890 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Hüttel · gentoo
app-portage/genlop: keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-portage/genlop: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
David Seifert · gentoo
app-portage/genlop: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
David Hicks · gentoo
app-portage/genlop: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Andreas K. Huettel · gentoo
app-portage/genlop: Fix HOMEPAGE
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric · gentoo
app-portage/genlop: Fix dependency on dev-perl/Date-Manip
Package-Manager: portage-2.2.27
Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed