From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18EDB58973 for ; Fri, 29 Jan 2016 10:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C7721C00D; Fri, 29 Jan 2016 10:34:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 115E0E0871 for ; Fri, 29 Jan 2016 10:34:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C9C3340AE2 for ; Fri, 29 Jan 2016 10:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74268EF for ; Fri, 29 Jan 2016 10:34:01 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1454063416.8a761f7588a843e953f589e4e5dc7f2bc64a9210.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcoreaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kcoreaddons/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8a761f7588a843e953f589e4e5dc7f2bc64a9210 X-VCS-Branch: master Date: Fri, 29 Jan 2016 10:34:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dcab915e-c985-4111-9d17-2d8a09e1ef75 X-Archives-Hash: bcc83454099a984d52a7361b1e8376ee commit: 8a761f7588a843e953f589e4e5dc7f2bc64a9210 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 29 10:30:09 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 29 10:30:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a761f75 kde-frameworks/kcoreaddons: mime database updates now handled by eclass Package-Manager: portage-2.2.27 kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild index 1263e1b..dfbaeb7 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit fdo-mime kde5 +inherit kde5 DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more" LICENSE="LGPL-2+" @@ -29,13 +29,3 @@ src_configure() { kde5_src_configure } - -pkg_postinst() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} - -pkg_postrm() { - kde5_pkg_postinst - fdo-mime_mime_database_update -}