Gentoo Archives: gentoo-dev

From: donnie berkholz <spyderous@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Anyone appreciate this VERY dumb idea....
Date: Wed, 23 Jul 2003 06:09:24
Message-Id: 200307230107.35562.spyderous@gentoo.org
In Reply to: [gentoo-dev] Anyone appreciate this VERY dumb idea.... by KH c
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Wednesday 23 July 2003 00:48, KH c wrote:
5 > I would suggest how about writing an intelligent
6 > installer that will automatically check dependency,
7 > download it and install it like urpmi in Manadrake or
8 > apt-get in Debian so even new user can enjoy the
9 > benefit of optimization WITHOUT the hardwork? i.e. I
10 > want to install X, just tell the program and it will
11 > take care of the whole process for me. Is it possible?
12
13 I'm not sure what hard work you're talking about. 'emerge xfree' works for me.
14
15 > Or how about a pre-written scipt that will do the
16 > compile process for different type of pre-set usage
17 > like Desktop, Mutimedia, Networking, Internet? i.e. It
18 > is not a pre-installed package, it is a pre-set
19 > packager that will do the packaging right in front of
20 > the user's eye. Each user get the same package and
21 > script yet it is OPTIMIZE for their computer after
22 > they install it. What do you think about this idea?
23
24 This sounds interesting. A basic implementation could be easily accomplished
25 with settings in make.conf like the following, which would add support for
26 the requested options:
27
28 DESKTOP="use1 use2 use3 use4"
29 MULTIMEDIA="use5 use6 use7 use8"
30 NETWORKING="use9 use10 use11"
31 INTERNET="use12 use13"
32 # Set USE to have the defaults for whatever type of setup you want.
33 USE="${DESKTOP} ${MULTIMEDIA}"
34
35 The idea of "virtual packages" like instantdesktop and instantserver has been
36 tossed around for a while but I haven't seen anything come of it yet. I think
37 it's been waiting for some needed portage features.
38 -----BEGIN PGP SIGNATURE-----
39 Version: GnuPG v1.2.2 (GNU/Linux)
40
41 iD8DBQE/HiYmXVaO67S1rtsRAtOtAJ4oZiJn3sEsxZ7peDnqgI2eSufswQCeKAQ5
42 jewwCuoslSjreKnCu+voP90=
43 =Yl47
44 -----END PGP SIGNATURE-----
45
46 --
47 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Anyone appreciate this VERY dumb idea.... Sven Vermeulen <swift@g.o>