diff options
Diffstat (limited to 'games-kids/gmult/gmult-5.3.ebuild')
-rw-r--r-- | games-kids/gmult/gmult-5.3.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-kids/gmult/gmult-5.3.ebuild b/games-kids/gmult/gmult-5.3.ebuild deleted file mode 100644 index a67d0cf2c035..000000000000 --- a/games-kids/gmult/gmult-5.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.6 2011/10/19 21:14:37 mr_bones_ Exp $ - -EAPI=2 -inherit eutils gnome2-utils games - -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs" -HOMEPAGE="http://www.mterry.name/gmult/" -SRC_URI="http://www.mterry.name/gmult/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 - virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch - sed -i -e 's/-pedantic//' gmult/Makefile.in || die - sed -i \ - -e '/Encoding/d' \ - -e '/FilePattern/d' \ - -e '/Categories/s/Application;//' \ - gmult.desktop.in || die -} - -src_configure() { - egamesconf \ - --datadir=/usr/share -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README THANKS - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |