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 | 6af5e0db82ea37a9185593aa8395aca769689047 (patch) | |
tree | 1d15aa001ffe9f93e5a8eb2942c532d7cc803119 /app-emulation | |
parent | bah, nm (diff) | |
download | historical-6af5e0db82ea37a9185593aa8395aca769689047.tar.gz historical-6af5e0db82ea37a9185593aa8395aca769689047.tar.bz2 historical-6af5e0db82ea37a9185593aa8395aca769689047.zip |
Fix einfo, bug #70868
Package-Manager: portage-2.0.51.19 small furry bundle of death edition
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/plex86/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/plex86/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/plex86/plex86-20021117.ebuild | 18 |
3 files changed, 23 insertions, 14 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/Manifest b/app-emulation/plex86/Manifest index 3203ca47833c..12c718f2d1f1 100644 --- a/app-emulation/plex86/Manifest +++ b/app-emulation/plex86/Manifest @@ -1,3 +1,13 @@ -MD5 71ea091d2139b0f400e1092a961f5da1 ChangeLog 501 -MD5 3160920b928aa49bf7ac54c337776794 plex86-20021117.ebuild 2441 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8b38415e0405fd15f01ba8ceed7ee247 plex86-20021117.ebuild 2048 +MD5 2d88eda5a2055227d70d0f0f5e121fb2 ChangeLog 599 MD5 f69edd2779b3ded0aca117efae08365e files/digest-plex86-20021117 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCQLC+LLFUmVNQ7rkRAmP/AKCLoa2VefYorybK+SDKeecWs191awCgsYa8 +QY0UR5TzJTQ0s52BhQS89K0= +=qV22 +-----END PGP SIGNATURE----- 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 |