diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-22 23:57:16 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-22 23:57:16 +0000 |
commit | 681e6cf07581fab520f5c27a192840d93edf127d (patch) | |
tree | c3bd6c3ecfb7010e7c074ef5a245adfa5a7a84c3 /app-emulation/plex86 | |
parent | bah, nm (diff) | |
download | gentoo-2-681e6cf07581fab520f5c27a192840d93edf127d.tar.gz gentoo-2-681e6cf07581fab520f5c27a192840d93edf127d.tar.bz2 gentoo-2-681e6cf07581fab520f5c27a192840d93edf127d.zip |
Fix einfo, bug #70868
(Portage version: 2.0.51.19 small furry bundle of death edition)
Diffstat (limited to 'app-emulation/plex86')
-rw-r--r-- | app-emulation/plex86/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/plex86/plex86-20021117.ebuild | 18 |
2 files changed, 11 insertions, 12 deletions
diff --git a/app-emulation/plex86/ChangeLog b/app-emulation/plex86/ChangeLog index 6ded887550f2..0b606cb07d0e 100644 --- a/app-emulation/plex86/ChangeLog +++ b/app-emulation/plex86/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/plex86 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/ChangeLog,v 1.5 2005/01/01 14:15:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/ChangeLog,v 1.6 2005/03/22 23:57:16 ciaranm Exp $ + + 22 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> plex86-20021117.ebuild: + Fix einfo, bug #70868 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> plex86-20021117.ebuild: don't sed DEPEND=RDEPEND (bug #45343); use sed -i; use emake; error check diff --git a/app-emulation/plex86/plex86-20021117.ebuild b/app-emulation/plex86/plex86-20021117.ebuild index d24cbb14bc30..041f92c25543 100644 --- a/app-emulation/plex86/plex86-20021117.ebuild +++ b/app-emulation/plex86/plex86-20021117.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/plex86-20021117.ebuild,v 1.10 2005/01/01 14:15:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/plex86-20021117.ebuild,v 1.11 2005/03/22 23:57:16 ciaranm Exp $ DESCRIPTION="Plex86 is THE opensource free-software alternative for VMWare, VirtualPC, and other IA-32 on IA-32 \"Virtual PC products.\"" HOMEPAGE="http://savannah.gnu.org/projects/plex86/" @@ -52,16 +52,12 @@ src_install() { pkg_postinst() { echo - einfo ",-----------------------------------------------------------------." - einfo "| IMPORTANT NOTICE |" - einfo "|-----------------------------------------------------------------|" - einfo "| This code is EXTREMELY EXPERIMENTAL, and may well result in a |" - einfo "| SYSTEM CRASH, and who knows what other ill effects. RUN THIS |" - einfo "| SOFTWARE AT YOUR OWN RISK. As a precaution, do not attempt to |" - einfo "| run this software on a system with important data on it, and |" - einfo "| make liberal use of the sync command! Expect to have to use |" - einfo "| the power button. |" - einfo "\`-----------------------------------------------------------------'" + ewarn "This code is EXTREMELY EXPERIMENTAL, and may well result in a" + ewarn "SYSTEM CRASH, and who knows what other ill effects. RUN THIS" + ewarn "SOFTWARE AT YOUR OWN RISK. As a precaution, do not attempt to" + ewarn "run this software on a system with important data on it, and" + ewarn "make liberal use of the sync command! Expect to have to use" + ewarn "the power button." echo einfo "Contact me (lordvan@lordvan.com) if you encounter any problems." echo |