diff options
Diffstat (limited to 'app-misc/usbirboy')
-rw-r--r-- | app-misc/usbirboy/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/usbirboy/ChangeLog b/app-misc/usbirboy/ChangeLog index c7a16052b57b..983d2ca6304d 100644 --- a/app-misc/usbirboy/ChangeLog +++ b/app-misc/usbirboy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/usbirboy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.14 2007/01/04 19:26:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.15 2007/01/06 00:10:04 zzam Exp $ + + 06 Jan 2007; Matthias Schwarzott <zzam@gentoo.org> + usbirboy-0.2.1-r1.ebuild: + Converted to elog. 04 Jan 2007; Bryan Ăstergaard <kloeri@gentoo.org> usbirboy-0.2.1-r1.ebuild: diff --git a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild index 2b479ca3a78b..0f0ec719a687 100644 --- a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild +++ b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild @@ -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/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.11 2007/01/04 19:26:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.12 2007/01/06 00:10:04 zzam Exp $ inherit linux-mod eutils @@ -59,8 +59,8 @@ src_install() { pkg_postinst() { linux-mod_pkg_postinst - einfo - einfo "Firmware file has been installed to /usr/share/${PN}" - einfo + elog + elog "Firmware file has been installed to /usr/share/${PN}" + elog } |