summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-03-16 17:44:10 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-03-16 17:44:10 +0000
commitf72b3becfc7db9ba13f3bd7b43b129108b29f6fd (patch)
treef7e88a4f27dd351c7556cd6f2744c2596a7f5062 /media-video
parentRemove old and defect versions. (diff)
downloadgentoo-2-f72b3becfc7db9ba13f3bd7b43b129108b29f6fd.tar.gz
gentoo-2-f72b3becfc7db9ba13f3bd7b43b129108b29f6fd.tar.bz2
gentoo-2-f72b3becfc7db9ba13f3bd7b43b129108b29f6fd.zip
Remove useless live ebuild.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ttcut/ChangeLog5
-rw-r--r--media-video/ttcut/ttcut-9999.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog
index c4f886af9774..05d9501a4be8 100644
--- a/media-video/ttcut/ChangeLog
+++ b/media-video/ttcut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ttcut
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.24 2010/01/21 17:56:51 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.25 2010/03/16 17:44:10 billie Exp $
+
+ 16 Mar 2010; Daniel Pielmeier <billie@gentoo.org> -ttcut-9999.ebuild:
+ Remove useless live ebuild.
21 Jan 2010; Daniel Pielmeier <billie@gentoo.org> -ttcut-0.19.6-r1.ebuild:
Remove defect version.
diff --git a/media-video/ttcut/ttcut-9999.ebuild b/media-video/ttcut/ttcut-9999.ebuild
deleted file mode 100644
index 2bf5e11b0bea..000000000000
--- a/media-video/ttcut/ttcut-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.4 2009/05/29 18:33:30 billie Exp $
-
-EAPI="2"
-
-inherit eutils qt4 subversion
-
-DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="http://www.tritime.de/ttcut/"
-ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/ttcut/branches/refactor"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-opengl:4
- >=media-libs/libmpeg2-0.4.0
- virtual/opengl"
-
-RDEPEND="${DEPEND}
- media-video/mplayer
- media-video/transcode[mjpeg]"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- eqmake4 ttcut_linux.pro -o Makefile.ttcut
- emake -f Makefile.ttcut || die "emake failed"
-}
-
-src_install() {
- dobin ttcut || die "Couldn't install ttcut"
- make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing"
-
- dodoc AUTHORS BUGS CHANGELOG \
- README.DE README.EN TODO || die "Couldn't install documentation"
-}