diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 00:21:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:24:56 +0200 |
commit | f3d06451cc3cf739b49b951d7b5dce14bc32a6d3 (patch) | |
tree | 45d51e02add91fa09821a4b7440b9dc5617fd96a /media-video | |
parent | media-gfx/qosmic: Remove last-rited package (diff) | |
download | gentoo-f3d06451cc3cf739b49b951d7b5dce14bc32a6d3.tar.gz gentoo-f3d06451cc3cf739b49b951d7b5dce14bc32a6d3.tar.bz2 gentoo-f3d06451cc3cf739b49b951d7b5dce14bc32a6d3.zip |
media-video/qt-recordmydesktop: Remove last-rited package
Closes: https://bugs.gentoo.org/649116
Diffstat (limited to 'media-video')
6 files changed, 0 insertions, 130 deletions
diff --git a/media-video/qt-recordmydesktop/Manifest b/media-video/qt-recordmydesktop/Manifest deleted file mode 100644 index c23ab457e9d0..000000000000 --- a/media-video/qt-recordmydesktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qt-recordmydesktop-0.3.8.tar.gz 185528 BLAKE2B 366bb84f6ffa39db33c04ebf7e59fe5e8b04099e8a8a5c704ef4dfc16f2f878292614b301ce1c7a3cae4d532d0696cf3f7474e15f762a20da220c951737a687b SHA512 bdbdfc898e7a463547701b22af94e8b86c48037e3d644afcb0465001922c9cf9e722d0b929868237bd2800edd14df78d6eed93303cdcd19d98ec864934488fe5 diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch deleted file mode 100644 index d27db3abbcf8..000000000000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/src/rmdPrefsWidget.py 2008-11-23 16:09:14.000000000 +0100 -+++ b/src/rmdPrefsWidget.py 2010-05-24 16:23:30.255865721 +0200 -@@ -302,9 +302,29 @@ - def remPort(self,lwi): - self.jack_lsp_listSave.takeItem(self.jack_lsp_listSave.row(lwi)) - -+ def which(self,program): -+ import os -+ def is_exe(fpath): -+ return os.path.exists(fpath) and os.access(fpath, os.X_OK) -+ -+ fpath, fname = os.path.split(program) -+ if fpath: -+ if is_exe(program): -+ return program -+ else: -+ for path in os.environ["PATH"].split(os.pathsep): -+ exe_file = os.path.join(path, program) -+ if is_exe(exe_file): -+ return exe_file -+ -+ return None -+ - def __runJackLSP__(self,button=None): - self.ports=[] - failed=0 -+ if self.which('jack_lsp') == None: -+ self.jack_button.setEnabled(False) -+ return - (stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t') - ports=stdout.readlines() - stdin.close() diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch deleted file mode 100644 index 1ea843a8733a..000000000000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch +++ /dev/null @@ -1,18 +0,0 @@ -Fixes errors reported by desktop-file-validate. - ---- a/src/qt-recordmydesktop.desktop -+++ b/src/qt-recordmydesktop.desktop -@@ -1,12 +1,11 @@ - [Desktop Entry] - Version=1.0 --Encoding=UTF-8 - Name=qt-recordMyDesktop - Comment=Frontend for recordMyDesktop - Comment[fr]=Interface pour recordmydesktop - Exec=qt-recordMyDesktop - Terminal=false - Type=Application --Icon=qt-recordmydesktop.png -+Icon=qt-recordmydesktop - Categories=AudioVideo;Recorder; - StartupNotify=false diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch deleted file mode 100644 index 9b2368cfd660..000000000000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: qt-recordmydesktop-0.3.8/configure.ac -=================================================================== ---- qt-recordmydesktop-0.3.8.orig/configure.ac -+++ qt-recordmydesktop-0.3.8/configure.ac -@@ -50,8 +50,7 @@ fi - b=$(echo "$PYQT4_VERSION" | awk 'BEGIN{ FS="." } { print $1 "\n" $2 "\n" $3 }') - c=($b) - -- --export PYQT4_MAJOR=${c[[0]]} -+export PYQT4_MAJOR=${c[[0]]/snapshot-/} - export PYQT4_MINOR=${c[[1]]} - - if test $PYQT4_MAJOR != 4; then diff --git a/media-video/qt-recordmydesktop/metadata.xml b/media-video/qt-recordmydesktop/metadata.xml deleted file mode 100644 index 5fe329f2068f..000000000000 --- a/media-video/qt-recordmydesktop/metadata.xml +++ /dev/null @@ -1,15 +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> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">recordmydesktop</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.8-r3.ebuild b/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.8-r3.ebuild deleted file mode 100644 index 765398caddc5..000000000000 --- a/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.8-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 - -DESCRIPTION="Qt4 interface for RecordMyDesktop" -HOMEPAGE="http://recordmydesktop.sourceforge.net/" -SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# Test is buggy : bug #186752 -# Tries to run intl-toolupdate without it being substituted from -# configure, make test tries run make check in flumotion/test what -# makes me think that this file has been copied from flumotion without -# much care... -RESTRICT="test" - -RDEPEND=" - >=dev-python/PyQt4-4.1[X,${PYTHON_USEDEP}] - >=media-video/recordmydesktop-0.3.8 - x11-apps/xwininfo - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -PATCHES=( - "${FILESDIR}/${P}-check-for-jack.patch" - "${FILESDIR}/${P}-desktopfile.patch" - "${FILESDIR}/${P}-pyqt4.patch" -) - -src_prepare() { - default - - # these deps are required by PyQt4, not this package - sed -e '/^PKG_CHECK_MODULES/d' -i configure.ac || die "sed failed" - eautoreconf - - python_fix_shebang src/qt-recordMyDesktop.in -} |