summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:27 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:49:35 +0100
commit9e02e437ff8cdee380dea6d09624804b9733efd4 (patch)
tree6e025105b80de02031a72cf45f00ce340bd4aadd /games-rpg/eschalon-book-1-demo
parentgames-rpg/egoboo: Remove old (diff)
downloadgentoo-9e02e437ff8cdee380dea6d09624804b9733efd4.tar.gz
gentoo-9e02e437ff8cdee380dea6d09624804b9733efd4.tar.bz2
gentoo-9e02e437ff8cdee380dea6d09624804b9733efd4.zip
games-rpg/eschalon-book-1-demo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-rpg/eschalon-book-1-demo')
-rw-r--r--games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild
deleted file mode 100644
index cd1c283174f4..000000000000
--- a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A classic role-playing game"
-HOMEPAGE="http://basiliskgames.com/eschalon-book-i"
-SRC_URI="https://dev.gentoo.org/~calchan/distfiles/${P}.tar.gz"
-
-LICENSE="eschalon-book-1-demo"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/Eschalon Book I Demo"
-
-RDEPEND="
- >=media-libs/freetype-2.5.0.1[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXxf86vm[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-S="${WORKDIR}/Eschalon Book I Demo"
-
-src_install() {
- insinto "${GAMES_PREFIX_OPT}/${PN}"
- doins -r data music sound *pdf *pak help.txt
-
- exeinto "${GAMES_PREFIX_OPT}/${PN}"
- doexe "Eschalon Book I Demo"
-
- make_desktop_entry ${PN} "Eschalon: Book I (Demo)"
- games_make_wrapper ${PN} "\"./Eschalon Book I Demo\"" "${GAMES_PREFIX_OPT}/${PN}"
- prepgamesdirs
-}