summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-14 23:19:39 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-14 23:38:48 +0200
commitdd4026eb5d14e5a4ef4fe83866bbef213f7000ed (patch)
treef19c88bc096c4a5a23197972dae5852c91ac53a8 /games-puzzle
parentsys-devel/flex-2.6.4-r1: arm64 stable (bug #632523) (diff)
downloadgentoo-dd4026eb5d14e5a4ef4fe83866bbef213f7000ed.tar.gz
gentoo-dd4026eb5d14e5a4ef4fe83866bbef213f7000ed.tar.bz2
gentoo-dd4026eb5d14e5a4ef4fe83866bbef213f7000ed.zip
games-puzzle/pingus: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pingus/pingus-0.7.6.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6.ebuild b/games-puzzle/pingus/pingus-0.7.6.ebuild
deleted file mode 100644
index f5f3d77af9fe..000000000000
--- a/games-puzzle/pingus/pingus-0.7.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils scons-utils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/"
-SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl music"
-
-RDEPEND="media-libs/libsdl[joystick,opengl?,video]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer
- music? ( media-libs/sdl-mixer[mod] )
- opengl? ( virtual/opengl )
- media-libs/libpng:0=
- dev-libs/boost:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-noopengl.patch
- "${FILESDIR}"/${P}-gcc47.patch
- "${FILESDIR}"/${P}-echo-e.patch
-)
-
-src_prepare() {
- strip-flags
- epatch "${PATCHES[@]}"
-}
-
-src_compile() {
- escons \
- CXX="$(tc-getCXX)" \
- CCFLAGS="${CXXFLAGS}" \
- LINKFLAGS="${LDFLAGS}" \
- $(use_scons opengl with_opengl)
-}
-
-src_install() {
- emake install-exec install-data \
- DESTDIR="${D}" \
- PREFIX="/usr" \
- DATADIR="${GAMES_DATADIR}/${PN}" \
- BINDIR="${GAMES_BINDIR}"
- doman doc/man/pingus.6
- doicon data/images/icons/pingus.svg
- make_desktop_entry ${PN} Pingus
- dodoc AUTHORS NEWS README TODO
- prepgamesdirs
-}