summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:13:51 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:13:51 +0000
commit6698cfed0999e14d06a61fc865f16cdf7bbfacd6 (patch)
treeddae0f6eb66d15daa44e04ae9dfb0024892086e8 /media-video/motiontrack
parentFixed quoting. (diff)
downloadgentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.tar.gz
gentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.tar.bz2
gentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r--media-video/motiontrack/ChangeLog7
-rw-r--r--media-video/motiontrack/motiontrack-0.1.0.ebuild4
-rw-r--r--media-video/motiontrack/motiontrack-0.1.2.ebuild4
-rw-r--r--media-video/motiontrack/motiontrack-0.1.3.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/media-video/motiontrack/ChangeLog b/media-video/motiontrack/ChangeLog
index 927fc63a1506..3750397012ca 100644
--- a/media-video/motiontrack/ChangeLog
+++ b/media-video/motiontrack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/motiontrack
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.11 2007/02/22 01:51:09 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.12 2007/11/27 12:13:51 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org>
+ motiontrack-0.1.0.ebuild, motiontrack-0.1.2.ebuild,
+ motiontrack-0.1.3.ebuild:
+ Fixed quoting.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/media-video/motiontrack/motiontrack-0.1.0.ebuild b/media-video/motiontrack/motiontrack-0.1.0.ebuild
index 9258270c6abc..04e03dcab823 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-2007 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.7 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.8 2007/11/27 12:13:51 zzam Exp $
DESCRIPTION="A set of tools that detect motion between two images"
SRC_URI="http://gemia.de/motion/${P}.tar.gz"
@@ -71,6 +71,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
dodoc README src/TheCode.txt
}
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild
index 9c085ac31e0e..b5c3a77a7573 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-2007 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.5 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.6 2007/11/27 12:13:51 zzam Exp $
DESCRIPTION="A set of tools that detect motion between two images"
SRC_URI="http://gemia.de/motion/${P}.tar.gz"
@@ -71,6 +71,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
dodoc README src/TheCode.txt
}
diff --git a/media-video/motiontrack/motiontrack-0.1.3.ebuild b/media-video/motiontrack/motiontrack-0.1.3.ebuild
index 9c7f87e5c73b..464fb3dde852 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-2007 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.4 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.5 2007/11/27 12:13:51 zzam Exp $
DESCRIPTION="A set of tools that detect motion between two images"
SRC_URI="http://gemia.de/motion/${P}.tar.gz"
@@ -73,6 +73,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
dodoc README src/TheCode.txt
}