Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Wed, 31 Jan 2007 14:40:50 +0000 (14:40 +0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 31 Jan 2007 14:40:50 +0000 (14:40 +0000)
Package-Manager: portage-2.1.2-r4

38 files changed:
dev-lang/ccc/ChangeLog
dev-lang/ccc/ccc-6.5.6.002.ebuild
dev-lang/ccc/ccc-6.5.9.001-r1.ebuild
dev-lang/ccc/ccc-6.5.9.001-r2.ebuild
dev-lang/ccc/ccc-6.5.9.001-r3.ebuild
dev-lang/ccc/ccc-6.5.9.001.ebuild
dev-lang/ccc/files/digest-ccc-6.5.9.001
dev-lang/ccc/files/digest-ccc-6.5.9.001-r1
dev-lang/ccc/files/digest-ccc-6.5.9.001-r2
dev-lang/ccc/files/digest-ccc-6.5.9.001-r3
dev-lang/cfal/ChangeLog
dev-lang/cfal/cfal-1.2.0.4.ebuild
dev-lang/cfal/files/digest-cfal-1.2.0.4
dev-lang/cxx/ChangeLog
dev-lang/cxx/cxx-6.5.9.31-r1.ebuild
dev-lang/cxx/cxx-6.5.9.31.ebuild
dev-lang/cxx/files/digest-cxx-6.5.9.31
dev-lang/cxx/files/digest-cxx-6.5.9.31-r1
dev-lang/erlang/ChangeLog
dev-lang/erlang/erlang-11.2.1.ebuild
dev-lang/erlang/erlang-11.2.2-r1.ebuild
dev-lang/fpc/ChangeLog
dev-lang/fpc/files/digest-fpc-2.0.2
dev-lang/fpc/fpc-2.0.0-r1.ebuild
dev-lang/fpc/fpc-2.0.2.ebuild
dev-lang/nqc/ChangeLog
dev-lang/nqc/files/digest-nqc-2.5.1
dev-lang/nqc/nqc-2.5.1.ebuild
dev-lang/nqc/nqc-3.1_p4.ebuild
dev-lang/ruby/ChangeLog
dev-lang/ruby/ruby-1.8.4-r3.ebuild
dev-lang/ruby/ruby-1.8.5_p12.ebuild
dev-lang/ruby/ruby-1.8.5_p2.ebuild
dev-lang/smlnj/ChangeLog
dev-lang/smlnj/files/digest-smlnj-110.0.7
dev-lang/smlnj/files/digest-smlnj-110.45
dev-lang/smlnj/smlnj-110.0.7.ebuild
dev-lang/smlnj/smlnj-110.45.ebuild

index 9cdcf1156caef95fe0823757069dd060860d045f..2b98575a7536d91792ae221b256ceff983019447 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ccc
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ChangeLog,v 1.10 2006/10/28 13:58:37 swegener Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ChangeLog,v 1.11 2007/01/31 14:22:04 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> ccc-6.5.6.002.ebuild,
+  ccc-6.5.9.001.ebuild, ccc-6.5.9.001-r2.ebuild, ccc-6.5.9.001-r3.ebuild:
+  Replacing einfo with elog
 
   28 Oct 2006; Sven Wegener <swegener@gentoo.org> ccc-6.5.6.002.ebuild,
   ccc-6.5.9.001.ebuild, ccc-6.5.9.001-r1.ebuild, ccc-6.5.9.001-r2.ebuild,
index 393296edb63171479458052d1aac3cf150e8dfd7..813881ca7d12fd73413a4122d426ee26ec97a911 100644 (file)
@@ -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/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.6 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.7 2007/01/31 14:22:04 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -135,29 +135,29 @@ pkg_config () {
 }
 
 pkg_postinst () {
-       einfo
-       einfo "ccc has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
-       einfo
+       elog
+       elog "ccc has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/ccc-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/ccc-${PV}"
        fi
        ewarn
        ewarn "you _MUST_ now run:"
        ewarn "emerge --config =${CATEGORY}/${PF}"
        ewarn "to complete the installation"
        ewarn
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with ccc"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with ccc"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 }
index bcd3baad206149360257cd6c36e06257a17bac81..025838157e7bc8038d0b20911f7d846109dfebba 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -185,27 +185,27 @@ pkg_config () {
 
 pkg_postinst () {
        echo
-       einfo "ccc has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
-       einfo
+       elog "ccc has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/ccc-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/ccc-${PV}"
        fi
 
        echo
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with ccc"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with ccc"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 
        echo
        ewarn
index 9b45ebf8c3f4fb61c27f29fc9f26d01f55bf6814..7bb351e36d5559f6adb6867ffbae8ae49d7cdfd8 100644 (file)
@@ -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/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -191,27 +191,27 @@ pkg_config () {
 
 pkg_postinst () {
        echo
-       einfo "ccc has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
-       einfo
+       elog "ccc has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/ccc-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/ccc-${PV}"
        fi
 
        echo
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with ccc"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with ccc"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 
        echo
        ewarn
index b0e13cdcbe076db4294769b54e9effd586505853..4989f490e34b763845fe0fa93204caebf584c090 100644 (file)
@@ -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/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -154,27 +154,27 @@ pkg_config () {
 
 pkg_postinst () {
        echo
-       einfo "ccc has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
-       einfo
+       elog "ccc has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/ccc-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/ccc-${PV}"
        fi
 
        echo
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with ccc"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with ccc"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 
        echo
        ewarn
index f026eae32fe0014237fc9be6e2db01a45210f9e1..2c80c26e2b60ded79d21d785e4b1f6b4043df367 100644 (file)
@@ -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/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.8 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.9 2007/01/31 14:22:04 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -161,29 +161,29 @@ pkg_config () {
 }
 
 pkg_postinst () {
-       einfo
-       einfo "ccc has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
-       einfo
+       elog
+       elog "ccc has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/ccc-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/ccc-${PV}"
        fi
        ewarn
        ewarn "you _MUST_ now run:"
        ewarn "emerge --config =${CATEGORY}/${PF}"
        ewarn "to complete the installation"
        ewarn
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with ccc"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with ccc"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 }
index 8e917a78390d59369dd1de74d04ec8b83602352a..c5ce88c7f906223ae1579f2a391bf3b87a5f4b46 100644 (file)
@@ -1 +1,3 @@
 MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
index 8e917a78390d59369dd1de74d04ec8b83602352a..c5ce88c7f906223ae1579f2a391bf3b87a5f4b46 100644 (file)
@@ -1 +1,3 @@
 MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
index 8e917a78390d59369dd1de74d04ec8b83602352a..c5ce88c7f906223ae1579f2a391bf3b87a5f4b46 100644 (file)
@@ -1 +1,3 @@
 MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
index 8e917a78390d59369dd1de74d04ec8b83602352a..c5ce88c7f906223ae1579f2a391bf3b87a5f4b46 100644 (file)
@@ -1 +1,3 @@
 MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
index df83fe044df49cc0dfced5610ef8721535754a3d..3089fe6d8a8489cadc2e7fa2bc4479658dc968d6 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfal
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/ChangeLog,v 1.6 2006/11/23 06:40:08 masterdriverz Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/ChangeLog,v 1.7 2007/01/31 14:24:59 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> cfal-1.2.0.4.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Charlie Shepherd <masterdriverz@gentoo.org> ChangeLog:
   Remove prepallman call as its invoked automatically, bug 140697
index 27b960f5a2e285f80a3d84ba17657f1303e6cd49..c688ad046a46c222b93594929cf02c7027eb5bea 100644 (file)
@@ -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/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.7 2006/11/23 06:40:08 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.8 2007/01/31 14:24:59 genone Exp $
 
 IUSE=""
 
@@ -120,10 +120,10 @@ src_install() {
 }
 
 pkg_postinst () {
-       einfo
-       einfo "cfal has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/share/doc/${PF}/README"
-       einfo
+       elog
+       elog "cfal has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/share/doc/${PF}/README"
+       elog
 }
index b39ba26899ad68161337864ab505662da983582e..8fedfcdfc10cb995f129c5ca9288ba2d1458fdd5 100644 (file)
@@ -1,2 +1,6 @@
 MD5 b30a4de37d566ecdeb6b127257afa1b5 cfal-1.2.0-4.alpha.rpm.crypt 5072902
+RMD160 9dc479b10db98df6fb544599609a6c7fc7d49098 cfal-1.2.0-4.alpha.rpm.crypt 5072902
+SHA256 b57e0dbadcbf25a70307831dbce755e5317bfb421aa40cf28e2a4892e51b8b4f cfal-1.2.0-4.alpha.rpm.crypt 5072902
 MD5 4e3f138c95082fce26f708c0b41b561d cfalrtl-1.2.0-3.alpha.rpm 980696
+RMD160 c912a8b5f6c8b20c4bf006208333aad7c5fe8d5a cfalrtl-1.2.0-3.alpha.rpm 980696
+SHA256 0ef7a1a1638e68b73078f1e6a2930858bde0f8b5a11020cc751c277576fae359 cfalrtl-1.2.0-3.alpha.rpm 980696
index 70ef7742d66b9f95b916b9276130662478dd547d..99643c81ed7ad65ec790dcd67f312e8a0af98112 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/cxx
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.9 2006/10/28 13:54:36 swegener Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.10 2007/01/31 14:26:58 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> cxx-6.5.9.31.ebuild,
+  cxx-6.5.9.31-r1.ebuild:
+  Replacing einfo with elog
 
   28 Oct 2006; Sven Wegener <swegener@gentoo.org> cxx-6.5.9.31.ebuild,
   cxx-6.5.9.31-r1.ebuild:
index 095d8a50dc6699f067f9f8db487a215c5857ccb7..047327b9bb80485b75b38928a8dca8905db87bbe 100644 (file)
@@ -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/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.11 2006/10/28 13:54:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.12 2007/01/31 14:26:58 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -156,29 +156,29 @@ pkg_config () {
 }
 
 pkg_postinst () {
-       einfo
-       einfo "cxx has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/cxx-${cxx_release%*-1}/alpha-linux/bin/LICENSE.TXT"
-       einfo
+       elog
+       elog "cxx has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/cxx-${cxx_release%*-1}/alpha-linux/bin/LICENSE.TXT"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/cxx-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/cxx-${PV}"
        fi
        ewarn
        ewarn "you _MUST_ now run:"
        ewarn "emerge --config =${CATEGORY}/${PF}"
        ewarn "to complete the installation"
        ewarn
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with cxx"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with cxx"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 }
index 8d6278c9d4261530190230dab410709171ec6d5b..ad9023fe83713c5c04f335d74737d41c8cb2b0ea 100644 (file)
@@ -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/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.6 2006/10/28 13:54:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.7 2007/01/31 14:26:58 genone Exp $
 #
 # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
 # and edited by Aron Griffis <agriffis@gentoo.org>
@@ -149,29 +149,29 @@ pkg_config () {
 }
 
 pkg_postinst () {
-       einfo
-       einfo "cxx has been merged successfully, the EULA"
-       einfo "is available in"
-       einfo
-       einfo "/usr/lib/compaq/cxx-${cxx_release%*-1}/alpha-linux/bin/LICENSE.TXT"
-       einfo
+       elog
+       elog "cxx has been merged successfully, the EULA"
+       elog "is available in"
+       elog
+       elog "/usr/lib/compaq/cxx-${cxx_release%*-1}/alpha-linux/bin/LICENSE.TXT"
+       elog
        if use doc >/dev/null; then
-               einfo "You can also view the compiler documentation"
-               einfo "in /usr/share/doc/cxx-${PV}"
+               elog "You can also view the compiler documentation"
+               elog "in /usr/share/doc/cxx-${PV}"
        fi
        ewarn
        ewarn "you _MUST_ now run:"
        ewarn "emerge --config =${CATEGORY}/${PF}"
        ewarn "to complete the installation"
        ewarn
-       einfo "Hopefullly soon we will get a ccc USE flag"
-       einfo "on packages (or at least individual"
-       einfo "components) that can be successfully built"
-       einfo "using this compiler, until then you will"
-       einfo "just have to experiment :)"
-       einfo
-       einfo "Please report successes/failures with cxx"
-       einfo "to http://bugs.gentoo.org so that the USE"
-       einfo "flags can be updated."
-       einfo
+       elog "Hopefullly soon we will get a ccc USE flag"
+       elog "on packages (or at least individual"
+       elog "components) that can be successfully built"
+       elog "using this compiler, until then you will"
+       elog "just have to experiment :)"
+       elog
+       elog "Please report successes/failures with cxx"
+       elog "to http://bugs.gentoo.org so that the USE"
+       elog "flags can be updated."
+       elog
 }
index 9d5cb383784e8d169012fe3681e127202fee36c5..675f237086bb7adccfb2be907dda488555a7be61 100644 (file)
@@ -1 +1,3 @@
 MD5 915146572fe6711827f486af40544877 cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
+RMD160 6c89399a365bc8f7cae11853b2b4a762153529ec cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
+SHA256 3c74ff5d9a20535aa1946a28568019310f62b0371b47a0bffca79316e4351817 cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
index 9d5cb383784e8d169012fe3681e127202fee36c5..675f237086bb7adccfb2be907dda488555a7be61 100644 (file)
@@ -1 +1,3 @@
 MD5 915146572fe6711827f486af40544877 cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
+RMD160 6c89399a365bc8f7cae11853b2b4a762153529ec cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
+SHA256 3c74ff5d9a20535aa1946a28568019310f62b0371b47a0bffca79316e4351817 cxx-6.5.9.31-1.alpha.rpm.crypt 9683556
index 4ac11c3d40e33168d30695f1fd84bef98cb4bc12..8353a27f052b1476bb352b0735b19342ae047678 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.53 2007/01/22 08:00:24 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.54 2007/01/31 14:28:59 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> erlang-11.2.1.ebuild,
+  erlang-11.2.2-r1.ebuild:
+  Replacing einfo with elog
 
   22 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
   erlang-11.2.2-r1.ebuild:
index 04ff5a5604a5b7abbb45a02bc86eac6df52e0248..2e4cd943e2b314a3bffafc2bd9f76f0eb29e1655 100644 (file)
@@ -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/dev-lang/erlang/erlang-11.2.1.ebuild,v 1.10 2006/12/22 14:59:47 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-11.2.1.ebuild,v 1.11 2007/01/31 14:28:59 genone Exp $
 
 inherit eutils multilib flag-o-matic elisp-common versionator
 
@@ -131,10 +131,10 @@ src_install() {
 
 pkg_postinst() {
        use emacs && elisp-site-regen
-       einfo
-       einfo "If you need a symlink to one of erlang's binaries,"
-       einfo "please open a bug and tell the maintainers."
-       einfo
+       elog
+       elog "If you need a symlink to one of erlang's binaries,"
+       elog "please open a bug and tell the maintainers."
+       elog
 }
 
 pkg_postrm() {
index 77db22a413c3ba3a4775941de9cb020176afb581..1d939bdcb8446d642df3902767e6cab24be75ceb 100644 (file)
@@ -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-lang/erlang/erlang-11.2.2-r1.ebuild,v 1.4 2007/01/22 08:00:24 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-11.2.2-r1.ebuild,v 1.5 2007/01/31 14:28:59 genone Exp $
 
 inherit elisp-common eutils flag-o-matic multilib versionator
 
@@ -147,14 +147,14 @@ src_install() {
 
 pkg_postinst() {
        use emacs && elisp-site-regen
+       elog
+       elog "If you need a symlink to one of erlang's binaries,"
+       elog "please open a bug and tell the maintainers."
+       elog
+       elog "Gentoo's versioning scheme differs from the author's, so please refer to this version as R11B-2"
+       elog
 }
 
 pkg_postrm() {
        use emacs && elisp-site-regen
-       einfo
-       einfo "If you need a symlink to one of erlang's binaries,"
-       einfo "please open a bug and tell the maintainers."
-       einfo
-       einfo "Gentoo's versioning scheme differs from the author's, so please refer to this version as R11B-2"
-       einfo
 }
index 9794be0b03811a515727905e283a4805885eb855..f6da7e46807fe4e800e2eda9f87e0f168c26b849 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/fpc
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.33 2007/01/04 00:00:20 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.34 2007/01/31 14:31:05 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> fpc-2.0.0-r1.ebuild,
+  fpc-2.0.2.ebuild:
+  Replacing einfo with elog
 
   03 Jan 2007; Harald van Dijk <truedfx@gentoo.org> fpc-2.0.4.ebuild:
   Block older findutils to avoid having more people run into problems (#148570)
index df0a50df8be9e5aad19999aca9efc63777b76034..9e9c5f777b1dbedde139519962c162d350577c9c 100644 (file)
@@ -14,6 +14,8 @@ MD5 0a48954021273fec6b7fdba9038acdcc fpc-2.0.2.source.tar.gz 13404431
 RMD160 683719e484dbf770565db1f9ba065c6b4c08ac1d fpc-2.0.2.source.tar.gz 13404431
 SHA256 b49a9044392484b7fe54163ab6e5fa7cb4fb47c8851c6934edadfb0de0796cc3 fpc-2.0.2.source.tar.gz 13404431
 MD5 392e122ec12aee30bde19086efdcf71c fpc-docs-2.0.2.tar.gz 6347946
+RMD160 dab2b52ac18e339705972554a9d365a8b2a69cbb fpc-docs-2.0.2.tar.gz 6347946
+SHA256 7cd328c42d94be2852217bb20b7efb1f7ca40e066c14a920881c232afc9d0e22 fpc-docs-2.0.2.tar.gz 6347946
 MD5 ebcc2dcf0edeab21ee5ec510441e53a6 fpc-man-2.0.2.tar.gz 25843
 RMD160 d54b0eff28665786e76810bb9fb62600954e9cf6 fpc-man-2.0.2.tar.gz 25843
 SHA256 53e6c7fc73d29e5603016ae0c8fde02a030725c17c17b3a07f4a5292a4851290 fpc-man-2.0.2.tar.gz 25843
index b288db90ba380c341642e9e4443ef65bb0757931..4f7f76dba3ff68eb6ca3f51acf271bc8b36e36d5 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.5 2005/12/17 16:17:58 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.6 2007/01/31 14:31:05 genone Exp $
 
 inherit eutils
 
@@ -156,6 +156,6 @@ pkg_postinst() {
                FPCARCH=x64
                ;;
        esac
-       einfo "/usr/bin/ppc${FPCARCH} now points to the new binary:"
-       einfo "                 /usr/lib/${PN}/${MY_PV}/ppc${FPCARCH}"
+       elog "/usr/bin/ppc${FPCARCH} now points to the new binary:"
+       elog "                  /usr/lib/${PN}/${MY_PV}/ppc${FPCARCH}"
 }
index 05e84eb5a6e303365514458571d932451000d59c..de85d507b1303b3bfa5f5077b1797a8512e37d23 100644 (file)
@@ -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/dev-lang/fpc/fpc-2.0.2.ebuild,v 1.3 2006/08/05 15:15:49 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.2.ebuild,v 1.4 2007/01/31 14:31:05 genone Exp $
 
 inherit eutils
 
@@ -157,6 +157,6 @@ pkg_postinst() {
                sparc)  FPC_ARCH="sparc" ;;
                *) die "This ebuild doesn't support ${ARCH}." ;;
        esac
-       einfo "/usr/bin/ppc${FPC_ARCH} now points to the new binary:"
-       einfo "                 /usr/lib/${PN}/${PV}/ppc${FPC_ARCH}"
+       elog "/usr/bin/ppc${FPC_ARCH} now points to the new binary:"
+       elog "                  /usr/lib/${PN}/${PV}/ppc${FPC_ARCH}"
 }
index 85b8390306b58e990b79f71b2ff6ef12a00af578..d0d7145270899b83d05d9dfc24e2134cc6c0c724 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/nqc
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.10 2006/06/18 14:06:51 pylon Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.11 2007/01/31 14:32:38 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> nqc-2.5.1.ebuild,
+  nqc-3.1_p4.ebuild:
+  Replacing einfo with elog
 
 *nqc-3.1_p4 (18 Jun 2006)
 
index 6eb339324b7fbb783ebe3e7aeea2354412ac0dba..0cba6b7d36e41497763f23609860249e07c073e2 100644 (file)
@@ -1 +1,3 @@
 MD5 b765ac5077aba731861157c265748075 nqc-2.5.r1.tgz 215808
+RMD160 3f8e7e016b21bfb8f03716eed5976345c2bebaf6 nqc-2.5.r1.tgz 215808
+SHA256 439eab22f21e8e28c296c17dd2340956a8c4b2a75d868885df49202d0a8795e2 nqc-2.5.r1.tgz 215808
index f44e92bb764cf3a18561b5a2061fd10f2811d56c..fb3f6deb3bfd6b6a0a4992cb948b216abd281871 100644 (file)
@@ -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/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.11 2006/06/18 14:06:51 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.12 2007/01/31 14:32:38 genone Exp $
 
 inherit eutils
 
@@ -37,7 +37,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "To change the default serial name for nqc (/dev/ttyS0) set"
-       einfo "the environment variable NQC_SERIAL and reemerge nqc, e.g.:"
-       einfo " NQC_SERIAL='/dev/ttyS1' emerge nqc"
+       elog "To change the default serial name for nqc (/dev/ttyS0) set"
+       elog "the environment variable NQC_SERIAL and reemerge nqc, e.g.:"
+       elog " NQC_SERIAL='/dev/ttyS1' emerge nqc"
 }
index c621c7540b3f4477da38e2aa1a3e836dbd85e5c6..850b4918928c3cdf15a41830fc014611010b17fc 100644 (file)
@@ -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/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.1 2006/06/18 14:06:51 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.2 2007/01/31 14:32:38 genone Exp $
 
 inherit eutils
 
@@ -38,16 +38,16 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "To change the default serial name for nqc (/dev/ttyS0) set"
-       einfo "the environment variable RCX_PORT or use the nqc command line"
-       einfo "option -S to specify your serial port."
+       elog "To change the default serial name for nqc (/dev/ttyS0) set"
+       elog "the environment variable RCX_PORT or use the nqc command line"
+       elog "option -S to specify your serial port."
        if use usb; then
-               einfo
-               einfo "You have enabled USB support. To use usb on the"
-               einfo "command line use the -Susb command line option"
+               elog
+               elog "You have enabled USB support. To use usb on the"
+               elog "command line use the -Susb command line option"
        else
-               einfo
-               einfo "You have not enabled usb support and will be unable"
-               einfo "to use the usb IR tower. To enable USB use the usb use flag"
+               elog
+               elog "You have not enabled usb support and will be unable"
+               elog "to use the usb IR tower. To enable USB use the usb use flag"
        fi
 }
index 3bc0363ec7357d830ed7d23238aec024526e38cf..68705ec6385acbfc1183686840e09b779f1c83f8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.253 2007/01/28 02:54:06 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.254 2007/01/31 14:40:50 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> ruby-1.8.4-r3.ebuild,
+  ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild:
+  Replacing einfo with elog
 
   28 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
   ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild:
index 63082d5becebb9c456e08bb0b4e29709233a75c9..9b5edb044e4d3a63978b78362fff431aaec32fc4 100644 (file)
@@ -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-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.14 2007/01/04 22:17:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.15 2007/01/31 14:40:50 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -135,9 +135,9 @@ pkg_postinst() {
                if [ ! -n "$(readlink ${ROOT}usr/bin/ruby)" ] ; then
                        ${ROOT}usr/sbin/ruby-config ruby${SLOT/./}
                fi
-               einfo
-               einfo "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
-               einfo
+               elog
+               elog "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
+               elog
        fi
 }
 
index 4cce07c2e2432d54d41e74a160b14e1df631e6c9..801e73f11777f64008cd94d41a86c02d53382e0d 100644 (file)
@@ -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-lang/ruby/ruby-1.8.5_p12.ebuild,v 1.4 2007/01/28 02:54:06 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.5_p12.ebuild,v 1.5 2007/01/31 14:40:50 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -129,9 +129,9 @@ pkg_postinst() {
        if [ ! -n "$(readlink ${ROOT}usr/bin/ruby)" ] ; then
                ${ROOT}usr/sbin/ruby-config ruby${SLOT/./}
        fi
-       einfo
-       einfo "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
-       einfo
+       elog
+       elog "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
+       elog
 }
 
 pkg_postrm() {
index 9fa046421e1798b7f7a6adf32de54410c20dfc9b..f5b1dc0df6aeb4edb0af01e862c4e0a038095878 100644 (file)
@@ -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-lang/ruby/ruby-1.8.5_p2.ebuild,v 1.12 2007/01/28 02:54:07 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.5_p2.ebuild,v 1.13 2007/01/31 14:40:50 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -128,9 +128,9 @@ pkg_postinst() {
                if [ ! -n "$(readlink ${ROOT}usr/bin/ruby)" ] ; then
                        ${ROOT}usr/sbin/ruby-config ruby${SLOT/./}
                fi
-               einfo
-               einfo "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
-               einfo
+               elog
+               elog "You can change the default ruby interpreter by ${ROOT}usr/sbin/ruby-config"
+               elog
        fi
 }
 
index fb2f829bf0a9ac601136254f021f416529ed8239..94513d30b5251525b69de02213855cc73d24e845 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/smlnj
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/ChangeLog,v 1.14 2005/02/06 14:00:15 mattam Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/ChangeLog,v 1.15 2007/01/31 14:37:37 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> smlnj-110.0.7.ebuild,
+  smlnj-110.45.ebuild:
+  Replacing einfo with elog
 
   06 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> smlnj-110.0.7.ebuild,
   smlnj-110.45.ebuild:
index a7c6a03a15ddcf5ef9ed220cb9f00bd2a9a74d9e..d447d65c49381ab732a312afd45a61aa88c91de4 100644 (file)
@@ -1,12 +1,36 @@
 MD5 03c34f3718a00c34aaf369382c57dcef smlnj-110.0.7-bin.x86-unix.tar.Z 3620350
+RMD160 f284c220306c4df4aad384ac2db23be7997cf977 smlnj-110.0.7-bin.x86-unix.tar.Z 3620350
+SHA256 17d0568ceb9c90b41c2a2f538fe336ee6c673ead7417e7a7ba489932e99e27b5 smlnj-110.0.7-bin.x86-unix.tar.Z 3620350
+MD5 419a7ca8f8d2de79f46b633e6a5abe97 smlnj-110.0.7-cm.tar.Z 543905
+RMD160 df2afe1f56e94d8689484c0acfdd38a1d9f6f33b smlnj-110.0.7-cm.tar.Z 543905
+SHA256 4a0d068dfea62c40a6f4a8e76709e3a5f024de36de267c0282f80d8efc245ee2 smlnj-110.0.7-cm.tar.Z 543905
+MD5 f39fa0bfd308273674b34d6c40789b66 smlnj-110.0.7-cml.tar.Z 259665
+RMD160 81c2d40b7e37b9fc48e05c57024095ddb0b4816a smlnj-110.0.7-cml.tar.Z 259665
+SHA256 9d541525c252ab9c313f8e7e9eb254b68f5edabbe8a9cd878805ff4c992b5b8c smlnj-110.0.7-cml.tar.Z 259665
 MD5 747b58db2b4933fb028f99c2fa90c5eb smlnj-110.0.7-config.tar.Z 10397
-MD5 877e2a52828da4e971a4830f11e1635a smlnj-110.0.7-runtime.tar.Z 615867
+RMD160 5d329814570dc810877029dec5d60584ac1d288a smlnj-110.0.7-config.tar.Z 10397
+SHA256 c8f8fbc0276140297abf3cc95b876fbc4155d61d8fc41e80411c8cf53dc2ff01 smlnj-110.0.7-config.tar.Z 10397
+MD5 343f860951e2b358b84674d13cea6cdd smlnj-110.0.7-eXene.tar.Z 1118845
+RMD160 e5c54c0ea1df8ace8e2b943da81689a4ce33a232 smlnj-110.0.7-eXene.tar.Z 1118845
+SHA256 3b8bcfc931dcd6589fb7493c9b396403db6d54aa2b1dd3c6b7d3460b511ef0f6 smlnj-110.0.7-eXene.tar.Z 1118845
+MD5 c49cc8d3023411476d33987b3521aaa4 smlnj-110.0.7-ml-burg.tar.Z 99341
+RMD160 0707d9719bef468aaeb46c5df54bd24aca8ecc56 smlnj-110.0.7-ml-burg.tar.Z 99341
+SHA256 d79f63c1691e6662b5bac94d31315441c537a881016cf6b71e800bb1434cad83 smlnj-110.0.7-ml-burg.tar.Z 99341
 MD5 96723edc80cb58096c9e549141330c6e smlnj-110.0.7-ml-lex.tar.Z 46008
+RMD160 6ccdefc3127d091905b51c8e803b6dc18f74b2c5 smlnj-110.0.7-ml-lex.tar.Z 46008
+SHA256 53b2fcf130466be487ed2a5212d63dd7bb45f81626f16b29b69c1d31ed9b4124 smlnj-110.0.7-ml-lex.tar.Z 46008
 MD5 5b92d0a6778b0687e865c89704fb5113 smlnj-110.0.7-ml-yacc.tar.Z 160157
-MD5 c49cc8d3023411476d33987b3521aaa4 smlnj-110.0.7-ml-burg.tar.Z 99341
+RMD160 c07a837368ef46cfaed90bd66164dd74c0df74c7 smlnj-110.0.7-ml-yacc.tar.Z 160157
+SHA256 ab1d6cfcf10e6bc4847debb446973966d08c5f0f6d9599f1f3275afa54181c84 smlnj-110.0.7-ml-yacc.tar.Z 160157
+MD5 877e2a52828da4e971a4830f11e1635a smlnj-110.0.7-runtime.tar.Z 615867
+RMD160 792e06fd4648287a189d5cd1a1510ac2ef4680f7 smlnj-110.0.7-runtime.tar.Z 615867
+SHA256 43805e80320c4532d342ebf967ef386aa1a90d8b6328777736a5676b605d72ed smlnj-110.0.7-runtime.tar.Z 615867
 MD5 b224649816e19dfb1ed2642e71a15646 smlnj-110.0.7-sml-nj.tar.Z 1686021
+RMD160 261f32fdffcd9565dfd962bde4a5c1eaafbee913 smlnj-110.0.7-sml-nj.tar.Z 1686021
+SHA256 31e984e941675285a76e1b6c5d9acc9c16855e6097fe5d2be0e2c3683047ea14 smlnj-110.0.7-sml-nj.tar.Z 1686021
 MD5 f6b9e6b81c8a0d5e3492135d6221db54 smlnj-110.0.7-smlnj-c.tar.Z 106309
+RMD160 fc6ea402517e3c5163034f8ce4d7a1c247a229f6 smlnj-110.0.7-smlnj-c.tar.Z 106309
+SHA256 4ed05988cd3ab75ee2bf0c8f8f6162a1300edb7923798a443e73364b44d1e621 smlnj-110.0.7-smlnj-c.tar.Z 106309
 MD5 7e6d3fb3e62d8bd6348bf3c0306ec4cd smlnj-110.0.7-smlnj-lib.tar.Z 417409
-MD5 f39fa0bfd308273674b34d6c40789b66 smlnj-110.0.7-cml.tar.Z 259665
-MD5 419a7ca8f8d2de79f46b633e6a5abe97 smlnj-110.0.7-cm.tar.Z 543905
-MD5 343f860951e2b358b84674d13cea6cdd smlnj-110.0.7-eXene.tar.Z 1118845
+RMD160 30aed7ebf68762e64206da791a3afedee9eb5d91 smlnj-110.0.7-smlnj-lib.tar.Z 417409
+SHA256 f189300515e6f36541aad61e1b01ec5d3a8f96ff40c2293b7fa031e0281269ab smlnj-110.0.7-smlnj-lib.tar.Z 417409
index 0e199263615cfae98a2ac5ed514d8a41ec625662..206a4e90c76c6989c07bcf6c8a000fd314b465fd 100644 (file)
@@ -1,11 +1,33 @@
-MD5 1ab6190a56b9b93a187143c2f7a94d7b smlnj-110.45-boot.x86-unix.tgz 5298523
+MD5 8e6ee2b2cd4200bfabb7212212407c91 smlnj-110.45-MLRISC.tgz 1221377
+RMD160 91114e09b1206486b64d60bac74631726747b1ac smlnj-110.45-MLRISC.tgz 1221377
+SHA256 a2f61407029732b1029391fd84be0ecfd21a1be0c297713b7e949d26168504ee smlnj-110.45-MLRISC.tgz 1221377
 MD5 6f3c5658c9f9d2b8876d8998fa36273b smlnj-110.45-boot.ppc-unix.tgz 5211874
+RMD160 d7e0c5c2c2d6214ede6aca241494bec468df7d35 smlnj-110.45-boot.ppc-unix.tgz 5211874
+SHA256 e0cadfc8fa5c84727bdccf969c7f0d614352d9a163caa06f4e6218b7727f974e smlnj-110.45-boot.ppc-unix.tgz 5211874
+MD5 1ab6190a56b9b93a187143c2f7a94d7b smlnj-110.45-boot.x86-unix.tgz 5298523
+RMD160 beb218cc54eeab52d96068ce425c5598d749805a smlnj-110.45-boot.x86-unix.tgz 5298523
+SHA256 180c8643161b1bd9e398f39e38ae0a4b8f77c38eb2abe22cdc3e0feba9ff52dc smlnj-110.45-boot.x86-unix.tgz 5298523
+MD5 3386ad64c9cd321d6a398550827a8f84 smlnj-110.45-cml.tgz 103556
+RMD160 d10114c99356d828248c581e56b043a52406b7bb smlnj-110.45-cml.tgz 103556
+SHA256 332c7e71932062353784f93688524a82126206781117b828c2332aa23b28fdba smlnj-110.45-cml.tgz 103556
 MD5 41648889cc2b4f45e0a72ac13d319155 smlnj-110.45-config.tgz 12918
-MD5 8e6ee2b2cd4200bfabb7212212407c91 smlnj-110.45-MLRISC.tgz 1221377
-MD5 c2c9efcdfcaf1e70d3b546105b5ab7a2 smlnj-110.45-runtime.tgz 315758
+RMD160 44aecda9dbc78bc2477e2d975fc7f1bc6fe72b56 smlnj-110.45-config.tgz 12918
+SHA256 c216bdfea05f0a73f245f7a9cbe437014affa3db165ca64470bd38e5aa3feb62 smlnj-110.45-config.tgz 12918
+MD5 a578a05fdb83d09b99fb7aa455f93877 smlnj-110.45-eXene.tgz 695211
+RMD160 0ab59ba11b810339a11070236913bc08bece0d81 smlnj-110.45-eXene.tgz 695211
+SHA256 41a318daba7791a3027d772f033055a374295e795a97496aeb8f0b0493447eaa smlnj-110.45-eXene.tgz 695211
+MD5 fd36faabc3e8833a4e32c55632c95b94 smlnj-110.45-ml-burg.tgz 31547
+RMD160 f95ef11a5dec2548f9a2c37919f4e3b4f8c473f0 smlnj-110.45-ml-burg.tgz 31547
+SHA256 dcd398dc5581573f0f021f783501914e342445dedbbabaeece5e0b1eb9270df2 smlnj-110.45-ml-burg.tgz 31547
 MD5 4fa0ae33f56a83b7294605bedc6a0c97 smlnj-110.45-ml-lex.tgz 32382
+RMD160 70ef87c4df6d3e0b32b682f89e41fb39ea840ac4 smlnj-110.45-ml-lex.tgz 32382
+SHA256 ba3cf33efa4585d171b2996f05ee120cd6bba70f6231a06961e6137c56144e95 smlnj-110.45-ml-lex.tgz 32382
 MD5 30fd1c8b4132600f838d3cb2289a070c smlnj-110.45-ml-yacc.tgz 95048
-MD5 fd36faabc3e8833a4e32c55632c95b94 smlnj-110.45-ml-burg.tgz 31547
+RMD160 dd00f045edd994c2b0103e94afa7b5c974945515 smlnj-110.45-ml-yacc.tgz 95048
+SHA256 fa5480f4b3a4312e51bf6ce4ab4717d4f955d3c3bbde8cbd5e207745cccc81f9 smlnj-110.45-ml-yacc.tgz 95048
+MD5 c2c9efcdfcaf1e70d3b546105b5ab7a2 smlnj-110.45-runtime.tgz 315758
+RMD160 b80a3d57f192a26deba2600948275ad5fc083131 smlnj-110.45-runtime.tgz 315758
+SHA256 19a6e992a8702873f02755c8c2415e3b10278bb74fd70eb31c0c71b4411b88ca smlnj-110.45-runtime.tgz 315758
 MD5 aa42c2dc8ab6be7c8e4b41bd2bbfd25f smlnj-110.45-smlnj-lib.tgz 217129
-MD5 3386ad64c9cd321d6a398550827a8f84 smlnj-110.45-cml.tgz 103556
-MD5 a578a05fdb83d09b99fb7aa455f93877 smlnj-110.45-eXene.tgz 695211
+RMD160 afdb9937e97e655317533d1b491edbfe3bff6491 smlnj-110.45-smlnj-lib.tgz 217129
+SHA256 fc47a6cba04f2b82a866bec02abb809af8122f9e3c724c6e4509471d8756e1da smlnj-110.45-smlnj-lib.tgz 217129
index 30a518b8335d3126f0a056c33b6e60b28807038d..12ca2b41297ae7a16f1d82de119949d733c8f707 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.0.7.ebuild,v 1.6 2005/02/06 14:00:15 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.0.7.ebuild,v 1.7 2007/01/31 14:37:37 genone Exp $
 
 inherit eutils
 
@@ -90,7 +90,7 @@ src_install () {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "You need to run env-update to get a working installation"
-       einfo
+       elog
+       elog "You need to run env-update to get a working installation"
+       elog
 }
index 1d7be0536cced681b8b3ab77e178e56b15655b6f..2c4d00e0994ccd330bfd7bdfcca4e10c616c71ae 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.45.ebuild,v 1.6 2005/02/06 14:00:15 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.45.ebuild,v 1.7 2007/01/31 14:37:37 genone Exp $
 
 inherit eutils
 
@@ -95,7 +95,7 @@ src_install() {
 
 pkg_postinst()
 {
-       einfo
-       einfo "You need to run env-update to get a working installation"
-       einfo
+       elog
+       elog "You need to run env-update to get a working installation"
+       elog
 }