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 5BFA2138332 for ; Mon, 16 Apr 2018 20:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5441BE09BD; Mon, 16 Apr 2018 20:26:54 +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 30C2FE09BD for ; Mon, 16 Apr 2018 20:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1EA8335C36 for ; Mon, 16 Apr 2018 20:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6745725D for ; Mon, 16 Apr 2018 20:26:51 +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: <1523910382.2f8ee0de3ae9afb73994e0619424a06850148dae.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/excido/excido-0.1.5c-r2.ebuild X-VCS-Directories: games-arcade/excido/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2f8ee0de3ae9afb73994e0619424a06850148dae X-VCS-Branch: master Date: Mon, 16 Apr 2018 20:26:51 +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: ccf7d6f2-f448-410d-8eb7-3efcfb655c98 X-Archives-Hash: 3e818f0d6cd3388fd0a049b155130d88 commit: 2f8ee0de3ae9afb73994e0619424a06850148dae Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 16 19:40:10 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 16 20:26:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8ee0de games-arcade/excido: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/excido/excido-0.1.5c-r2.ebuild | 42 ----------------------------- 1 file changed, 42 deletions(-) diff --git a/games-arcade/excido/excido-0.1.5c-r2.ebuild b/games-arcade/excido/excido-0.1.5c-r2.ebuild deleted file mode 100644 index 9f307bcec04..00000000000 --- a/games-arcade/excido/excido-0.1.5c-r2.ebuild +++ /dev/null @@ -1,42 +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 fast paced action game" -HOMEPAGE="http://icculus.org/excido/" -SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-games/physfs - media-libs/libsdl[opengl] - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-image[png] - media-libs/openal - media-libs/freealut" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-freealut.patch \ - "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - emake DATADIR="${GAMES_DATADIR}"/${PN}/ -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins data/* - dodoc BUGS CHANGELOG HACKING README TODO \ - keyguide.txt data/CREDITS data/*.txt - prepgamesdirs -}