# ChangeLog for media-video/motion
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.12 2007/03/31 18:05:25 aballier Exp $
+
+ 31 Mar 2007; Alexis Ballier <aballier@gentoo.org> -motion-3.1.19.ebuild:
+ Cleanup old version
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> motion-3.2.4.ebuild,
motion-3.2.7.ebuild:
+++ /dev/null
-MD5 cff1c8c56eb6b6ef8a5928780ca79cfa motion-3.1.19.tar.gz 263993
-RMD160 00af3576e904c5f11f38ab3b6b5d00dcf6e6ee0f motion-3.1.19.tar.gz 263993
-SHA256 f76a58ddd21424c6da744038e09b7c75b93c8cba0414b33f346e31e7c46ddadc motion-3.1.19.tar.gz 263993
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.1.19.ebuild,v 1.4 2005/05/19 21:53:24 luckyduck Exp $
-
-DESCRIPTION="Motion is a video surveillance system"
-HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
-SRC_URI="mirror://sourceforge/motion/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~amd64"
-IUSE=""
-
-DEPEND="media-video/ffmpeg
- dev-libs/xmlrpc-c"
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
-}