summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2013-02-02 16:47:42 +0000
committerDaniel Pielmeier <billie@gentoo.org>2013-02-02 16:47:42 +0000
commit9e8926bd4f3a36f83cd3284f34b150bec9b900eb (patch)
treeaf0997804da9bd641a5c13c64dd2a677f06c36b8 /media-video
parentBump sys-fs/zfs to 0.6.0_rc14 (diff)
downloadgentoo-2-9e8926bd4f3a36f83cd3284f34b150bec9b900eb.tar.gz
gentoo-2-9e8926bd4f3a36f83cd3284f34b150bec9b900eb.tar.bz2
gentoo-2-9e8926bd4f3a36f83cd3284f34b150bec9b900eb.zip
Remove redundant calls to fdo-mime_desktop_database_update.
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 215AD14D)
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
-}