diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-03-04 19:25:01 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-03-04 19:25:01 +0000 |
commit | 2c61266a76ef4029abc918a0214a7af8d6adf0a7 (patch) | |
tree | 8aabe2dfddf3532f4e005a021a618c1dc4471d23 /media-video/ttcut | |
parent | Switch to EAPI 5. (diff) | |
download | gentoo-2-2c61266a76ef4029abc918a0214a7af8d6adf0a7.tar.gz gentoo-2-2c61266a76ef4029abc918a0214a7af8d6adf0a7.tar.bz2 gentoo-2-2c61266a76ef4029abc918a0214a7af8d6adf0a7.zip |
Switch to EAPI 5.
(Portage version: 2.1.11.52/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r-- | media-video/ttcut/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index 8f9f73334f9c..086b13df951b 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ttcut # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.33 2013/03/02 22:43:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.34 2013/03/04 19:25:01 billie Exp $ + + 04 Mar 2013; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r3.ebuild: + Switch to EAPI 5. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> ttcut-0.19.6-r3.ebuild: Move Qt dependencies to the new category diff --git a/media-video/ttcut/ttcut-0.19.6-r3.ebuild b/media-video/ttcut/ttcut-0.19.6-r3.ebuild index 368990dfed25..905ae2e7f549 100644 --- a/media-video/ttcut/ttcut-0.19.6-r3.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 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-r3.ebuild,v 1.6 2013/03/02 22:43:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.7 2013/03/04 19:25:01 billie Exp $ + +EAPI=5 -EAPI=4 inherit eutils fdo-mime qt4-r2 DESCRIPTION="Tool for cutting MPEG files especially for removing commercials" |