diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-06-24 11:16:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-06-24 11:16:41 +0000 |
commit | 9305c8e7103b70d132c6ec22266bb6df6d757887 (patch) | |
tree | 9ae58a0da9892e471b69028f7a1f0a863806d9e1 /app-emulation | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-9305c8e7103b70d132c6ec22266bb6df6d757887.tar.gz gentoo-2-9305c8e7103b70d132c6ec22266bb6df6d757887.tar.bz2 gentoo-2-9305c8e7103b70d132c6ec22266bb6df6d757887.zip |
fixing einfo
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/cedega/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/cedega/cedega-4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/cedega/ChangeLog b/app-emulation/cedega/ChangeLog index f0998b17c0cb..6b3c3d0f071a 100644 --- a/app-emulation/cedega/ChangeLog +++ b/app-emulation/cedega/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/cedega # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/ChangeLog,v 1.1 2004/06/23 14:58:04 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/ChangeLog,v 1.2 2004/06/24 11:16:41 mholzer Exp $ + + 24 Jun 2004; Martin Holzer <mholzer@gentoo.org> cedega-4.0.ebuild: + fixing einfo *cedega-4.0 (23 Jun 2004) diff --git a/app-emulation/cedega/cedega-4.0.ebuild b/app-emulation/cedega/cedega-4.0.ebuild index 1e7ab5a5bdb0..bd4ee3aa851f 100644 --- a/app-emulation/cedega/cedega-4.0.ebuild +++ b/app-emulation/cedega/cedega-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.1 2004/06/23 14:58:04 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.2 2004/06/24 11:16:41 mholzer Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -33,7 +33,7 @@ src_install () { } pkg_postinst() { - einfo "Run /usr/bin/cedega to start winex as any non-root user." + einfo "Run /usr/bin/cedega to start cedega as any non-root user." einfo "This is a wrapper-script which will take care of creating" einfo "an initial environment and do everything else." einfo "" |