Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:17:50 +0000 (06:17 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:17:50 +0000 (06:17 +0000)
Package-Manager: portage-2.1.2-r4

dev-embedded/icdprog/ChangeLog
dev-embedded/icdprog/files/digest-icdprog-0.3
dev-embedded/icdprog/icdprog-0.3.ebuild
dev-embedded/pikdev/ChangeLog
dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild
dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild
dev-embedded/pikdev/pikdev-0.9.2.1.ebuild
dev-embedded/ponyprog/ChangeLog
dev-embedded/ponyprog/files/digest-ponyprog-2.06c
dev-embedded/ponyprog/ponyprog-2.06c.ebuild

index 8a7482daacf661775a3cdd6b19742eb4e9d5f6ad..812327a4dd4c009a2815eccb1c181f201d7e33a9 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/icdprog
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/icdprog/ChangeLog,v 1.5 2005/01/01 17:54:03 eradicator Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/icdprog/ChangeLog,v 1.6 2007/01/28 06:15:24 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> icdprog-0.3.ebuild:
+  Replacing einfo with elog
 
   14 Apr 2004; Daniel Black <dragonheart@gentoo.org> icdprog-0.3.ebuild:
   QA removed surperflous S=
index 6cecd2b2831268118e11111da64051a096e5314c..a421a4b7fda4b37a66496acbc33efa171be45a1c 100644 (file)
@@ -1 +1,3 @@
 MD5 baa61afb7fe02c0e8d6f16a2c8dd2856 icdprog-0.3.tar.gz 8714
+RMD160 5643ffd9687602ace01007f0514aeb5b372ca48e icdprog-0.3.tar.gz 8714
+SHA256 80e59dbce83501df77901dc63295048e9fb82f485997784651fa4264ad0ca922 icdprog-0.3.tar.gz 8714
index ea307f7ff4d50f3e7d3682cfcd6f2bbcd22c4d3d..ba0f502d71f780ee66e75c396e2bf42de6ced124 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-embedded/icdprog/icdprog-0.3.ebuild,v 1.6 2005/01/01 17:54:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/icdprog/icdprog-0.3.ebuild,v 1.7 2007/01/28 06:15:24 genone Exp $
 
 DESCRIPTION="Microchip PIC Programmer using ICD hardware"
 HOMEPAGE="http://icdprg.sf.net/"
@@ -36,5 +36,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Please read the README if the ICD seems to be very slow."
+       elog "Please read the README if the ICD seems to be very slow."
 }
index 757d5b4067d09f97aaa36b0e4f69fbf7c404d96c..96fca5c7eb67b687610082d566fe4bdd3a9612a3 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-embedded/pikdev
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.28 2006/12/03 18:25:30 tove Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.29 2007/01/28 06:16:34 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> pikdev-0.7.1-r1.ebuild,
+  pikdev-0.7.1-r2.ebuild, pikdev-0.9.2.1.ebuild:
+  Replacing einfo with elog
 
 *pikdev-0.9.2.1 (02 Nov 2006)
 
index cdf64d2923eeb364a01396a765ee8d40de022ef9..e8b2192128b7936153e0960c04cc13649241ffad 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-embedded/pikdev/pikdev-0.7.1-r1.ebuild,v 1.6 2006/05/13 07:11:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild,v 1.7 2007/01/28 06:16:34 genone Exp $
 
 inherit kde
 
@@ -39,8 +39,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The author requests that you email him at alain.gibaud@free.fr when you"
-       einfo "install this package. See http://pikdev.free.fr/download.php3 for details"
+       elog "The author requests that you email him at alain.gibaud@free.fr when you"
+       elog "install this package. See http://pikdev.free.fr/download.php3 for details"
 
        ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
        ewarn " ~/.kde/share/apps/pikdev directory before running the new version. This directory"
index 976a73b348a7266e18f684e827c2acc4f7bd6cba..5f1abb84411238fcf9a8fea519b6ce48fc469440 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-embedded/pikdev/pikdev-0.7.1-r2.ebuild,v 1.3 2006/10/22 14:04:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild,v 1.4 2007/01/28 06:16:34 genone Exp $
 
 inherit kde
 
