diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /media-video | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/tovid/Manifest | 1 | ||||
-rw-r--r-- | media-video/tovid/metadata.xml | 12 | ||||
-rw-r--r-- | media-video/tovid/tovid-0.35.2-r2.ebuild | 66 |
3 files changed, 0 insertions, 79 deletions
diff --git a/media-video/tovid/Manifest b/media-video/tovid/Manifest deleted file mode 100644 index b026b1841326..000000000000 --- a/media-video/tovid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tovid-0.35.2.tar.gz 527332 BLAKE2B 8cc8452d2d08f77fa66684e84702ac4ade3853af68ab51e7d2ac259f15460f6a7e0766e567a51545514aa2fa5b53f0ed7ea0ff0f892d3246be63e55a10b4a893 SHA512 35e1d2a9584127498ee7d4b772fff0643860270dd38018a7fd9c20ef2875bf037235c341b0a001b0fe9a020fb74f9d348729dec0ccb7d97ccdeec508e6fa674e diff --git a/media-video/tovid/metadata.xml b/media-video/tovid/metadata.xml deleted file mode 100644 index e755d3397531..000000000000 --- a/media-video/tovid/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - <name>Gentoo Video project</name> - </maintainer> - <upstream> - <remote-id type="google-code">tovid</remote-id> - <remote-id type="github">tovid-suite/tovid</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-video/tovid/tovid-0.35.2-r2.ebuild b/media-video/tovid/tovid-0.35.2-r2.ebuild deleted file mode 100644 index c58f5de2dc2e..000000000000 --- a/media-video/tovid/tovid-0.35.2-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="tk" -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 gnome2-utils - -DESCRIPTION="A collection of DVD authoring tools" -HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki" -SRC_URI="https://github.com/tovid-suite/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-cdr/dvd+rw-tools - dev-tcltk/tix - 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[dvdnav] media-video/mpv[libmpv,dvdnav] ) - sys-devel/bc - media-video/ffmpeg - virtual/imagemagick-tools[png]" -DEPEND="app-text/txt2tags" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_install() { - distutils-r1_src_install - python_optimize - - # punt at least .install.log - find "${D}" -name '*.log' -exec rm -f {} + -} - -pkg_preinst() { -# REPLACING_VERSIONS="media-video/tovid-0.34" - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - elog "######################################################################" - elog "You can install media-video/transcode for additional functionality. It" - elog "will speed up the creation of animated submenus with faster seeking." - elog "Otherwise FFmpeg/Libav will be used." - elog "######################################################################" - elog"" - gnome2_icon_cache_update -} -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |