# 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 <zzam@gentoo.org> 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) <welp@gentoo.org> lirc-0.8.0-r8.ebuild:
Stable on amd64 wrt bug #159980
-# 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
}
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
}
-# 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
}
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
}
-# 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"
desc="${2}"
fi
- einfo "Compiling support for ${desc}"
+ elog "Compiling support for ${desc}"
MY_OPTS="${MY_OPTS} --with-driver=${dev}"
}
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
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
}
-# 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"
desc="${2}"
fi
- einfo "Compiling support for ${desc}"
+ elog "Compiling support for ${desc}"
MY_OPTS="${MY_OPTS} --with-driver=${dev}"
}
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
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
}
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
}
# 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"
desc="${2}"
fi
- einfo "Compiling support for ${desc}"
+ elog "Compiling support for ${desc}"
MY_OPTS="${MY_OPTS} --with-driver=${dev}"
}
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
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
}
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
}
# 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"
desc="${2}"
fi
- einfo "Compiling support for ${desc}"
+ elog "Compiling support for ${desc}"
MY_OPTS="${MY_OPTS} --with-driver=${dev}"
}
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
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
}
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
}
# 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:
# 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
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
}