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:33:42 +0100
commitb0e136f595681534de9a87d95da3a7feaf81d0e5 (patch)
tree272188deab8e37d3160334fa864752652e906791 /games-arcade/blobby
parentgames-arcade/alienwave: Remove old (diff)
downloadgentoo-b0e136f595681534de9a87d95da3a7feaf81d0e5.tar.gz
gentoo-b0e136f595681534de9a87d95da3a7feaf81d0e5.tar.bz2
gentoo-b0e136f595681534de9a87d95da3a7feaf81d0e5.zip
games-arcade/blobby: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-arcade/blobby')
-rw-r--r--games-arcade/blobby/Manifest1
-rw-r--r--games-arcade/blobby/blobby-0.9c.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/games-arcade/blobby/Manifest b/games-arcade/blobby/Manifest
index 80e8d8c4dbf0..c386ce1af196 100644
--- a/games-arcade/blobby/Manifest
+++ b/games-arcade/blobby/Manifest
@@ -1,2 +1 @@
-DIST blobby2-linux-0.9c.tar.gz 2290384 BLAKE2B c8d933ae0bf5006519f5c18fbe21e4078366a9cc7583e8f1add127951ae519df348e2a7003681ec02c3cdf69f5db20861d9d04af87e73570b84df0dc73cd9f56 SHA512 741eed708f6688af179e19cecc17cb1e0cdbd6a9e2680fbfd8093ca171c0593474ec1bd11c1704e6e275ae8693c72c8f2f93fdc9ec7863dcda5999a76b0002e2
DIST blobby2-linux-1.0.tar.gz 1772918 BLAKE2B ee2231d5c2a287f812debf43a95b6ffe4abdcd87fec41eea5e528253d83190f20d4b2245b5e530f1b8b9df310ce2757b06377f7305f8cf60e6d51db9964ea239 SHA512 b9e36de4a44e482c9d0742b95034c2979d7a51512ac5e3fd8f4933655132028dfc9642c3580e5523b5b95d38acc169932d24808cee236710731c2571321337fa
diff --git a/games-arcade/blobby/blobby-0.9c.ebuild b/games-arcade/blobby/blobby-0.9c.ebuild
deleted file mode 100644
index 8ab2d790983e..000000000000
--- a/games-arcade/blobby/blobby-0.9c.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils eutils games
-
-DESCRIPTION="A beach ball game with blobs of goo"
-HOMEPAGE="https://sourceforge.net/projects/blobby/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-games/physfs-2[zip]
- media-libs/libsdl[sound,joystick,opengl,video,X]
- virtual/opengl"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
- app-arch/zip" #406667
-
-S=${WORKDIR}/${PN}-beta-${PV}
-
-src_prepare() {
- sed -i -e "s:share/${PN}:${GAMES_DATADIR}/${PN}:" data/CMakeLists.txt || die
- sed -i -e "s:share/${PN}:${GAMES_DATADIR/\/usr\/}/${PN}:" src/main.cpp || die
- sed -i -e "/DESTINATION/s:bin:${GAMES_BINDIR}:" src/CMakeLists.txt || die
- epatch "${FILESDIR}"/${P}-gcc47.patch
-}
-
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README TODO" cmake-utils_src_install
-
- newicon data/Icon.bmp ${PN}.bmp
- make_desktop_entry ${PN} "Blobby Volley" /usr/share/pixmaps/${PN}.bmp
-
- prepgamesdirs
-}