commit:     53a8c9794cd5f3ffdb5fa2b0c0306e85b9903946
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 21:00:25 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 21:00:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a8c979

games-arcade/komi: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/komi/komi-1.04.ebuild | 43 --------------------------------------
 1 file changed, 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 00fa29a72ff..00000000000
--- 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
-}

Reply via email to