summaryrefslogtreecommitdiff
path: root/media-video/tovid/tovid-0.34.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/tovid/tovid-0.34.ebuild')
-rw-r--r--media-video/tovid/tovid-0.34.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/media-video/tovid/tovid-0.34.ebuild b/media-video/tovid/tovid-0.34.ebuild
deleted file mode 100644
index dedacf4d..00000000
--- a/media-video/tovid/tovid-0.34.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.34.ebuild,v 1.2 2011/11/12 16:12:43 ssuominen Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils gnome2-utils
-
-DESCRIPTION="A collection of DVD authoring tools"
-HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-cdr/cdrdao
- app-cdr/dvd+rw-tools
- || ( =dev-lang/python-tk-2.7* =dev-lang/python-tk-2.6* )
- dev-python/pycairo
- dev-python/imaging
- dev-tcltk/tix
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- media-sound/normalize
- >=media-sound/sox-14.3.2
- media-video/dvdauthor
- >=media-video/mjpegtools-2.0.0
- >=media-video/mplayer-1.0_rc4_p20110101
- >=media-video/transcode-1.1.5
- media-video/vcdimager
- sys-devel/bc
- virtual/ffmpeg"
-DEPEND="app-text/txt2tags"
-
-DOCS="AUTHORS ChangeLog README"
-
-src_install() {
- distutils_src_install
-
- # punt at least .install.log
- find "${ED}" -name '*.log' -exec rm -f {} +
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_icon_cache_update
-}