Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440626 - sys-process/procps-3.3.4 - version UNKNOWN
Summary: sys-process/procps-3.3.4 - version UNKNOWN
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-10-31 17:20 UTC by Jeroen Roovers (RETIRED)
Modified: 2012-11-04 06:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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