diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:29:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:29:55 +0000 |
commit | adf3306056a3f987ce04fc39e27727dd63f4a474 (patch) | |
tree | 6a0052a91e633e9e362bc6d2f308bd0a29459571 /media-video/camsource | |
parent | Add -D_GNU_SOURCE to CFLAGS (#159877). Remove obsolete revision. (diff) | |
download | historical-adf3306056a3f987ce04fc39e27727dd63f4a474.tar.gz historical-adf3306056a3f987ce04fc39e27727dd63f4a474.tar.bz2 historical-adf3306056a3f987ce04fc39e27727dd63f4a474.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-video/camsource')
-rw-r--r-- | media-video/camsource/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.5.1.ebuild | 14 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.7.0-r1.ebuild | 14 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.7.0.ebuild | 14 |
4 files changed, 27 insertions, 23 deletions
diff --git a/media-video/camsource/ChangeLog b/media-video/camsource/ChangeLog index 753bbae9b2bb..423ef12cf7ee 100644 --- a/media-video/camsource/ChangeLog +++ b/media-video/camsource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/camsource -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.13 2005/09/03 23:25:37 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.14 2007/01/05 20:29:09 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> camsource-0.5.1.ebuild, + camsource-0.7.0.ebuild, camsource-0.7.0-r1.ebuild: + Convert to use elog. 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> camsource-0.7.0.ebuild, camsource-0.7.0-r1.ebuild: diff --git a/media-video/camsource/camsource-0.5.1.ebuild b/media-video/camsource/camsource-0.5.1.ebuild index 94818099c4a2..b5196c7f076a 100644 --- a/media-video/camsource/camsource-0.5.1.ebuild +++ b/media-video/camsource/camsource-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/camsource/camsource-0.5.1.ebuild,v 1.15 2005/07/09 18:59:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.5.1.ebuild,v 1.16 2007/01/05 20:29:09 flameeyes Exp $ DESCRIPTION="Camsource grabs images from a video4linux device and makes them available to various plugins for processing or handling. Camsource can also be used @@ -29,10 +29,10 @@ src_install() { pkg_postinst() { - einfo - einfo "Please edit the configuration file:" - einfo "/etc/camsource.conf.example" - einfo "to your liking." - einfo + elog + elog "Please edit the configuration file:" + elog "/etc/camsource.conf.example" + elog "to your liking." + elog } diff --git a/media-video/camsource/camsource-0.7.0-r1.ebuild b/media-video/camsource/camsource-0.7.0-r1.ebuild index fa15ce7688bf..5caed3d7627e 100644 --- a/media-video/camsource/camsource-0.7.0-r1.ebuild +++ b/media-video/camsource/camsource-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/camsource/camsource-0.7.0-r1.ebuild,v 1.12 2005/09/03 23:25:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0-r1.ebuild,v 1.13 2007/01/05 20:29:09 flameeyes Exp $ inherit eutils @@ -35,10 +35,10 @@ src_install() { pkg_postinst() { - einfo - einfo "Please edit the configuration file:" - einfo "/etc/camsource.conf.example" - einfo "to your liking." - einfo + elog + elog "Please edit the configuration file:" + elog "/etc/camsource.conf.example" + elog "to your liking." + elog } diff --git a/media-video/camsource/camsource-0.7.0.ebuild b/media-video/camsource/camsource-0.7.0.ebuild index 77adfe17f98f..558750876bc9 100644 --- a/media-video/camsource/camsource-0.7.0.ebuild +++ b/media-video/camsource/camsource-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/camsource/camsource-0.7.0.ebuild,v 1.8 2005/09/03 23:25:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0.ebuild,v 1.9 2007/01/05 20:29:09 flameeyes Exp $ DESCRIPTION="Camsource grabs images from a video4linux webcam device." @@ -28,10 +28,10 @@ src_install() { pkg_postinst() { - einfo - einfo "Please edit the configuration file:" - einfo "/etc/camsource.conf.example" - einfo "to your liking." - einfo + elog + elog "Please edit the configuration file:" + elog "/etc/camsource.conf.example" + elog "to your liking." + elog } |