Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415147 - dev-util/lockrun-? version bump
Summary: dev-util/lockrun-? version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 15:19 UTC by Marcin Mirosław
Modified: 2012-05-08 19:40 UTC (History)
1 user (show)

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 Marcin Mirosław 2012-05-08 15:19:48 UTC
There is new version of lockrun. Code is unversioned, has no number version. At url: http://www.unixwiz.net/tools/lockrun.html#history i can see there was added sport for "--quiet" option and in 2009/06/25 — added lockf(). In code in portage tree i can see header:
$Id: lockrun.c,v 1.1 2008/02/05 18:22:38 caleb Exp $
This is why i think dev-util/lockrun can be bumped.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-08 15:59:15 UTC
Bumped to lockrun-20120508. I have also added a simple hack to install a README extracted from the C file.
Comment 2 Marcin Mirosław 2012-05-08 18:09:45 UTC
Nice, thanks!
P.S. Is "die" needed in EAPI=4?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-08 19:16:35 UTC
(In reply to comment #2)
> Nice, thanks!
> P.S. Is "die" needed in EAPI=4?

EAPI=4 removed the requirement that ebuild/PM-internal functions should explicitly die - for things like sed (and cp now that I notice) it should still be done.

So I've added two more || die's now. :)

# ChangeLog for dev-util/lockrun
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/ChangeLog,v 1.10 2012/05/08 19:16:13 jer Exp $

  08 May 2012; Jeroen Roovers <jer@gentoo.org> lockrun-20120508.ebuild:
  Make cp die() too by Marcin Mirosław (bug #415147 comment #2).
Comment 4 Marcin Mirosław 2012-05-08 19:40:08 UTC
Thanks for clarification, i was sure "die" will be removed:)
Thanks again.