| 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.10 2002/07/11 12:42:35 blizzy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.11 2002/07/15 11:56:31 blizzy 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. |
| … | |
… | |
| 45 | # the names of all the architectures with which the ebuild works. We have |
45 | # the names of all the architectures with which the ebuild works. We have |
| 46 | # 4 official architecture names right now: "x86", "ppc", "sparc" and |
46 | # 4 official architecture names right now: "x86", "ppc", "sparc" and |
| 47 | # "sparc64". So, if you've confirmed that your ebuild works on x86 and ppc, |
47 | # "sparc64". So, if you've confirmed that your ebuild works on x86 and ppc, |
| 48 | # you'd specify: KEYWORDS="x86 ppc" |
48 | # you'd specify: KEYWORDS="x86 ppc" |
| 49 | # For packages that are platform-independant (like Java, PHP or Perl |
49 | # For packages that are platform-independant (like Java, PHP or Perl |
| 50 | # applications) specify KEYWORDS="*". |
50 | # applications) specify all keywords. |
|
|
51 | # DO NOT USE KEYWORDS="*". This is deprecated and only for backward |
|
|
52 | # compatibility reasons. |
| 51 | KEYWORDS="x86" |
53 | KEYWORDS="x86" |
| 52 | |
54 | |
| 53 | # Build-time dependencies, such as |
55 | # Build-time dependencies, such as |
| 54 | # ssl? ( >=openssl-0.9.6b ) |
56 | # ssl? ( >=openssl-0.9.6b ) |
| 55 | # >=perl-5.6.1-r1 |
57 | # >=perl-5.6.1-r1 |