diff options
author | 2007-01-05 20:38:49 +0000 | |
---|---|---|
committer | 2007-01-05 20:38:49 +0000 | |
commit | a81da803a8fe8b1c9af5ec778d10f93746430ce4 (patch) | |
tree | 991a0e7a999b7f10caee6c8bdba18694770a4b74 /media-video/motiontrack | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.tar.gz gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.tar.bz2 gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r-- | media-video/motiontrack/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.0.ebuild | 10 | ||||
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.2.ebuild | 10 | ||||
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.3.ebuild | 10 |
4 files changed, 22 insertions, 17 deletions
diff --git a/media-video/motiontrack/ChangeLog b/media-video/motiontrack/ChangeLog index f24969975806..eeff4641b419 100644 --- a/media-video/motiontrack/ChangeLog +++ b/media-video/motiontrack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/motiontrack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.9 2006/05/03 20:56:21 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.10 2007/01/05 20:38:49 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + motiontrack-0.1.0.ebuild, motiontrack-0.1.2.ebuild, + motiontrack-0.1.3.ebuild: + Convert to use elog. 03 May 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata to list media-video@gentoo.org as maintainer. diff --git a/media-video/motiontrack/motiontrack-0.1.0.ebuild b/media-video/motiontrack/motiontrack-0.1.0.ebuild index a27f432e7c79..b43c9e56d34f 100644 --- a/media-video/motiontrack/motiontrack-0.1.0.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.0.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/motiontrack/motiontrack-0.1.0.ebuild,v 1.5 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.6 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of gd or imagemagick, not both." - einfo "default is gd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of gd or imagemagick, not both." + elog "default is gd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild index b4d6854ddca6..2d6304593b08 100644 --- a/media-video/motiontrack/motiontrack-0.1.2.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.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/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.3 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.4 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of libgd or imagemagick, not both." - einfo "default is libgd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of libgd or imagemagick, not both." + elog "default is libgd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then diff --git a/media-video/motiontrack/motiontrack-0.1.3.ebuild b/media-video/motiontrack/motiontrack-0.1.3.ebuild index 6c846d6a5de7..0ecf5294f749 100644 --- a/media-video/motiontrack/motiontrack-0.1.3.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.3.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/motiontrack/motiontrack-0.1.3.ebuild,v 1.2 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.3 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of libgd or imagemagick, not both." - einfo "default is libgd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of libgd or imagemagick, not both." + elog "default is libgd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then |