diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-17 23:00:25 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-17 23:00:59 +0200 |
commit | 53a8c9794cd5f3ffdb5fa2b0c0306e85b9903946 (patch) | |
tree | e2210b02dc270d1ed1836c93d7d3c86c2b99b65b /games-arcade/komi | |
parent | games-arcade/komi: Stop using games.eclass (diff) | |
download | gentoo-53a8c9794cd5f3ffdb5fa2b0c0306e85b9903946.tar.gz gentoo-53a8c9794cd5f3ffdb5fa2b0c0306e85b9903946.tar.bz2 gentoo-53a8c9794cd5f3ffdb5fa2b0c0306e85b9903946.zip |
games-arcade/komi: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/komi')
-rw-r--r-- | games-arcade/komi/komi-1.04.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-arcade/komi/komi-1.04.ebuild b/games-arcade/komi/komi-1.04.ebuild deleted file mode 100644 index 00fa29a72ff4..000000000000 --- a/games-arcade/komi/komi-1.04.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Komi the Space Frog - simple SDL game of collection" -HOMEPAGE="http://komi.sourceforge.net" -SRC_URI="mirror://sourceforge/komi/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video] - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" -DOCS=( CHANGELOG.txt README.txt TROUBLESHOOTING.txt ) - -src_prepare() { - epatch "${FILESDIR}"/${PV}-DESTDIR.patch \ - "${FILESDIR}"/${P}-install.patch - sed -i \ - -e "/^BINPATH/s:=.*:=${GAMES_BINDIR}/:" \ - -e "/^DATAPATH/s:=.*:=${GAMES_DATADIR}/${PN}/:" \ - -e '/^SDL_LIB/s:$: $(LDFLAGS):' \ - -e '/^SDL_LIB/s:--static-:--:' \ - Makefile \ - || die "sed failed" -} - -src_compile() { - emake ECFLAGS="${CFLAGS}" -} - -src_install() { - default - newicon komidata/sprites_komi.bmp ${PN}.bmp - make_desktop_entry komi Komi /usr/share/pixmaps/${PN}.bmp - doman komi.6 - prepgamesdirs -} |