diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-12-05 14:59:52 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-12-05 16:10:50 +0100 |
commit | 3630998f12c5e9690e4e866b880ba0db6d9b915a (patch) | |
tree | 111bd1f9e326513e82461036bed51800f584475f /games-puzzle | |
parent | games-puzzle/wmpuzzle: drop games eclass, update EAPI and homepage (diff) | |
download | gentoo-3630998f12c5e9690e4e866b880ba0db6d9b915a.tar.gz gentoo-3630998f12c5e9690e4e866b880ba0db6d9b915a.tar.bz2 gentoo-3630998f12c5e9690e4e866b880ba0db6d9b915a.zip |
games-puzzle/wmpuzzle: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild deleted file mode 100644 index 9d414ea4500b..000000000000 --- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils games - -DESCRIPTION="wmpuzzle provides a 4x4 puzzle on a 64x64 mini window" -HOMEPAGE="http://freecode.com/projects/wmpuzzle" -SRC_URI="http://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S=${WORKDIR}/${P}/src - -src_install() { - dogamesbin ${PN} - - dodoc ../{CHANGES,README} - newicon -s 48 numbers.xpm ${PN}.xpm - doman ${PN}.6 - make_desktop_entry ${PN} - - prepgamesdirs -} - -pkg_preinst() { - gnome2_icon_savelist - games_pkg_preinst -} - -pkg_postinst() { - gnome2_icon_cache_update - games_pkg_postinst -} - -pkg_postrm() { - gnome2_icon_cache_update -} |