summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 16:40:45 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 16:40:45 +0000
commit77bf6814f7e0114b0ad3b50d1d4ed41e3f912b9e (patch)
tree744e8e8e187205e303c3ba09997292707064c69b /media-video/motiontrack
parentDrop virtual/libc dependency. (diff)
downloadgentoo-2-77bf6814f7e0114b0ad3b50d1d4ed41e3f912b9e.tar.gz
gentoo-2-77bf6814f7e0114b0ad3b50d1d4ed41e3f912b9e.tar.bz2
gentoo-2-77bf6814f7e0114b0ad3b50d1d4ed41e3f912b9e.zip
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r--media-video/motiontrack/ChangeLog9
-rw-r--r--media-video/motiontrack/motiontrack-0.1.0.ebuild7
-rw-r--r--media-video/motiontrack/motiontrack-0.1.2.ebuild7
-rw-r--r--media-video/motiontrack/motiontrack-0.1.3.ebuild7
4 files changed, 16 insertions, 14 deletions
diff --git a/media-video/motiontrack/ChangeLog b/media-video/motiontrack/ChangeLog
index 521a87f675cb..3b03c04a5349 100644
--- a/media-video/motiontrack/ChangeLog
+++ b/media-video/motiontrack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/motiontrack
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.7 2005/04/19 09:25:01 kloeri Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.8 2006/03/07 16:40:45 flameeyes Exp $
+
+ 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+ motiontrack-0.1.0.ebuild, motiontrack-0.1.2.ebuild,
+ motiontrack-0.1.3.ebuild:
+ Drop virtual/libc dependency.
19 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove retired developer from metadata.xml.
diff --git a/media-video/motiontrack/motiontrack-0.1.0.ebuild b/media-video/motiontrack/motiontrack-0.1.0.ebuild
index 716678c00e2b..a27f432e7c79 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-2004 Gentoo Foundation
+# Copyright 1999-2006 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.4 2004/10/20 00:34:41 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.5 2006/03/07 16:40:45 flameeyes Exp $
DESCRIPTION="A set of tools that detect motion between two images"
@@ -13,8 +13,7 @@ KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
IUSE="gd imagemagick debug"
-DEPEND="virtual/libc
- debug? (
+DEPEND="debug? (
gd? (
imagemagick? ( >=media-gfx/imagemagick-5.5.7 )
!imagemagick? ( media-libs/gd )
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild
index 4f6ac8f62c45..b4d6854ddca6 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-2004 Gentoo Foundation
+# Copyright 1999-2006 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.2 2004/10/20 00:34:41 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.3 2006/03/07 16:40:45 flameeyes Exp $
DESCRIPTION="A set of tools that detect motion between two images"
@@ -13,8 +13,7 @@ KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
IUSE="gd imagemagick debug"
-DEPEND="virtual/libc
- debug? (
+DEPEND="debug? (
gd? (
imagemagick? ( >=media-gfx/imagemagick-5.5.7 )
!imagemagick? ( media-libs/gd )
diff --git a/media-video/motiontrack/motiontrack-0.1.3.ebuild b/media-video/motiontrack/motiontrack-0.1.3.ebuild
index a4b07e60397a..6c846d6a5de7 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-2004 Gentoo Foundation
+# Copyright 1999-2006 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.1 2004/12/09 01:24:42 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.2 2006/03/07 16:40:45 flameeyes Exp $
DESCRIPTION="A set of tools that detect motion between two images"
@@ -13,8 +13,7 @@ KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
IUSE="gd imagemagick debug multiprocess"
-DEPEND="virtual/libc
- debug? (
+DEPEND="debug? (
gd? (
imagemagick? ( >=media-gfx/imagemagick-5.5.7 )
!imagemagick? ( media-libs/gd )