Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Tue, 23 Jan 2007 15:43:01 +0000 (15:43 +0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 23 Jan 2007 15:43:01 +0000 (15:43 +0000)
Package-Manager: portage-2.1.2-r2

app-arch/ipkg-utils/ChangeLog
app-arch/ipkg-utils/files/digest-ipkg-utils-1.7
app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild
app-arch/ipkg-utils/ipkg-utils-1.7.ebuild
app-arch/stuffit/ChangeLog
app-arch/stuffit/files/digest-stuffit-5.2.0.611
app-arch/stuffit/stuffit-5.2.0.611.ebuild

index 0d31f75d16ccc2e81656920b60639d7721d4a6af..420934cbc277a5493e1582724a26c1545f4c8222 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/ipkg-utils
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.8 2006/08/06 14:44:34 seemant Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.9 2007/01/23 15:40:07 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> ipkg-utils-1.7.ebuild,
+  ipkg-utils-1.7.050831.ebuild:
+  Replacing einfo with elog
 
   06 Aug 2006; Seemant Kulleen <seemant@gentoo.org> ipkg-utils-1.7.ebuild,
   ipkg-utils-1.7.050831.ebuild:
index d7b684094b45902f9f0f91890797605a2cb6f924..2295067c25552c2ee84f0f3ee8b0f17eb05078c0 100644 (file)
@@ -1 +1,3 @@
 MD5 da3e3ef772973d7370a6ac95f0fef9b8 ipkg-utils-1.7.tar.gz 19480
+RMD160 4fa46546be381b8503b1a97be51f9e56cb63112e ipkg-utils-1.7.tar.gz 19480
+SHA256 813428c1aac04393ba64d0a23f9f820277357cbcdbdd391b9cf2bbf5257e8625 ipkg-utils-1.7.tar.gz 19480
index e1a1b40618f74b2d6250ac782a3cde24b31504b7..4e3ef3279547b5b400a0554903bb4197e11b1c26 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/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild,v 1.2 2006/08/06 14:44:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild,v 1.3 2007/01/23 15:40:07 genone Exp $
 
 inherit distutils eutils toolchain-funcs versionator
 
@@ -29,8 +29,8 @@ src_unpack() {
        sed '/python setup.py build/d' -i Makefile
 
        if use minimal; then
-               einfo "ipkg-upload is not installed when the \`minimal' USE flag is set.  If you"
-               einfo "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
+               elog "ipkg-upload is not installed when the \`minimal' USE flag is set.  If you"
+               elog "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
        fi
 }
 
@@ -45,6 +45,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
-       einfo "that makes it possible to build packages as a normal user."
+       elog "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
+       elog "that makes it possible to build packages as a normal user."
 }
index 5653d32f77528e6105a0810158ef360eed9c2c63..30a1295e33004fb56866dbf1b5d084c5149a8043 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/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.7 2006/08/06 14:44:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.8 2007/01/23 15:40:07 genone Exp $
 
 inherit distutils eutils toolchain-funcs
 
@@ -26,8 +26,8 @@ src_unpack() {
        sed '/python setup.py build/d' -i Makefile
 
        if use minimal; then
-               einfo "ipkg-upload is not installed when the \`minimal' USE flag is set.  If you"
-               einfo "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
+               elog "ipkg-upload is not installed when the \`minimal' USE flag is set.  If you"
+               elog "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
        fi
 }
 
index 2ef844657278fbebfe99def98ef4ae5e5e0ec298..3641da452341d2edaf2a73a43f80e4db79e95384 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/stuffit
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.15 2006/10/26 23:53:15 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.16 2007/01/23 15:43:01 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> stuffit-5.2.0.611.ebuild:
+  Replacing einfo with elog
 
   26 Oct 2006; <blubb@gentoo.org> stuffit-5.2.0.611.ebuild:
   remove emul-linux-x86 use flag
index ef96b08fdb3518c4f9700f4b78e8c75bd4cead1e..4d727ceacd251af6d07b14626e68a013679c2fe2 100644 (file)
@@ -1 +1,3 @@
 MD5 9046256f7775cc8b324447c7c3e8f941 stuffit520.611linux-i386.tar.gz 1955619
+RMD160 58800fff4b9d8b37d4bcf8617b2895127c5101be stuffit520.611linux-i386.tar.gz 1955619
+SHA256 69ccd8659000f7cdeba640157ed42e360b2e448c8e8333b1db491f2c4daf7998 stuffit520.611linux-i386.tar.gz 1955619
index 80e5804e05e21dba03716b3b5e2fc6415410bf48..8d68b08c948500c45b5e407adfc008974433d3da 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/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.16 2006/10/26 23:53:15 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.17 2007/01/23 15:43:01 genone Exp $
 
 MY_P="stuffit520.611linux-i386"
 DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
@@ -63,12 +63,12 @@ src_install() {
 
 pkg_postinst() {
        env-update
-       einfo
-       einfo "Reminder: StuffIt requires registration within 15 days."
-       einfo "The registration program is located in ${INSTALLDIR}/extra"
-       einfo
-       einfo "The binaries are named 'stuff' and 'unstuff'"
-       einfo
+       elog
+       elog "Reminder: StuffIt requires registration within 15 days."
+       elog "The registration program is located in ${INSTALLDIR}/extra"
+       elog
+       elog "The binaries are named 'stuff' and 'unstuff'"
+       elog
 }
 
 pkg_postrm() {