Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 440626

Summary: sys-process/procps-3.3.4 - version UNKNOWN
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: trivial Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2012-10-31 17:20:58 UTC
= Example:
# top -v
        procps-ng version UNKNOWN
usage:  top -hv | -bcHiSs -d delay -n limit -u|U user -p pid[,pid] -w [cols]


 = Patch:
Index: procps-3.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 procps-3.3.4.ebuild
--- procps-3.3.4.ebuild 29 Oct 2012 20:33:29 -0000      1.1
+++ procps-3.3.4.ebuild 31 Oct 2012 17:19:50 -0000
@@ -25,6 +25,7 @@
 
 src_prepare() {
        po/update-potfiles || die
+       printf '%s\n' "${PV}" > .tarball-version
        eautoreconf
 }
Comment 1 SpanKY gentoo-dev 2012-11-04 06:38:41 UTC
should be all set now in the tree; thanks for the report!

Commit message: Switch to tarball on Debian mirrors since the git one does not include generated files
http://sources.gentoo.org/sys-process/procps/procps-3.3.4.ebuild?r1=1.1&r2=1.2