Gentoo Archives: gentoo-dev

From: Pichai Asokan <pasokan@×××.com>
To: gentoo-dev@g.o
Subject: Re: Good ebuild examples to learn from - Was Re:[gentoo-dev] ebuild question
Date: Wed, 17 Apr 2002 10:29:11
Message-Id: 20020417205614.GB9627@pasokan.laua.cibsnet.net
In Reply to: Re: Good ebuild examples to learn from - Was Re:[gentoo-dev] ebuild question by Aadi Deshpande
1 On Wed, Apr 17, 2002 at 08:03:44AM -0700, Aadi Deshpande wrote:
2 > I think the best way is to study the steps progressively.
3 >
4 > Once you've read the portage documentation ( and man files )
5 > then start looking for simple packages that you could study each step off of..
6 >
7 > net-misc/vnc was a good package for me to start with.
8 > app-editors/jed is a little more advanced.
9 > net-www/prozilla was also helpful
10 > x11-libs/qt shows some neat sed tricks to overcome interactivity
11 > app-editors/vim shows good use of 'USE' variable techniques.
12 >
13 > Another alternative is to look at bugs.gentoo.org and find a broken ebuild bug and try to fix
14 > that, thereby gaining experience through trial, error, and lots of questions.
15 Thanks a lot.
16 May be this should go into a doc for developers?
17 P Asokan