diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 21:58:20 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 21:58:20 +0000 |
commit | 83d301d1517074e645ddcd46a7123ef0316da108 (patch) | |
tree | 844388ce695a25325715aaea9341df1a91e57c1e | |
parent | Removing KEYWORDS; Fixes bug #163818. (diff) | |
download | gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.tar.gz gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.tar.bz2 gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
-rw-r--r-- | app-emulation/basiliskII/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/basiliskII/files/digest-basiliskII-1.0.0_pre20020115 | 2 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/basiliskII/ChangeLog b/app-emulation/basiliskII/ChangeLog index e12a156d586e..66ff92be3edd 100644 --- a/app-emulation/basiliskII/ChangeLog +++ b/app-emulation/basiliskII/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/basiliskII -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.21 2006/11/05 11:22:26 mabi Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.22 2007/01/25 21:58:20 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> + basiliskII-1.0.0_pre20050412.ebuild: + Replacing einfo with elog 05 Nov 2006; Matti Bickel <mabi@gentoo.org> basiliskII-1.0.0_pre20050412.ebuild: diff --git a/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild b/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild index 75da2b14d9a1..e79065705031 100644 --- a/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild +++ b/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild,v 1.5 2006/11/05 11:22:26 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild,v 1.6 2007/01/25 21:58:20 genone Exp $ inherit flag-o-matic eutils @@ -47,9 +47,9 @@ src_unpack() { cd "${S}" #prevent prestripped binary sed -i -e '/^INSTALL_PROGRAM/s/-s//' Makefile.in - + if use sdl && use dga ; then - einfo "SDL support was requested, DGA will be disabled" + elog "SDL support was requested, DGA will be disabled" fi } diff --git a/app-emulation/basiliskII/files/digest-basiliskII-1.0.0_pre20020115 b/app-emulation/basiliskII/files/digest-basiliskII-1.0.0_pre20020115 index 098190845945..b30fe1261aeb 100644 --- a/app-emulation/basiliskII/files/digest-basiliskII-1.0.0_pre20020115 +++ b/app-emulation/basiliskII/files/digest-basiliskII-1.0.0_pre20020115 @@ -1 +1,3 @@ MD5 6d8a128a3dd1f6800d6b0275f1ad8db0 BasiliskII_src_15012002.tar.gz 494773 +RMD160 485bb7fcaa75e08533a482875ca8635a013583d2 BasiliskII_src_15012002.tar.gz 494773 +SHA256 e17dd3dbe0ac27f77710d006fa5dfc2da8094fe2efb20617174eb64bbac73378 BasiliskII_src_15012002.tar.gz 494773 |