diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-13 13:11:46 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-13 13:11:46 +0000 |
commit | 6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301 (patch) | |
tree | cbdb1c43e1d22e99a1a541228864946ab20932b2 /media-video/ttcut | |
parent | Only disable the thread test instead of restricting tests, upstream is aware ... (diff) | |
download | gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.tar.gz gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.tar.bz2 gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.zip |
Change name of the binary in live ebuild. The app works on amd64, so keyword it ~amd64.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r-- | media-video/ttcut/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-9999.ebuild | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index 6b72424f9450..d70791d4c395 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/ttcut # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.18 2008/11/11 19:53:59 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.19 2008/11/13 13:11:46 zzam Exp $ + + 13 Nov 2008; Matthias Schwarzott <zzam@gentoo.org> ttcut-0.19.6-r1.ebuild, + ttcut-9999.ebuild: + Change name of the binary in live ebuild. The app works on amd64, so + keyword it ~amd64. *ttcut-9999 (11 Nov 2008) diff --git a/media-video/ttcut/ttcut-0.19.6-r1.ebuild b/media-video/ttcut/ttcut-0.19.6-r1.ebuild index 00b843ddeb60..fdce842dd29c 100644 --- a/media-video/ttcut/ttcut-0.19.6-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.8 2008/07/26 21:30:59 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.9 2008/11/13 13:11:46 zzam Exp $ EAPI="1" inherit eutils qt4 @@ -10,7 +10,7 @@ HOMEPAGE="http://ttcut.tritime.org/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-amd64 x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3* ) diff --git a/media-video/ttcut/ttcut-9999.ebuild b/media-video/ttcut/ttcut-9999.ebuild index 610f86d4ef3e..9239968b1979 100644 --- a/media-video/ttcut/ttcut-9999.ebuild +++ b/media-video/ttcut/ttcut-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.1 2008/11/11 19:53:59 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.2 2008/11/13 13:11:46 zzam Exp $ EAPI="1" inherit eutils qt4 subversion @@ -11,7 +11,7 @@ ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/ttcut/branches/refactor" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-amd64" +KEYWORDS="" IUSE="" DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3*:4 ) @@ -38,9 +38,9 @@ src_compile() { } src_install() { - dobin TTCut || die "Couldn't install TTCut" - make_desktop_entry TTCut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ - die "Couldn't make TTCut desktop entry" + dobin ttcut || die "Couldn't install ttcut" + make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ + die "Couldn't make ttcut desktop entry" dodoc AUTHORS BUGS CHANGELOG \ README.DE README.EN TODO || die "Couldn't install documentation" |