diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-13 21:06:33 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-13 21:06:33 +0000 |
commit | 8c4fa81999161f089ac03169e840d9be16122579 (patch) | |
tree | c445748af68e69184891fd3e283f10e027d3a9d8 /games-board/pychess | |
parent | Migrate to distutils-r1. Improve homepage. Proxied for Johan Bergström. (diff) | |
download | gentoo-2-8c4fa81999161f089ac03169e840d9be16122579.tar.gz gentoo-2-8c4fa81999161f089ac03169e840d9be16122579.tar.bz2 gentoo-2-8c4fa81999161f089ac03169e840d9be16122579.zip |
don't call fdo-mime in pkg_preinst
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.10.1-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index fe9db3f9d3e4..5a9565bd3412 100644 --- a/games-board/pychess/ChangeLog +++ b/games-board/pychess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pychess # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.21 2013/01/12 15:32:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.22 2013/01/13 21:06:33 hasufell Exp $ + + 13 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild: + don't call fdo-mime in pkg_preinst 12 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild: remove inherit magic and call functions explicitly diff --git a/games-board/pychess/pychess-0.10.1-r1.ebuild b/games-board/pychess/pychess-0.10.1-r1.ebuild index bf14abfe5181..210af076aa23 100644 --- a/games-board/pychess/pychess-0.10.1-r1.ebuild +++ b/games-board/pychess/pychess-0.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.3 2013/01/12 15:32:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.4 2013/01/13 21:06:33 hasufell Exp $ EAPI=5 @@ -54,7 +54,6 @@ src_install() { pkg_preinst() { games_pkg_preinst gnome2_icon_savelist - fdo-mime_desktop_database_update } pkg_postinst() { |