diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:10:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:26:32 +0200 |
commit | e0efbc295bcb57ce7d31477d314573204380bda8 (patch) | |
tree | 79378593ddee7cf9f25fb8f1e24d0110c86c0ce0 /games-arcade/vor | |
parent | games-arcade/vor: Stop using games.eclass (diff) | |
download | gentoo-e0efbc295bcb57ce7d31477d314573204380bda8.tar.gz gentoo-e0efbc295bcb57ce7d31477d314573204380bda8.tar.bz2 gentoo-e0efbc295bcb57ce7d31477d314573204380bda8.zip |
games-arcade/vor: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/vor')
-rw-r--r-- | games-arcade/vor/vor-0.5.7.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/games-arcade/vor/vor-0.5.7.ebuild b/games-arcade/vor/vor-0.5.7.ebuild deleted file mode 100644 index f1bc924bc5d2..000000000000 --- a/games-arcade/vor/vor-0.5.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils games - -DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die" -HOMEPAGE="http://jasonwoof.org/vor" -SRC_URI="https://jasonwoof.com/downloads/vor/${P}.tgz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[mod]" -RDEPEND=${DEPEND} - -src_install() { - dodir "${GAMES_BINDIR}" - DOCS="README* todo" default - newicon -s 48 data/icon.png ${PN}.png - make_desktop_entry ${PN} VoR - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |