summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-23 20:44:33 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-23 21:17:22 +0200
commit8012fbc75ee2faba15943fc8a5d7a1ead826f078 (patch)
treee2240e1a8c6ac474c7a1e2496e8b406524ee0fad /games-arcade/ri-li
parentgames-arcade/ri-li: Stop using games.eclass (diff)
downloadgentoo-8012fbc75ee2faba15943fc8a5d7a1ead826f078.tar.gz
gentoo-8012fbc75ee2faba15943fc8a5d7a1ead826f078.tar.bz2
gentoo-8012fbc75ee2faba15943fc8a5d7a1ead826f078.zip
games-arcade/ri-li: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/ri-li')
-rw-r--r--games-arcade/ri-li/ri-li-2.0.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-arcade/ri-li/ri-li-2.0.1.ebuild b/games-arcade/ri-li/ri-li-2.0.1.ebuild
deleted file mode 100644
index b978172bb74a..000000000000
--- a/games-arcade/ri-li/ri-li-2.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Drive a toy wood engine and collect all the coaches"
-HOMEPAGE="http://ri-li.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ri-li/Ri-li-${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/Ri-li-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch
- mv configure.{in,ac}
- rm aclocal.m4
- eautoreconf
-}
-
-src_install() {
- default
- rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild
- newicon data/Ri-li-icon-48x48.png ${PN}.png
- make_desktop_entry Ri_li Ri-li
- prepgamesdirs
-}