summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:12 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:34:12 +0100
commit878232ef32d67b8f26679b5dd4cf1df3bad83804 (patch)
tree76e373c23662b4c92233a787efa70eeea5a1de6c /games-arcade
parentgames-arcade/supertux: Remove old (diff)
downloadgentoo-878232ef32d67b8f26679b5dd4cf1df3bad83804.tar.gz
gentoo-878232ef32d67b8f26679b5dd4cf1df3bad83804.tar.bz2
gentoo-878232ef32d67b8f26679b5dd4cf1df3bad83804.zip
games-arcade/vor: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/vor/Manifest1
-rw-r--r--games-arcade/vor/vor-0.5.5.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/games-arcade/vor/Manifest b/games-arcade/vor/Manifest
index 1e262aafec08..658ed76cd43f 100644
--- a/games-arcade/vor/Manifest
+++ b/games-arcade/vor/Manifest
@@ -1,2 +1 @@
-DIST vor-0.5.5.tar.bz2 239291 BLAKE2B 5d333db0afe8f705432a9e77438a362f7cf1f67843cee7d2d91d1067ad05b5eb81910d4a80fc338aee40a20aec84d444dd24797ae6249a8a96529bcb1979f30a SHA512 a4de43699b78adfe28bbd773cd9f9d1e3ee50b51b4e1848ff1baf836f6242d8391a304445994ca669eab13acbd2dd3ae49f0665bdb07d19c7a1674e0dde9bfbd
DIST vor-0.5.7.tgz 358032 BLAKE2B 96813207a8529d6a7ae5863811fa02666d51b4108afd96cf5b4aed0405d6cc32668f0a7abfbc571141877803a15678c46c8664fe3599cd12e0c6fe95ab5d880f SHA512 32dbfe95971298f9f0191cc95fdb5e9ec34c5f6771df1566554b128644770bfba618df3aac7242e647c8af2f41fc59c9e5620a4c56932d3af72197f6a19f0bce
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
-}