Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124347 - create a tool to replace the lost of inject feature from emerge
Summary: create a tool to replace the lost of inject feature from emerge
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 19:24 UTC by SpanKY
Modified: 2007-06-06 00:12 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 SpanKY gentoo-dev 2006-02-27 19:24:38 UTC
`emaint --inject foo/bar-1.0` should insert it into package.provided
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-04-16 14:24:51 UTC
what's the point of having a special tool to do the same as 'echo >> /etc/portage/package.provided'?
Comment 2 SpanKY gentoo-dev 2006-04-19 18:09:55 UTC
user friendliness
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2006-04-20 03:53:29 UTC
Whereever you stick it, it definitely should not be in emaint. emaint is specifically for _health_ check & fix app(let)s.
Comment 4 Jason Stubbs (RETIRED) gentoo-dev 2006-04-20 03:56:33 UTC
Don't know what happened to the first half of the summary replacement..
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2006-04-20 11:17:29 UTC
then you'll have to provide a seperate app to edit package.use and p.mask too... how is echo or cat less userfriendly to add a line to a file than a special app? i mean, it's a freaking one-liner...
Comment 6 Zac Medico gentoo-dev 2006-04-20 11:25:27 UTC
(In reply to comment #5)
> how is echo or cat less userfriendly to add a line to a file than a
> special app? i mean, it's a freaking one-liner...

The special app could do validation.  However, portage should probabably validate these things elsewhere anyway (to catch mistakes made during hand editing, corruption, etc...).

Comment 7 Marius Mauch (RETIRED) gentoo-dev 2007-06-06 00:12:28 UTC
Seems nobody had enough interest in this to implement it, and IMO package.provided has caused enough irritations that making it more accessible might not be the best idea (and the suggested functionality is indeed trivial).