diff options
author | 2007-01-24 16:52:26 +0000 | |
---|---|---|
committer | 2007-01-24 16:52:26 +0000 | |
commit | 5a2a50fea215d65ccb0017ec141e1746c8d7e1f9 (patch) | |
tree | cc18e4b978581bff9e600f7ef04d10823b307b86 /app-crypt/asedriveiiie-usb | |
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-usb')
-rw-r--r-- | app-crypt/asedriveiiie-usb/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-crypt/asedriveiiie-usb/ChangeLog b/app-crypt/asedriveiiie-usb/ChangeLog index 480f6b432b6c..144e1be6bb9d 100644 --- a/app-crypt/asedriveiiie-usb/ChangeLog +++ b/app-crypt/asedriveiiie-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/asedriveiiie-usb -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.1 2006/12/16 11:04:37 alonbl Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.2 2007/01/24 16:48:51 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> asedriveiiie-usb-3.4.ebuild: + Replacing einfo with elog *asedriveiiie-usb-3.4 (16 Dec 2006) diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild index 05c4507aea98..816c2b90956d 100644 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-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-usb/asedriveiiie-usb-3.4.ebuild,v 1.1 2006/12/16 11:04:37 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.2 2007/01/24 16:48:51 genone Exp $ DESCRIPTION="ASEDriveIIIe USB Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -19,7 +19,7 @@ src_install() { dodoc LICENSE dodoc README - einfo "NOTICE:" - einfo "You should restart pcscd." + elog "NOTICE:" + elog "You should restart pcscd." } |