summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-08-12 15:48:25 +0000
committerSteve Dibb <beandog@gentoo.org>2007-08-12 15:48:25 +0000
commit528258a086e5e08a41c88c9628c16b9839ba359d (patch)
tree154ddc2933af72e70baf183bdbc9f18a76af613f /media-video
parentFix versioning scheme (diff)
downloadgentoo-2-528258a086e5e08a41c88c9628c16b9839ba359d.tar.gz
gentoo-2-528258a086e5e08a41c88c9628c16b9839ba359d.tar.bz2
gentoo-2-528258a086e5e08a41c88c9628c16b9839ba359d.zip
remove old
(Portage version: 2.1.2.11)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/tovid/files/digest-tovid-0.303
-rw-r--r--media-video/tovid/files/digest-tovid-0.30-r13
-rw-r--r--media-video/tovid/tovid-0.30-r1.ebuild76
-rw-r--r--media-video/tovid/tovid-0.30.ebuild75
4 files changed, 0 insertions, 157 deletions
diff --git a/media-video/tovid/files/digest-tovid-0.30 b/media-video/tovid/files/digest-tovid-0.30
deleted file mode 100644
index 536aabef5fe1..000000000000
--- a/media-video/tovid/files/digest-tovid-0.30
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 feb3418acade9584cd8256f5ce2efb88 tovid-0.30.tar.gz 393084
-RMD160 ef7e35e6553fddc4f601fd44b681b5afd643705a tovid-0.30.tar.gz 393084
-SHA256 fe30a4ef08d1aa15fcb811d123d14a7934a9f5180abbcaddafef1e543c42720f tovid-0.30.tar.gz 393084
diff --git a/media-video/tovid/files/digest-tovid-0.30-r1 b/media-video/tovid/files/digest-tovid-0.30-r1
deleted file mode 100644
index 536aabef5fe1..000000000000
--- a/media-video/tovid/files/digest-tovid-0.30-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 feb3418acade9584cd8256f5ce2efb88 tovid-0.30.tar.gz 393084
-RMD160 ef7e35e6553fddc4f601fd44b681b5afd643705a tovid-0.30.tar.gz 393084
-SHA256 fe30a4ef08d1aa15fcb811d123d14a7934a9f5180abbcaddafef1e543c42720f tovid-0.30.tar.gz 393084
diff --git a/media-video/tovid/tovid-0.30-r1.ebuild b/media-video/tovid/tovid-0.30-r1.ebuild
deleted file mode 100644
index c70004e6c35c..000000000000
--- a/media-video/tovid/tovid-0.30-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30-r1.ebuild,v 1.2 2007/05/01 01:43:47 genone Exp $
-
-inherit eutils
-
-DESCRIPTION="Video conversion and DVD authoring tools"
-HOMEPAGE="http://tovid.wikia.com/"
-SRC_URI="mirror://sourceforge/tovid/${P}.tar.gz"
-IUSE="tk"
-DEPEND="media-video/mplayer
- app-text/txt2tags"
-RDEPEND="media-video/mjpegtools
- media-video/ffmpeg
- media-video/transcode
- media-sound/normalize
- media-gfx/imagemagick
- media-sound/sox
- media-video/dvdauthor
- media-video/vcdimager
- media-video/lsdvd
- virtual/cdrtools
- dev-python/pycairo
- >=dev-python/wxpython-2.6
- app-cdr/dvd+rw-tools
- app-cdr/cdrdao
- dev-python/imaging"
-KEYWORDS="~x86 ~amd64"
-LICENSE="GPL-2"
-SLOT="0"
-
-pkg_setup() {
- if use tk && ( ! built_with_use dev-lang/python tk ); then
- eerror "Please emerge python with useflag 'tk' enabled."
- die "Fix USE flags and re-emerge"
- elif ! use tk; then
- ewarn "If you want to use 'todiscgui', then emerge"
- ewarn "dev-lang/python and this package with the 'tk' use flag"
- fi
- if ! built_with_use media-video/mplayer encode; then
- eerror "Please emerge media-video/mplayer with useflag 'encode'."
- die "Fix USE flags and re-emerge"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-configure.patch"
- epatch "${FILESDIR}/${P}-ffmpeg.patch"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install died"
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- elog ""
- elog "List of suite components:"
- elog " idvid: Identifies video format, resolution, and length"
- elog " makemenu: Creates (S)VCD/DVD menus"
- elog " makeslides: Creates mpeg still slides for (S)VCD"
- elog " makexml: Creates XML specification for an (S)VCD or DVD navigation hierarchy"
- elog " makedvd: Creates the DVD structure and/or iso image"
- elog " postproc: Adjusts A/V sync and does shrinking of encoded video"
- elog " tovid: Converts video to (S)VCD or DVD mpeg format"
- elog " tovidgui: The tovid GUI"
- elog " pytovid: The new (experimental) python based tovid script"
- elog " todisc: Create a DVD with animated menus"
- elog " todiscgui: Experimental gui for todisc"
- elog ""
- elog "Please check out the tovid documentation on the web:"
- elog " http://tovid.wikia.com/"
- elog ""
-}
diff --git a/media-video/tovid/tovid-0.30.ebuild b/media-video/tovid/tovid-0.30.ebuild
deleted file mode 100644
index 7f2908f5d492..000000000000
--- a/media-video/tovid/tovid-0.30.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30.ebuild,v 1.3 2007/05/01 01:43:47 genone Exp $
-
-inherit eutils
-
-DESCRIPTION="Video conversion and DVD authoring tools"
-HOMEPAGE="http://tovid.wikia.com/"
-SRC_URI="mirror://sourceforge/tovid/${P}.tar.gz"
-IUSE="tk"
-DEPEND="media-video/mplayer
- app-text/txt2tags"
-RDEPEND="media-video/mjpegtools
- media-video/ffmpeg
- media-video/transcode
- media-sound/normalize
- media-gfx/imagemagick
- media-sound/sox
- media-video/dvdauthor
- media-video/vcdimager
- media-video/lsdvd
- virtual/cdrtools
- dev-python/pycairo
- >=dev-python/wxpython-2.6
- app-cdr/dvd+rw-tools
- app-cdr/cdrdao
- dev-python/imaging"
-KEYWORDS="~x86 ~amd64"
-LICENSE="GPL-2"
-SLOT="0"
-
-pkg_setup() {
- if use tk && ( ! built_with_use dev-lang/python tk ); then
- eerror "Please emerge python with useflag 'tk' enabled."
- die "Fix USE flags and re-emerge"
- elif ! use tk; then
- ewarn "If you want to use 'todiscgui', then emerge"
- ewarn "dev-lang/python and this package with the 'tk' use flag"
- fi
- if ! built_with_use media-video/mplayer encode; then
- eerror "Please emerge media-video/mplayer with useflag 'encode'."
- die "Fix USE flags and re-emerge"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-configure.patch"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install died"
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- elog ""
- elog "List of suite components:"
- elog " idvid: Identifies video format, resolution, and length"
- elog " makemenu: Creates (S)VCD/DVD menus"
- elog " makeslides: Creates mpeg still slides for (S)VCD"
- elog " makexml: Creates XML specification for an (S)VCD or DVD navigation hierarchy"
- elog " makedvd: Creates the DVD structure and/or iso image"
- elog " postproc: Adjusts A/V sync and does shrinking of encoded video"
- elog " tovid: Converts video to (S)VCD or DVD mpeg format"
- elog " tovidgui: The tovid GUI"
- elog " pytovid: The new (experimental) python based tovid script"
- elog " todisc: Create a DVD with animated menus"
- elog " todiscgui: Experimental gui for todisc"
- elog ""
- elog "Please check out the tovid documentation on the web:"
- elog " http://tovid.wikia.com/"
- elog ""
-}