diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 09:10:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 09:10:28 +0000 |
commit | 743bb8b31fc4018dcbdd275341003f615a3fa910 (patch) | |
tree | 90fe829b7166a040d36445d8ecd7d77776b1609e /media-video/qt-recordmydesktop | |
parent | stable x86, security bug 261032 (diff) | |
download | historical-743bb8b31fc4018dcbdd275341003f615a3fa910.tar.gz historical-743bb8b31fc4018dcbdd275341003f615a3fa910.tar.bz2 historical-743bb8b31fc4018dcbdd275341003f615a3fa910.zip |
clean up
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'media-video/qt-recordmydesktop')
-rw-r--r-- | media-video/qt-recordmydesktop/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.7.2.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/media-video/qt-recordmydesktop/ChangeLog b/media-video/qt-recordmydesktop/ChangeLog index c42f6678bef9..e3884dc3bb71 100644 --- a/media-video/qt-recordmydesktop/ChangeLog +++ b/media-video/qt-recordmydesktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/qt-recordmydesktop # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qt-recordmydesktop/ChangeLog,v 1.15 2009/03/07 08:59:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qt-recordmydesktop/ChangeLog,v 1.16 2009/03/07 09:10:28 fauli Exp $ + + 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org> + -qt-recordmydesktop-0.3.7.2.ebuild: + clean up 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org> qt-recordmydesktop-0.3.8.ebuild: diff --git a/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.7.2.ebuild b/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.7.2.ebuild deleted file mode 100644 index fff075f6db3c..000000000000 --- a/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.7.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.7.2.ebuild,v 1.5 2008/10/08 10:18:24 flameeyes Exp $ - -inherit qt4 - -DESCRIPTION="QT4 interface for RecordMyDesktop" -HOMEPAGE="http://recordmydesktop.iovar.org/" -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="|| ( x11-libs/qt-gui =x11-libs/qt-4.3* ) - >=dev-python/PyQt4-4.1 - >=media-video/recordmydesktop-0.3.5" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS README AUTHORS ChangeLog -} |