@@ -38,8 +38,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The author requests that you email him at alain.gibaud@free.fr when you"
-       einfo "install this package. See http://pikdev.free.fr/download.php3 for details"
+       elog "The author requests that you email him at alain.gibaud@free.fr when you"
+       elog "install this package. See http://pikdev.free.fr/download.php3 for details"
 
        ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
        ewarn " ~/.kde/share/apps/pikdev directory before running the new version. This directory"
index 02a57f16553c5bf6065afd400c9a1d3420056322..1e622c7ebc79ef6e739cfeb5fe15b0823dae958a 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-embedded/pikdev/pikdev-0.9.2.1.ebuild,v 1.1 2006/11/02 13:04:05 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.9.2.1.ebuild,v 1.2 2007/01/28 06:16:34 genone Exp $
 
 inherit kde versionator
 
@@ -48,8 +48,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The author requests that you email him at alain.gibaud@free.fr when you"
-       einfo "install this package. See http://pikdev.free.fr/download.php3 for details"
+       elog "The author requests that you email him at alain.gibaud@free.fr when you"
+       elog "install this package. See http://pikdev.free.fr/download.php3 for details"
 
        ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
        ewarn " ~/.kde/share/apps/pikdev directory before installing the new version. This directory"
index c4bd5089436bec253d592e396d49b785b791d308..f595c4cf0455ba861a319a6332a39c33c521970e 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/ponyprog
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ChangeLog,v 1.7 2006/03/16 13:57:02 caleb Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ChangeLog,v 1.8 2007/01/28 06:17:50 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> ponyprog-2.06c.ebuild:
+  Replacing einfo with elog
 
   16 Mar 2006; Caleb Tennis <caleb@gentoo.org> ponyprog-2.06c.ebuild:
   Migrate to modular X dep
index c09613c57b01a9414bba6b24c505b0b84f5cb299..b4d3d90b9fc57a82f40d9c09f1efd9d05914952e 100644 (file)
@@ -1 +1,3 @@
 MD5 6a73d1da1256a3af964978d2e03f5d1b ponyprog-2.06c-rh70.tar.gz 325807
+RMD160 3332b34504d04dd2f3ae7cda3df2db7d81e9f078 ponyprog-2.06c-rh70.tar.gz 325807
+SHA256 7c19a95820a5ca95125e57b83cd81efb9219eadcaa87506ec16de0b1a7de805e ponyprog-2.06c-rh70.tar.gz 325807
index 7b03227be00e8fbb09ebd34cfa5ffdf85b553541..a89431cff5b2b0890fd7c5a759ead2515831372a 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-embedded/ponyprog/ponyprog-2.06c.ebuild,v 1.8 2006/03/16 13:57:02 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ponyprog-2.06c.ebuild,v 1.9 2007/01/28 06:17:50 genone Exp $
 
 S=${WORKDIR}
 DESCRIPTION="EEprom e Pic Programmer"
@@ -42,13 +42,13 @@ src_install () {
 }
 
 pkg_postinst() {
-       einfo "To use the COM port in user mode (not as root) you need"
-       einfo "make sure you have the rights to write /dev/ttyS? devices "
-       einfo "and /var/lock directory."
-       einfo ""
-       einfo "To use the LPT port in user mode (not as root) you need a 2.4.x kernel "
-       einfo "with ppdev, parport and parport_pc compiled in as modules. You need the "
-       einfo "rights to write /dev/parport? devices."
-       einfo ""
-       einfo "You can use /opt/bin/ponyprog"
+       elog "To use the COM port in user mode (not as root) you need"
+       elog "make sure you have the rights to write /dev/ttyS? devices "
+       elog "and /var/lock directory."
+       elog
+       elog "To use the LPT port in user mode (not as root) you need a 2.4.x kernel "
+       elog "with ppdev, parport and parport_pc compiled in as modules. You need the "
+       elog "rights to write /dev/parport? devices."
+       elog
+       elog "You can use /opt/bin/ponyprog"
 }