From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D4C91382C5 for ; Tue, 17 Apr 2018 21:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375B5E0A90; Tue, 17 Apr 2018 21:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11D1AE0A8D for ; Tue, 17 Apr 2018 21:01:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADEF1335C59 for ; Tue, 17 Apr 2018 21:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07DD2281 for ; Tue, 17 Apr 2018 21:01:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523998842.9039c61dc1d10c40dc5205cf6789a81eff5ce619.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild X-VCS-Directories: games-arcade/holotz-castle/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9039c61dc1d10c40dc5205cf6789a81eff5ce619 X-VCS-Branch: master Date: Tue, 17 Apr 2018 21:01:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8507403-3dc6-4a18-8e50-ea56850d8c75 X-Archives-Hash: 012a7a49a784818fa418085a3f69394e commit: 9039c61dc1d10c40dc5205cf6789a81eff5ce619 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 17 20:20:59 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 17 21:00:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9039c61d games-arcade/holotz-castle: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../holotz-castle/holotz-castle-1.3.14.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild deleted file mode 100644 index e6c3106134b..00000000000 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs games - -DESCRIPTION="2D platform game" -HOMEPAGE="http://www.mainreactor.net/holotzcastle/en/index_en.html" -SRC_URI="http://www.mainreactor.net/holotzcastle/download/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/sdl-mixer - media-libs/libsdl - media-libs/sdl-ttf - media-libs/sdl-image" -DEPEND=${RDEPEND} - -S=${WORKDIR}/${P}-src - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-build.patch \ - "${FILESDIR}"/${P}-gcc44.patch \ - "${FILESDIR}"/${P}-underlink.patch -} - -src_compile() { - tc-export AR - emake -C JLib - emake -C src HC_BASE="${GAMES_DATADIR}"/${PN}/ -} - -src_install() { - dogamesbin holotz-castle holotz-castle-editor - insinto "${GAMES_DATADIR}"/${PN}/game - doins -r res/* - insinto "${GAMES_DATADIR}"/${PN}/editor - doins -r HCedHome/res/* - newicon res/icon/icon.bmp ${PN}.bmp - make_desktop_entry ${PN} "Holotz's Castle" /usr/share/pixmaps/${PN}.bmp - make_desktop_entry ${PN}-editor "Holotz's Castle - Editor" \ - /usr/share/pixmaps/${PN}.bmp - dodoc doc/MANUAL*.txt - doman man/*.6 - prepgamesdirs -}