summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-06-01 16:51:09 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-06-01 16:51:09 +0000
commit1615da5aecc164683a73ca923b5b7adcf4d6074f (patch)
treef8d4f01d90f8f7e38ae62420f9f02b20b422baf7 /media-video/ttcut
parentStable on ppc wrt bug 180132 (diff)
downloadgentoo-2-1615da5aecc164683a73ca923b5b7adcf4d6074f.tar.gz
gentoo-2-1615da5aecc164683a73ca923b5b7adcf4d6074f.tar.bz2
gentoo-2-1615da5aecc164683a73ca923b5b7adcf4d6074f.zip
Do not install copying and install files.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r--media-video/ttcut/ChangeLog5
-rw-r--r--media-video/ttcut/ttcut-0.19.4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog
index 202ccdbe61b9..dc730f654016 100644
--- a/media-video/ttcut/ChangeLog
+++ b/media-video/ttcut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ttcut
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.4 2007/06/01 16:26:29 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.5 2007/06/01 16:51:09 zzam Exp $
+
+ 01 Jun 2007; Matthias Schwarzott <zzam@gentoo.org> ttcut-0.19.4.ebuild:
+ Do not install copying and install files.
*ttcut-0.19.4 (01 Jun 2007)
diff --git a/media-video/ttcut/ttcut-0.19.4.ebuild b/media-video/ttcut/ttcut-0.19.4.ebuild
index 6744cc60033d..e4cb29fce3cf 100644
--- a/media-video/ttcut/ttcut-0.19.4.ebuild
+++ b/media-video/ttcut/ttcut-0.19.4.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/ttcut/ttcut-0.19.4.ebuild,v 1.1 2007/06/01 16:26:29 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.4.ebuild,v 1.2 2007/06/01 16:51:09 zzam Exp $
inherit eutils qt4
@@ -42,6 +42,6 @@ src_install() {
make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \
die "Couldn't make ttcut desktop entry"
- dodoc AUTHORS BUGS CHANGELOG COPYING INSTALL.DE \
- INSTALL.EN README.DE README.EN TODO || die "Couldn't install documentation"
+ dodoc AUTHORS BUGS CHANGELOG \
+ README.DE README.EN TODO || die "Couldn't install documentation"
}