summaryrefslogtreecommitdiff
path: root/games-arcade/vor/vor-0.5.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/vor/vor-0.5.5.ebuild')
-rw-r--r--games-arcade/vor/vor-0.5.5.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/games-arcade/vor/vor-0.5.5.ebuild b/games-arcade/vor/vor-0.5.5.ebuild
deleted file mode 100644
index 89c7e57495ce..000000000000
--- a/games-arcade/vor/vor-0.5.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils gnome2-utils games
-
-DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
-HOMEPAGE="http://jasonwoof.org/vor"
-SRC_URI="http://qualdan.com/vor/${P}.tar.bz2"
-
-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_prepare() {
- epatch "${FILESDIR}/${P}-underlink.patch"
- eautoreconf
-}
-
-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
-}