summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 20:26:01 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 20:26:01 +0000
commit5d907beeff6116cef61d4ddee3f14717d58450fc (patch)
treeb111671b830ada33525cb981b9d37942d221aec9 /dev-haskell
parent Make OpenSSL dependency mandatory. (diff)
downloadgentoo-2-5d907beeff6116cef61d4ddee3f14717d58450fc.tar.gz
gentoo-2-5d907beeff6116cef61d4ddee3f14717d58450fc.tar.bz2
gentoo-2-5d907beeff6116cef61d4ddee3f14717d58450fc.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hunit/ChangeLog5
-rw-r--r--dev-haskell/hunit/hunit-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog
index 849efad7bd0e..c8519473eea8 100644
--- a/dev-haskell/hunit/ChangeLog
+++ b/dev-haskell/hunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.14 2007/04/29 19:04:15 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.15 2007/04/30 20:26:01 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> hunit-1.1.ebuild:
+ Replacing einfo with elog
29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> hunit-1.1.ebuild:
Fix deps so it cannot be installed with ghc-6.6
diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild
index 716723b7fd8f..c5aaaf986a42 100644
--- a/dev-haskell/hunit/hunit-1.1.ebuild
+++ b/dev-haskell/hunit/hunit-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.11 2007/04/29 19:04:15 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.12 2007/04/30 20:26:01 genone Exp $
inherit ghc-package
@@ -18,7 +18,7 @@ DEPEND="=virtual/ghc-6.4*
pkg_setup () {
ghc-package_pkg_setup
- einfo "This library is already provided by ghc. This ebuild does nothing."
+ elog "This library is already provided by ghc. This ebuild does nothing."
}
src_install () {