diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-03-31 18:05:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-03-31 18:05:25 +0000 |
commit | 8b0bac2bbe16dbd0b3f8c18f24d4c879ae04a90b (patch) | |
tree | 73abda3309f3dad87f3675055b159a327d746ae8 /media-video/motion | |
parent | Add ~ia64 wrt bug 172867 (diff) | |
download | gentoo-2-8b0bac2bbe16dbd0b3f8c18f24d4c879ae04a90b.tar.gz gentoo-2-8b0bac2bbe16dbd0b3f8c18f24d4c879ae04a90b.tar.bz2 gentoo-2-8b0bac2bbe16dbd0b3f8c18f24d4c879ae04a90b.zip |
Cleanup old version
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-video/motion')
-rw-r--r-- | media-video/motion/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/motion/files/digest-motion-3.1.19 | 3 | ||||
-rw-r--r-- | media-video/motion/motion-3.1.19.ebuild | 19 |
3 files changed, 4 insertions, 23 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog index 61cba398e354..593f3eb21864 100644 --- a/media-video/motion/ChangeLog +++ b/media-video/motion/ChangeLog @@ -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 index c78c14c05951..000000000000 --- a/media-video/motion/files/digest-motion-3.1.19 +++ /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 index 89eaec77d7b2..000000000000 --- a/media-video/motion/motion-3.1.19.ebuild +++ /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" -} |