diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 16:52:26 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 16:52:26 +0000 |
commit | 5a2a50fea215d65ccb0017ec141e1746c8d7e1f9 (patch) | |
tree | cc18e4b978581bff9e600f7ef04d10823b307b86 /app-crypt/asedriveiiie-serial | |
parent | Cleanup ebuild and documentation installation and add a workaround for bug #1... (diff) | |
download | historical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.tar.gz historical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.tar.bz2 historical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-crypt/asedriveiiie-serial')
-rw-r--r-- | app-crypt/asedriveiiie-serial/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild | 16 |
2 files changed, 14 insertions, 10 deletions
diff --git a/app-crypt/asedriveiiie-serial/ChangeLog b/app-crypt/asedriveiiie-serial/ChangeLog index f113b69af89e..0c167238dfb3 100644 --- a/app-crypt/asedriveiiie-serial/ChangeLog +++ b/app-crypt/asedriveiiie-serial/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/asedriveiiie-serial -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.1 2006/12/16 11:05:13 alonbl Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.2 2007/01/24 16:47:57 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> + asedriveiiie-serial-3.4.ebuild: + Replacing einfo with elog *asedriveiiie-serial-3.4 (16 Dec 2006) diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild index f2a15309c8b9..c94872e1d17f 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild @@ -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-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.1 2006/12/16 11:05:13 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.2 2007/01/24 16:47:57 genone Exp $ DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -25,10 +25,10 @@ src_install() { insinto "$(dirname "${conf}")" newins "etc/reader.conf" "$(basename "${conf}")" - einfo "NOTICE:" - einfo "1. update ${conf} file" - einfo "2. run update-reader.conf, yes this is a command..." - einfo "3. restart pcscd" + elog "NOTICE:" + elog "1. update ${conf} file" + elog "2. run update-reader.conf, yes this is a command..." + elog "3. restart pcscd" } pkg_postrm() { @@ -39,8 +39,8 @@ pkg_postrm() { if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g')" ]; then rm "${conf}" update-reader.conf - einfo "NOTICE:" - einfo "You need to restart pcscd" + elog "NOTICE:" + elog "You need to restart pcscd" fi } |