Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202581 - Suggestion: Add to /etc/portage/ something to allow notes to be linked to packages
Summary: Suggestion: Add to /etc/portage/ something to allow notes to be linked to pac...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-17 14:11 UTC by Calum
Modified: 2007-12-17 14:59 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 Calum 2007-12-17 14:11:57 UTC
Hello all.

Every time I rebuild my kernel, I have to remember to rebuild all the drivers that aren't included in my kernel. I stick some notes in a file called /root/after-kernel
Here's my current one now:

nvidia
v4l-dvb

modprobe -rv saa7134 && modprobe -rv saa7134_dvb
cd /root/v4l-dvb
make ; make install
modprobe -v saa7134 card=101 && modprobe -v saa7134_dvb

net-wireless/rt2500
sys-fs/fuse

As you can see, it's just notes for me to help me remember, so that I don't end up forgetting something, and having part of my system (my TV recording app) not working.


It made me think - this could be added to /etc/portage - say /etc/portage/package.notes:

sys-kernel/gentoo-sources:
Do this.
Do that.
Do the other.
dev-libs/openssl:
Don't forget to rebuild foo

I know about revdep, but you see the point.

Then, when I emerged gentoo-sources, it could display my notes to me to remind me.

Reproducible: Couldn't Reproduce
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-12-17 14:59:51 UTC
(In reply to comment #0)
> Every time I rebuild my kernel, I have to remember to rebuild all the drivers
> that aren't included in my kernel. 

No, you don't have to remember anything. 

emerge module-rebuild; module-rebuild populate; module-rebuild rebuild :)

Portage is a package manager, not an application for making notes.