| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.62 2012/01/01 02:31:29 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.63 2012/01/20 12:56:46 jlec 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. |
| … | |
… | |
| 28 | # 'files' directory and use: |
28 | # 'files' directory and use: |
| 29 | # |
29 | # |
| 30 | # epatch "${FILESDIR}"/patch-name-here |
30 | # epatch "${FILESDIR}"/patch-name-here |
| 31 | # |
31 | # |
| 32 | # eclasses tend to list descriptions of how to use their functions properly. |
32 | # eclasses tend to list descriptions of how to use their functions properly. |
| 33 | # take a look at /usr/portage/eclasses/ for more examples. |
33 | # take a look at /usr/portage/eclass/ for more examples. |
| 34 | |
34 | |
| 35 | # Short one-line description of this package. |
35 | # Short one-line description of this package. |
| 36 | DESCRIPTION="This is a sample skeleton ebuild file" |
36 | DESCRIPTION="This is a sample skeleton ebuild file" |
| 37 | |
37 | |
| 38 | # Homepage, not used by Portage directly but handy for developer reference |
38 | # Homepage, not used by Portage directly but handy for developer reference |