* [gentoo-commits] dev/dev-zero:master commit in: media-video/transmageddon/
@ 2015-05-10 14:46 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2015-05-10 14:46 UTC (permalink / raw
To: gentoo-commits
commit: f43be1676e14e54b2451cb19d4826842f2dcf240
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:42:31 2015 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun May 10 14:42:31 2015 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=f43be167
remove outdated ebuild
media-video/transmageddon/Manifest | 2 -
.../transmageddon/transmageddon-0.16.ebuild | 66 ----------------------
2 files changed, 68 deletions(-)
diff --git a/media-video/transmageddon/Manifest b/media-video/transmageddon/Manifest
deleted file mode 100644
index d36b4bb..0000000
--- a/media-video/transmageddon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD transmageddon-0.16.ebuild 1632 RMD160 6974519f33330b3ef0f0f4b23f25b4708a013df6 SHA1 2a45c6736fdcbe2286ce2dbce361dee4c2d711c8 SHA256 45228d9addcaa48b59895f64b3154ea7ffa8753f062feb46a1f3b9294d8382a0
-DIST transmageddon-0.16.tar.bz2 221115 RMD160 8cd34821ab56349f1957552f6f29961fe1dd86f3 SHA1 a7e2dc239d94c8a5fd25664e21896b5d62550210 SHA256 450fd54f9a767edda1e81dad4a0b258869886e430add477b64e92b12a3f0652e
diff --git a/media-video/transmageddon/transmageddon-0.16.ebuild b/media-video/transmageddon/transmageddon-0.16.ebuild
deleted file mode 100644
index e962750..0000000
--- a/media-video/transmageddon/transmageddon-0.16.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit python
-
-RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-DESCRIPTION="A simple python application for transcoding video into formats supported by GStreamer."
-HOMEPAGE="http://www.linuxrising.org/transmageddon/"
-SRC_URI="http://www.linuxrising.org/transmageddon/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/pygtk
- dev-python/gst-python
- media-libs/gstreamer"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm py-compile
- ln -s $(type -P true) py-compile
- python_src_prepare
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm "${D}/usr/bin/transmageddon"
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- install() {
- cp -R "${D}/usr/share/transmageddon" "${D}/usr/share/transmageddon-${PYTHON_ABI}"
- cat > "${D}/usr/bin/transmageddon-${PYTHON_ABI}" << EOF
-#!/bin/bash
-cd /usr/share/transmageddon-${PYTHON_ABI}
-exec python${PYTHON_ABI} transmageddon.py
-EOF
- fperms 0755 "/usr/bin/transmageddon-${PYTHON_ABI}"
- }
- python_execute_function install
-
- cat > "${D}/usr/bin/transmageddon" << EOF
-#!/bin/bash
-PYTHON_ABI=$(eselect python show --ABI)
-exec /usr/bin/transmageddon-\${PYTHON_ABI}
-EOF
- fperms 0755 "/usr/bin/transmageddon"
-
- rm -rf "${D}/usr/share/transmageddon"
-
-}
-
-pkg_postinst() {
- python_mod_optimize --allow-evaluated-non-sitedir-paths "/usr/share/transmageddon-\${PYTHON_ABI}"
-}
-
-pkg_postrm() {
- python_mod_cleanup --allow-evaluated-non-sitedir-paths "/usr/share/transmageddon-\${PYTHON_ABI}"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-10 14:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 14:46 [gentoo-commits] dev/dev-zero:master commit in: media-video/transmageddon/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox