| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.36 2006/01/01 21:35:15 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.37 2006/06/20 17:51:41 genstef Exp $ |
| 4 | |
4 | |
| 5 | # NOTE: The comments in this file are for instruction and documentation. |
5 | # NOTE: The comments in this file are for instruction and documentation. |
| 6 | # They're not meant to appear with your final, production ebuild. Please |
6 | # They're not meant to appear with your final, production ebuild. Please |
| 7 | # remember to remove them before submitting or committing your ebuild. That |
7 | # remember to remove them before submitting or committing your ebuild. That |
| 8 | # doesn't mean you can't add your own comments though. |
8 | # doesn't mean you can't add your own comments though. |
| … | |
… | |
| 77 | # use any USE flags, set to "". |
77 | # use any USE flags, set to "". |
| 78 | IUSE="X gnome" |
78 | IUSE="X gnome" |
| 79 | |
79 | |
| 80 | # A space delimited list of portage features to restrict. man 5 ebuild |
80 | # A space delimited list of portage features to restrict. man 5 ebuild |
| 81 | # for details. Usually not needed. |
81 | # for details. Usually not needed. |
| 82 | #RESTRICT="nostrip" |
82 | #RESTRICT="strip" |
| 83 | |
83 | |
| 84 | # Build-time dependencies, such as |
84 | # Build-time dependencies, such as |
| 85 | # ssl? ( >=dev-libs/openssl-0.9.6b ) |
85 | # ssl? ( >=dev-libs/openssl-0.9.6b ) |
| 86 | # >=dev-lang/perl-5.6.1-r1 |
86 | # >=dev-lang/perl-5.6.1-r1 |
| 87 | # It is advisable to use the >= syntax show above, to reflect what you |
87 | # It is advisable to use the >= syntax show above, to reflect what you |