| 1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License, v2 or later |
2 | # Distributed under the terms of the GNU General Public License, v2 or later |
| 3 | # Maintainer: First Last <your email> |
3 | # Maintainer: First Last <your email> |
| 4 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp $ |
| 5 | |
5 | |
| 6 | # NOTE: The comments in this file are for instruction and |
6 | # NOTE: The comments in this file are for instruction and |
| 7 | # documentation. They're not meant to appear with your final, |
7 | # documentation. They're not meant to appear with your final, |
| 8 | # production ebuild. Please remember to remove them before submitting |
8 | # production ebuild. Please remember to remove them before submitting |
| 9 | # or committing your ebuild. That doesn't mean you can't add your own |
9 | # or committing your ebuild. That doesn't mean you can't add your own |
| … | |
… | |
| 29 | |
29 | |
| 30 | # Homepage, not used by Portage directly but handy for developer reference |
30 | # Homepage, not used by Portage directly but handy for developer reference |
| 31 | HOMEPAGE="http://" |
31 | HOMEPAGE="http://" |
| 32 | |
32 | |
| 33 | # Build-time dependencies, such as |
33 | # Build-time dependencies, such as |
| 34 | # ssl ? ( >=openssl-0.9.6b ) |
34 | # ssl? ( >=openssl-0.9.6b ) |
| 35 | # >=perl-5.6.1-r1 |
35 | # >=perl-5.6.1-r1 |
| 36 | # It is advisable to use the >= syntax show above, to reflect what you |
36 | # It is advisable to use the >= syntax show above, to reflect what you |
| 37 | # had installed on your system when you tested the package. Then |
37 | # had installed on your system when you tested the package. Then |
| 38 | # other users hopefully won't be caught without the right version of |
38 | # other users hopefully won't be caught without the right version of |
| 39 | # a dependency. |
39 | # a dependency. |