| 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/portage/Attic/portage-2.2.0_alpha74.ebuild,v 1.2 2011/11/12 16:07:09 zmedico Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/Attic/portage-2.2.0_alpha74.ebuild,v 1.3 2011/11/12 16:16:11 zmedico Exp $ |
| 4 | |
4 | |
| 5 | # Require EAPI 2 since we now require at least python-2.6 (for python 3 |
5 | # Require EAPI 2 since we now require at least python-2.6 (for python 3 |
| 6 | # syntax support) which also requires EAPI 2. |
6 | # syntax support) which also requires EAPI 2. |
| 7 | EAPI=2 |
7 | EAPI=2 |
| 8 | inherit eutils multilib python |
8 | inherit eutils multilib python |
| … | |
… | |
| 376 | "configuration files." \ |
376 | "configuration files." \ |
| 377 | | fmt -w 75 | while read -r ; do ewarn "$REPLY" ; done |
377 | | fmt -w 75 | while read -r ; do ewarn "$REPLY" ; done |
| 378 | ewarn |
378 | ewarn |
| 379 | fi |
379 | fi |
| 380 | |
380 | |
| 381 | einfo |
|
|
| 382 | einfo "For help with using portage please consult the Gentoo Handbook" |
|
|
| 383 | einfo "at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3" |
|
|
| 384 | einfo |
|
|
| 385 | |
|
|
| 386 | if $MINOR_UPGRADE ; then |
381 | if $MINOR_UPGRADE ; then |
| 387 | elog "If you're upgrading from a pre-2.2 version of portage you might" |
382 | elog "If you're upgrading from a pre-2.2 version of portage you might" |
| 388 | elog "want to remerge world (emerge -e world) to take full advantage" |
383 | elog "want to remerge world (emerge -e world) to take full advantage" |
| 389 | elog "of some of the new features in 2.2." |
384 | elog "of some of the new features in 2.2." |
| 390 | elog "This is not required however for portage to function properly." |
385 | elog "This is not required however for portage to function properly." |