From 66fdb02d38322d8bbb55f7e8bd2a6810486f2231 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Sat, 6 Jan 2007 00:13:25 +0000 Subject: [PATCH] Converted to elog. Package-Manager: portage-2.1.2_rc4-r6 --- app-misc/lirc/ChangeLog | 7 ++++++- app-misc/lirc/lirc-0.7.0-r1.ebuild | 22 +++++++++++----------- app-misc/lirc/lirc-0.7.2.ebuild | 22 +++++++++++----------- app-misc/lirc/lirc-0.8.0-r1.ebuild | 16 ++++++++-------- app-misc/lirc/lirc-0.8.0-r5.ebuild | 18 +++++++++--------- app-misc/lirc/lirc-0.8.0-r8.ebuild | 16 ++++++++-------- app-misc/lirc/lirc-0.8.1_pre5.ebuild | 16 ++++++++-------- app-misc/usbirboy/ChangeLog | 6 +++++- app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 8 ++++---- 9 files changed, 70 insertions(+), 61 deletions(-) diff --git a/app-misc/lirc/ChangeLog b/app-misc/lirc/ChangeLog index 1af4be5e1229..dff0a3be2637 100644 --- a/app-misc/lirc/ChangeLog +++ b/app-misc/lirc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/lirc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.125 2007/01/04 20:28:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.126 2007/01/06 00:13:25 zzam Exp $ + + 06 Jan 2007; Matthias Schwarzott lirc-0.7.0-r1.ebuild, + lirc-0.7.2.ebuild, lirc-0.8.0-r1.ebuild, lirc-0.8.0-r5.ebuild, + lirc-0.8.0-r8.ebuild, lirc-0.8.1_pre5.ebuild: + Converted to elog. 04 Jan 2007; Peter Weller (welp) lirc-0.8.0-r8.ebuild: Stable on amd64 wrt bug #159980 diff --git a/app-misc/lirc/lirc-0.7.0-r1.ebuild b/app-misc/lirc/lirc-0.7.0-r1.ebuild index c968de3f1580..3059a88607a3 100644 --- a/app-misc/lirc/lirc-0.7.0-r1.ebuild +++ b/app-misc/lirc/lirc-0.7.0-r1.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-misc/lirc/lirc-0.7.0-r1.ebuild,v 1.17 2006/03/06 20:18:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.0-r1.ebuild,v 1.18 2007/01/06 00:13:25 zzam Exp $ inherit eutils linux-mod flag-o-matic @@ -145,15 +145,15 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation, and if necessary" - einfo "add what is needed to /etc/modules.autoload or" - einfo "/etc/modules.d. If you need special compile options" - einfo "then read the comments at the begin of this" - einfo "ebuild (source) and set the LIRC_OPTS environment" - einfo "variable to your needs." - einfo + elog + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation, and if necessary" + elog "add what is needed to /etc/modules.autoload or" + elog "/etc/modules.d. If you need special compile options" + elog "then read the comments at the begin of this" + elog "ebuild (source) and set the LIRC_OPTS environment" + elog "variable to your needs." + elog update_depmod } diff --git a/app-misc/lirc/lirc-0.7.2.ebuild b/app-misc/lirc/lirc-0.7.2.ebuild index 6b084a4fd48e..1f8a86b69ca2 100644 --- a/app-misc/lirc/lirc-0.7.2.ebuild +++ b/app-misc/lirc/lirc-0.7.2.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-misc/lirc/lirc-0.7.2.ebuild,v 1.4 2006/12/14 10:31:58 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.2.ebuild,v 1.5 2007/01/06 00:13:25 zzam Exp $ inherit eutils linux-mod flag-o-matic @@ -140,15 +140,15 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation, and if necessary" - einfo "add what is needed to /etc/modules.autoload or" - einfo "/etc/modules.d. If you need special compile options" - einfo "then read the comments at the begin of this" - einfo "ebuild (source) and set the LIRC_OPTS environment" - einfo "variable to your needs." - einfo + elog + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation, and if necessary" + elog "add what is needed to /etc/modules.autoload or" + elog "/etc/modules.d. If you need special compile options" + elog "then read the comments at the begin of this" + elog "ebuild (source) and set the LIRC_OPTS environment" + elog "variable to your needs." + elog update_depmod } diff --git a/app-misc/lirc/lirc-0.8.0-r1.ebuild b/app-misc/lirc/lirc-0.8.0-r1.ebuild index 063b95023590..e4db38ee42ac 100644 --- a/app-misc/lirc/lirc-0.8.0-r1.ebuild +++ b/app-misc/lirc/lirc-0.8.0-r1.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-misc/lirc/lirc-0.8.0-r1.ebuild,v 1.14 2006/12/14 10:31:58 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r1.ebuild,v 1.15 2007/01/06 00:13:25 zzam Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -98,7 +98,7 @@ add_device() { desc="${2}" fi - einfo "Compiling support for ${desc}" + elog "Compiling support for ${desc}" MY_OPTS="${MY_OPTS} --with-driver=${dev}" } @@ -141,9 +141,9 @@ pkg_setup() { add_device atiusb "device xboxusb" else # no driver requested - einfo - einfo "Compiling only the lirc-applications, but no drivers." - einfo "Enable drivers with LIRC_DEVICES if you need them." + elog + elog "Compiling only the lirc-applications, but no drivers." + elog "Enable drivers with LIRC_DEVICES if you need them." MY_OPTS="--with-driver=none" fi fi @@ -251,8 +251,8 @@ pkg_preinst() { pkg_postinst() { linux-mod_pkg_postinst echo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation at http://www.lirc.org" + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation at http://www.lirc.org" echo } diff --git a/app-misc/lirc/lirc-0.8.0-r5.ebuild b/app-misc/lirc/lirc-0.8.0-r5.ebuild index b432f8c110e6..f11a52fe4b75 100644 --- a/app-misc/lirc/lirc-0.8.0-r5.ebuild +++ b/app-misc/lirc/lirc-0.8.0-r5.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-misc/lirc/lirc-0.8.0-r5.ebuild,v 1.12 2006/12/14 10:31:58 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r5.ebuild,v 1.13 2007/01/06 00:13:25 zzam Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -110,7 +110,7 @@ add_device() { desc="${2}" fi - einfo "Compiling support for ${desc}" + elog "Compiling support for ${desc}" MY_OPTS="${MY_OPTS} --with-driver=${dev}" } @@ -162,9 +162,9 @@ pkg_setup() { NEED_XBOX_PATCH=1 else # no driver requested - einfo - einfo "Compiling only the lirc-applications, but no drivers." - einfo "Enable drivers with LIRC_DEVICES if you need them." + elog + elog "Compiling only the lirc-applications, but no drivers." + elog "Enable drivers with LIRC_DEVICES if you need them." MY_OPTS="--with-driver=userspace" fi fi @@ -221,7 +221,7 @@ pkg_setup() { einfo einfo "lirc-configure-opts: ${MY_OPTS}" - einfo "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" + elog "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" filter-flags -Wl,-O1 } @@ -292,8 +292,8 @@ pkg_preinst() { pkg_postinst() { linux-mod_pkg_postinst echo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation at http://www.lirc.org" + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation at http://www.lirc.org" echo } diff --git a/app-misc/lirc/lirc-0.8.0-r8.ebuild b/app-misc/lirc/lirc-0.8.0-r8.ebuild index a1a57ffb8332..876e70d890e7 100644 --- a/app-misc/lirc/lirc-0.8.0-r8.ebuild +++ b/app-misc/lirc/lirc-0.8.0-r8.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/lirc/lirc-0.8.0-r8.ebuild,v 1.5 2007/01/04 20:28:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r8.ebuild,v 1.6 2007/01/06 00:13:25 zzam Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -112,7 +112,7 @@ add_device() { desc="${2}" fi - einfo "Compiling support for ${desc}" + elog "Compiling support for ${desc}" MY_OPTS="${MY_OPTS} --with-driver=${dev}" } @@ -168,9 +168,9 @@ pkg_setup() { NEED_XBOX_PATCH=1 else # no driver requested - einfo - einfo "Compiling only the lirc-applications, but no drivers." - einfo "Enable drivers with LIRC_DEVICES if you need them." + elog + elog "Compiling only the lirc-applications, but no drivers." + elog "Enable drivers with LIRC_DEVICES if you need them." MY_OPTS="--with-driver=userspace" fi fi @@ -227,7 +227,7 @@ pkg_setup() { einfo einfo "lirc-configure-opts: ${MY_OPTS}" - einfo "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" + elog "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" filter-flags -Wl,-O1 } @@ -310,8 +310,8 @@ pkg_preinst() { pkg_postinst() { linux-mod_pkg_postinst echo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation at http://www.lirc.org" + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation at http://www.lirc.org" echo } diff --git a/app-misc/lirc/lirc-0.8.1_pre5.ebuild b/app-misc/lirc/lirc-0.8.1_pre5.ebuild index 0ba98b1eae94..16b37f213a36 100644 --- a/app-misc/lirc/lirc-0.8.1_pre5.ebuild +++ b/app-misc/lirc/lirc-0.8.1_pre5.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/lirc/lirc-0.8.1_pre5.ebuild,v 1.2 2007/01/04 19:28:32 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.1_pre5.ebuild,v 1.3 2007/01/06 00:13:25 zzam Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -112,7 +112,7 @@ add_device() { desc="${2}" fi - einfo "Compiling support for ${desc}" + elog "Compiling support for ${desc}" MY_OPTS="${MY_OPTS} --with-driver=${dev}" } @@ -166,9 +166,9 @@ pkg_setup() { add_device atiusb "device xboxusb" else # no driver requested - einfo - einfo "Compiling only the lirc-applications, but no drivers." - einfo "Enable drivers with LIRC_DEVICES if you need them." + elog + elog "Compiling only the lirc-applications, but no drivers." + elog "Enable drivers with LIRC_DEVICES if you need them." MY_OPTS="--with-driver=userspace" fi fi @@ -225,7 +225,7 @@ pkg_setup() { einfo einfo "lirc-configure-opts: ${MY_OPTS}" - einfo "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" + elog "Setting default lirc-device to ${LIRC_DRIVER_DEVICE}" filter-flags -Wl,-O1 } @@ -293,8 +293,8 @@ pkg_preinst() { pkg_postinst() { linux-mod_pkg_postinst echo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation at http://www.lirc.org" + elog "The lirc Linux Infrared Remote Control Package has been" + elog "merged, please read the documentation at http://www.lirc.org" echo } 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 + usbirboy-0.2.1-r1.ebuild: + Converted to elog. 04 Jan 2007; Bryan Østergaard 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 } -- 2.26.2