]> Pileus Git - ~andy/sunrise/blobdiff - games-rpg/digital/digital-1.1-r1.ebuild
games-rpg/digital: Updated ebuild to work with revamped renpy package (thanks, hasufell)
[~andy/sunrise] / games-rpg / digital / digital-1.1-r1.ebuild
diff --git a/games-rpg/digital/digital-1.1-r1.ebuild b/games-rpg/digital/digital-1.1-r1.ebuild
deleted file mode 100644 (file)
index d2d5414..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games
-
-DESCRIPTION="A computer mystery/romance game set five minutes into the future of 1988"
-HOMEPAGE="http://scoutshonour.com/digital/"
-SRC_URI="http://digital.artfulgamer.com/${P}.tar.bz2
-       http://www.scoutshonour.com/lilyofthevalley/${P}.tar.bz2"
-
-LICENSE="CC-BY-NC-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-games/renpy:6.10"
-
-S=${WORKDIR}/Digital-linux-x86
-
-src_install() {
-       insinto "${GAMES_DATADIR}/${PN}"
-       doins -r game/* || die
-
-       games_make_wrapper ${PN} "renpy-6.10 '${GAMES_DATADIR}/${PN}'"
-
-       newicon game/icon.png ${PN}.png || die
-       make_desktop_entry ${PN} "Digital: A love story"
-
-       dohtml README.html || die
-
-       prepgamesdirs
-}