diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:30:34 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:30:34 +0000 |
commit | 2b080ba8bf399d7a9a39e29e3b9d8073139e0deb (patch) | |
tree | e36146d1fae8be562610d8af5bc46c5b179c6c12 | |
parent | Fix thinko. (diff) | |
download | historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.tar.gz historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.tar.bz2 historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
-rw-r--r-- | dev-haskell/fgl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/fgl/fgl-5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/haskell-src/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/haskell-src/haskell-src-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/html/html-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/hunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/network/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/network/network-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 4 |
14 files changed, 42 insertions, 21 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog index f6c0fae2da5d..1b3f6d5380fc 100644 --- a/dev-haskell/fgl/ChangeLog +++ b/dev-haskell/fgl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/fgl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.15 2007/04/29 19:02:29 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.16 2007/04/30 20:21:34 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> fgl-5.2.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> fgl-5.2.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/fgl/fgl-5.2.ebuild b/dev-haskell/fgl/fgl-5.2.ebuild index e87a71de2d3d..fafcb0c69512 100644 --- a/dev-haskell/fgl/fgl-5.2.ebuild +++ b/dev-haskell/fgl/fgl-5.2.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/fgl/fgl-5.2.ebuild,v 1.11 2007/04/29 19:02:29 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.2.ebuild,v 1.12 2007/04/30 20:21:34 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 () { diff --git a/dev-haskell/haskell-src/ChangeLog b/dev-haskell/haskell-src/ChangeLog index 5bc8ed994c8b..d09a6f29c9cd 100644 --- a/dev-haskell/haskell-src/ChangeLog +++ b/dev-haskell/haskell-src/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/haskell-src # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.14 2007/04/29 19:02:57 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.15 2007/04/30 20:22:52 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> haskell-src-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> haskell-src-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/haskell-src/haskell-src-1.0.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.ebuild index 4f050f63f366..909f2dd77be5 100644 --- a/dev-haskell/haskell-src/haskell-src-1.0.ebuild +++ b/dev-haskell/haskell-src/haskell-src-1.0.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/haskell-src/haskell-src-1.0.ebuild,v 1.11 2007/04/29 19:02:57 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.ebuild,v 1.12 2007/04/30 20:22:52 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 () { diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog index 0dfdf88cfe73..7cbec1bca45d 100644 --- a/dev-haskell/html/ChangeLog +++ b/dev-haskell/html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/html # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.14 2007/04/29 19:03:48 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.15 2007/04/30 20:24:21 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> html-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/html/html-1.0.ebuild b/dev-haskell/html/html-1.0.ebuild index da20eaf92fb8..17a563d78f59 100644 --- a/dev-haskell/html/html-1.0.ebuild +++ b/dev-haskell/html/html-1.0.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/html/html-1.0.ebuild,v 1.11 2007/04/29 19:03:48 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.12 2007/04/30 20:24:21 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 () { 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 () { diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 843d4c01aa8f..bf1eff4bdf2c 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.14 2007/04/29 19:05:58 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.15 2007/04/30 20:27:58 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> mtl-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> mtl-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild index 142f33de7f57..38fe99c301f5 100644 --- a/dev-haskell/mtl/mtl-1.0.ebuild +++ b/dev-haskell/mtl/mtl-1.0.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/mtl/mtl-1.0.ebuild,v 1.11 2007/04/29 19:05:58 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.12 2007/04/30 20:27:58 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 () { diff --git a/dev-haskell/network/ChangeLog b/dev-haskell/network/ChangeLog index 71013e201801..561aea708f0b 100644 --- a/dev-haskell/network/ChangeLog +++ b/dev-haskell/network/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/network # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.14 2007/04/29 19:06:34 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.15 2007/04/30 20:29:14 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> network-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> network-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/network/network-1.0.ebuild b/dev-haskell/network/network-1.0.ebuild index d66ce4fb2a36..2cedee29bdda 100644 --- a/dev-haskell/network/network-1.0.ebuild +++ b/dev-haskell/network/network-1.0.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/network/network-1.0.ebuild,v 1.11 2007/04/29 19:06:34 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-1.0.ebuild,v 1.12 2007/04/30 20:29:14 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 () { diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 7d2ceaf7264f..94ddc217601c 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.14 2007/04/29 19:10:46 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.15 2007/04/30 20:30:34 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> quickcheck-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> quickcheck-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index c433a5ebb626..881c354fa2c3 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0.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/quickcheck/quickcheck-1.0.ebuild,v 1.11 2007/04/29 19:10:46 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.12 2007/04/30 20:30:34 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 () { |