summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:37:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:37:39 +0000
commit2a4d4b1e2e1a62aa5a501a46708e0d504f4e7161 (patch)
treec368f3b98488a3067d603ecbdde2e57e2491d069 /media-video/motion
parentConvert to use elog. (diff)
downloadgentoo-2-2a4d4b1e2e1a62aa5a501a46708e0d504f4e7161.tar.gz
gentoo-2-2a4d4b1e2e1a62aa5a501a46708e0d504f4e7161.tar.bz2
gentoo-2-2a4d4b1e2e1a62aa5a501a46708e0d504f4e7161.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-video/motion')
-rw-r--r--media-video/motion/ChangeLog8
-rw-r--r--media-video/motion/motion-3.2.4.ebuild12
-rw-r--r--media-video/motion/motion-3.2.7.ebuild12
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"
}