diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:43:35 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:43:35 +0000 |
commit | b1a88ca0bafb7ddcb44df647ce1a98aec721083f (patch) | |
tree | 5dcb48911417aeaa821d7559877a289892a11b02 /games-util | |
parent | Remove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff) | |
download | gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.tar.gz gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.tar.bz2 gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.zip |
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xgamer/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/xgamer/xgamer-0.6.2.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-util/xgamer/ChangeLog b/games-util/xgamer/ChangeLog index ca4ac860223b..4c909f053329 100644 --- a/games-util/xgamer/ChangeLog +++ b/games-util/xgamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/xgamer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/ChangeLog,v 1.12 2014/08/09 23:10:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/ChangeLog,v 1.13 2014/11/27 23:43:35 dilfridge Exp $ + + 27 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> xgamer-0.6.2.ebuild: + Remove call to perl-module_pkg_postinst, does not do anything outside + perl-core 09 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> xgamer-0.3.0.ebuild: Bump to EAPI=5 (bug #478714) diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild index fcc80f3ce23c..035a0f3ef3eb 100644 --- a/games-util/xgamer/xgamer-0.6.2.ebuild +++ b/games-util/xgamer/xgamer-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/xgamer-0.6.2.ebuild,v 1.1 2013/02/17 21:40:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/xgamer-0.6.2.ebuild,v 1.2 2014/11/27 23:43:35 dilfridge Exp $ EAPI=5 inherit perl-module @@ -33,8 +33,6 @@ S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) pkg_postinst() { - perl-module_pkg_postinst - elog "optional dependencies:" elog " x11-wm/openbox (integrates well)" } |