| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/sys-apps/busybox/Attic/busybox-1.18.5.ebuild,v 1.1 2011/08/07 21:08:47 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/Attic/busybox-1.18.5.ebuild,v 1.2 2011/08/14 20:00:31 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | inherit eutils flag-o-matic savedconfig toolchain-funcs |
6 | inherit eutils flag-o-matic savedconfig toolchain-funcs |
| 7 | |
7 | |
| 8 | ################################################################################ |
8 | ################################################################################ |
| … | |
… | |
| 267 | mkdir _install |
267 | mkdir _install |
| 268 | tar xf busybox-links.tar -C _install || die |
268 | tar xf busybox-links.tar -C _install || die |
| 269 | cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed" |
269 | cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed" |
| 270 | fi |
270 | fi |
| 271 | |
271 | |
| 272 | echo |
|
|
| 273 | einfo "This ebuild has support for user defined configs" |
272 | elog "This ebuild has support for user defined configs" |
| 274 | einfo "Please read this ebuild for more details and re-emerge as needed" |
273 | elog "Please read this ebuild for more details and re-emerge as needed" |
| 275 | einfo "if you want to add or remove functionality for ${PN}" |
274 | elog "if you want to add or remove functionality for ${PN}" |
| 276 | echo |
|
|
| 277 | } |
275 | } |