summaryrefslogtreecommitdiff
path: root/games-arcade/openbubbles
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-22 21:44:09 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-22 21:48:37 +0200
commit16ab172388a85fe4c113694a54a39a064608c04a (patch)
treeda0aab783b574e7a57f0884807847b58d12cd9d8 /games-arcade/openbubbles
parent074816e03fe59f2782c5aef9906cc27a00f2874c (diff)
downloadgentoo-16ab172388a85fe4c113694a54a39a064608c04a.tar.gz
gentoo-16ab172388a85fe4c113694a54a39a064608c04a.tar.xz
games-arcade/openbubbles: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/openbubbles')
-rw-r--r--games-arcade/openbubbles/openbubbles-1.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild
deleted file mode 100644
index 69515aa0655..00000000000
--- a/games-arcade/openbubbles/openbubbles-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A clone of Evan Bailey's game Bubbles"
-HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/"
-SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- media-libs/sdl-image[png]
- media-libs/sdl-gfx"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc2.10.patch
-}
-
-src_install() {
- default
- newicon data/bubble.png ${PN}.png
- make_desktop_entry ${PN} "OpenBubbles"
- prepgamesdirs
-}