Cleanup old version
authorAlexis Ballier <aballier@gentoo.org>
Sat, 31 Mar 2007 18:05:25 +0000 (18:05 +0000)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 31 Mar 2007 18:05:25 +0000 (18:05 +0000)
Package-Manager: portage-2.1.2.3

media-video/motion/ChangeLog
media-video/motion/files/digest-motion-3.1.19 [deleted file]
media-video/motion/motion-3.1.19.ebuild [deleted file]

index 61cba398e35461555ba72cbfb1e9a38a8610f0f7..593f3eb21864d0953ed7b5e5069baedd89be0360 100644 (file)
@@ -1,6 +1,9 @@
 # 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:
diff --git a/media-video/motion/files/digest-motion-3.1.19 b/media-video/motion/files/digest-motion-3.1.19
deleted file mode 100644 (file)
index c78c14c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/media-video/motion/motion-3.1.19.ebuild b/media-video/motion/motion-3.1.19.ebuild
deleted file mode 100644 (file)
index 89eaec7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"
-}