diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:42:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:42:26 +0000 |
commit | 7edba255bb66469712608d8158ec3cf2eea87ed2 (patch) | |
tree | 526a7ff2fc64c6006663dd73fb63e444200486b6 /media-video/motion | |
parent | Fix handling of tests and junit observed with JAVA_PKG_STRICT enabled. (diff) | |
download | historical-7edba255bb66469712608d8158ec3cf2eea87ed2.tar.gz historical-7edba255bb66469712608d8158ec3cf2eea87ed2.tar.bz2 historical-7edba255bb66469712608d8158ec3cf2eea87ed2.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-video/motion')
-rw-r--r-- | media-video/motion/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/motion/motion-3.2.4.ebuild | 12 | ||||
-rw-r--r-- | media-video/motion/motion-3.2.7.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog index 7969ece8d5e8..61cba398e354 100644 --- a/media-video/motion/ChangeLog +++ b/media-video/motion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/motion -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.10 2006/11/23 15:54:29 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.11 2007/01/05 20:37:39 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> motion-3.2.4.ebuild, + motion-3.2.7.ebuild: + Convert to use elog. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> motion-3.2.4.ebuild, motion-3.2.7.ebuild: diff --git a/media-video/motion/motion-3.2.4.ebuild b/media-video/motion/motion-3.2.4.ebuild index 7a157c372c47..7e9cb120a2b5 100644 --- a/media-video/motion/motion-3.2.4.ebuild +++ b/media-video/motion/motion-3.2.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/media-video/motion/motion-3.2.4.ebuild,v 1.4 2006/11/23 15:54:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.4.ebuild,v 1.5 2007/01/05 20:37:39 flameeyes Exp $ inherit eutils @@ -49,8 +49,8 @@ src_install() { pkg_postinst() { ewarn "You need to setup /etc/motion.conf before running" ewarn "motion for the first time." - einfo "Examples are available at /usr/share/doc/${P}/examples" - einfo - einfo "You can install motion detection as a service, use:" - einfo "rc-update add motion default" + elog "Examples are available at /usr/share/doc/${P}/examples" + elog + elog "You can install motion detection as a service, use:" + elog "rc-update add motion default" } diff --git a/media-video/motion/motion-3.2.7.ebuild b/media-video/motion/motion-3.2.7.ebuild index 2640d5e40594..e4724ffd215d 100644 --- a/media-video/motion/motion-3.2.7.ebuild +++ b/media-video/motion/motion-3.2.7.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/media-video/motion/motion-3.2.7.ebuild,v 1.3 2006/11/23 15:54:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.7.ebuild,v 1.4 2007/01/05 20:37:39 flameeyes Exp $ inherit eutils @@ -47,8 +47,8 @@ src_install() { pkg_postinst() { ewarn "You need to setup /etc/motion.conf before running" ewarn "motion for the first time." - einfo "Examples are available at /usr/share/doc/${P}/examples" - einfo - einfo "You can install motion detection as a service, use:" - einfo "rc-update add motion default" + elog "Examples are available at /usr/share/doc/${P}/examples" + elog + elog "You can install motion detection as a service, use:" + elog "rc-update add motion default" } |