| 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.63 2012/01/20 12:56:46 jlec Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.64 2012/05/06 22:29:32 ssuominen 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. |
| … | |
… | |
| 105 | |
105 | |
| 106 | # Source directory; the dir where the sources can be found (automatically |
106 | # Source directory; the dir where the sources can be found (automatically |
| 107 | # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} |
107 | # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} |
| 108 | # If you don't need to change it, leave the S= line out of the ebuild |
108 | # If you don't need to change it, leave the S= line out of the ebuild |
| 109 | # to keep it tidy. |
109 | # to keep it tidy. |
| 110 | #S="${WORKDIR}/${P}" |
110 | #S=${WORKDIR}/${P} |
| 111 | |
111 | |
| 112 | |
112 | |
| 113 | # The following src_configure function is implemented as default by portage, so |
113 | # The following src_configure function is implemented as default by portage, so |
| 114 | # you only need to call it if you need a different behaviour. |
114 | # you only need to call it if you need a different behaviour. |
| 115 | # This function is available only in EAPI 2 and later. |
115 | # This function is available only in EAPI 2 and later. |