diff options
author | 2018-05-01 14:22:30 +0200 | |
---|---|---|
committer | 2018-05-01 21:33:12 +0200 | |
commit | 623b23e5da90c4883d41c99e0b76b6b92ada71d9 (patch) | |
tree | 7913e5f6d787063d6da77aec9b4d6817a93e7f70 /games-puzzle/icebreaker | |
parent | games-puzzle/icebreaker: make repoman happy (diff) | |
download | gentoo-623b23e5da90c4883d41c99e0b76b6b92ada71d9.tar.gz gentoo-623b23e5da90c4883d41c99e0b76b6b92ada71d9.tar.bz2 gentoo-623b23e5da90c4883d41c99e0b76b6b92ada71d9.zip |
games-puzzle/icebreaker: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/icebreaker')
-rw-r--r-- | games-puzzle/icebreaker/icebreaker-1.9.6.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild b/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild deleted file mode 100644 index 449e0864f626..000000000000 --- a/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Trap and capture penguins on Antarctica" -HOMEPAGE="http://www.mattdm.org/icebreaker/" -SRC_URI="http://www.mattdm.org/${PN}/1.9.x/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl[video] - media-libs/sdl-mixer" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-ldflags.patch \ - "${FILESDIR}"/${P}-gentoo.patch \ - "${FILESDIR}"/${P}-parallell-install.patch \ - "${FILESDIR}"/${P}-ovfl.patch -} - -src_compile() { - emake \ - OPTIMIZE="${CFLAGS}" \ - prefix=/usr \ - bindir="${GAMES_BINDIR}" \ - datadir="${GAMES_DATADIR}" \ - highscoredir="${GAMES_STATEDIR}" -} - -src_install() { - emake \ - prefix="${D}/usr" \ - bindir="${D}${GAMES_BINDIR}" \ - datadir="${D}${GAMES_DATADIR}" \ - highscoredir="${D}${GAMES_STATEDIR}" install - newicon ${PN}_48.bmp ${PN}.bmp - make_desktop_entry ${PN} IceBreaker /usr/share/pixmaps/${PN}.bmp - dodoc ChangeLog README* TODO - prepgamesdirs -} |