summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ttcut/ChangeLog7
-rw-r--r--media-video/ttcut/ttcut-0.19.6-r3.ebuild12
2 files changed, 7 insertions, 12 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog
index b485acedf3cc..4d00abfc4399 100644
--- a/media-video/ttcut/ChangeLog
+++ b/media-video/ttcut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ttcut
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.31 2012/03/10 08:36:07 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.32 2013/02/02 16:47:42 billie Exp $
+
+ 02 Feb 2013; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r3.ebuild:
+ Remove redundant calls to fdo-mime_desktop_database_update.
10 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> ttcut-0.19.6-r3.ebuild,
+files/ttcut-0.19.6-no_implicit_GLU.patch:
diff --git a/media-video/ttcut/ttcut-0.19.6-r3.ebuild b/media-video/ttcut/ttcut-0.19.6-r3.ebuild
index eb616e31f60e..92c521d798e1 100644
--- a/media-video/ttcut/ttcut-0.19.6-r3.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.4 2012/03/10 08:36:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.5 2013/02/02 16:47:42 billie Exp $
EAPI=4
inherit eutils fdo-mime qt4-r2
@@ -39,11 +39,3 @@ src_install() {
dodoc AUTHORS BUGS CHANGELOG README.* TODO
}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}