| 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 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.13 2002/09/30 00:31:10 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.14 2002/10/05 20:30:53 gerk 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. |
| 9 | |
9 | |
| 10 | # The 'Header' on the third line should just be left alone. When your ebuild |
10 | # The 'Header' on the third line should just be left alone. When your ebuild |
| 11 | # will be commited to cvs, the details on that line will be automatically |
11 | # will be commited to cvs, the details on that line will be automatically |
| 12 | # generated to contain the correct data. |
12 | # generated to contain the correct data. |
|
|
13 | |
|
|
14 | # comprehensive list of any and all USE flags leveraged in the build, |
|
|
15 | # with the exception of any ARCH specific flags, i.e. ppc sparc sparc64 |
|
|
16 | # x86 alpha - this is a required variable |
|
|
17 | IUSE="X gnome" |
| 13 | |
18 | |
| 14 | # Short one-line description of this package. |
19 | # Short one-line description of this package. |
| 15 | DESCRIPTION="This is a sample skeleton ebuild file" |
20 | DESCRIPTION="This is a sample skeleton ebuild file" |
| 16 | |
21 | |
| 17 | # Homepage, not used by Portage directly but handy for developer reference |
22 | # Homepage, not used by Portage directly but handy for developer reference |