Gentoo Archives: gentoo-portage-dev

From: Jason Pepas <cell@×××××××××××.edu>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Portage feature request
Date: Mon, 31 Oct 2005 00:13:57
Message-Id: 20051031001317.GD29471@ices.utexas.edu
In Reply to: Re: [gentoo-portage-dev] Portage feature request by George Lober
1 On Sat, Oct 29, 2005 at 10:17:31PM -0700, George Lober wrote:
2 > Thank you and Zac Medico for your replies. The examples show how trivial
3 > the solution can be. I do think though that there are less knowledgeable
4 > Gentoo users out there (like myself) who aren't Bash programmers or
5 > command line wizzes, and don't have the time or inclination to become
6 > ones for the sake of something like this, who would appreciate having
7 > the function built into Portage. I just thought of this myself and I
8 > have been using Gentoo for several years. I think if you present the
9 > option to users, they will become aware of the possibility and will end
10 > up using it.
11
12 Well, the problem (as I see it) with building something like this into
13 emerge is that you are making a special case for one program, when
14 really this is functionality which is useful for any long running
15 command line program.
16
17 Additionally, sticking with the more traditional "UNIX Way" of doing
18 things allows more flexibility. For example, if someone wants to be
19 emailed when portage fails,
20
21 emerge foo || mail -s "emerge died!" foo@×××.com < /dev/null
22
23 It's a pretty elegant system IMHO.
24
25 -jason pepas
26 --
27 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] Portage feature request Zac Medico <zmedico@×××××.com>