Gentoo Archives: gentoo-dev

From: Bob Thomas <gtg663h@×××××××××××.edu>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] add a "beep" to Portage
Date: Thu, 12 Dec 2002 17:04:33
Message-Id: 3DF8BED8.2070001@mail.gatech.edu
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 I think it would be useful (at least to me, at this moment) to have an
5 option in portage to output a beep (char 7) when it is finished with an
6 emerge. This would be an option that is off by default, but could be
7 turned on if you wanted to be building several things in the background
8 (another console perhaps) and you wanted to be notified when it was done
9 to make more efficient use of your time. I doubt it would be more than a
10 ~ few lines of code added. Something like:
11
12 if(BEEP_ON_FINISH)
13 printf((char)7);
14
15 ???
16
17 Anyway . . . back to rebuilding everything (new CFLAGS :-p )
18
19
20 - --
21 Robert Thomas
22 Georgia Institute of Technology
23 Email: gtg663h@×××××××××××.edu
24 -----BEGIN PGP SIGNATURE-----
25 Version: GnuPG v1.2.1 (GNU/Linux)
26 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
27
28 iD8DBQE9+L7YkRe6eFyQaRcRAuw6AJ9XGOxTSOdbW4IU//5BxPZgMPtepQCeL19a
29 y/adU34YCAnXAknbm0shHZY=
30 =ntVJ
31 -----END PGP SIGNATURE-----
32
33
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] add a "beep" to Portage Gustavo Felisberto <humpback@××××××××××.net>