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 26BD41382C5 for ; Mon, 16 Apr 2018 20:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E22EE09E1; Mon, 16 Apr 2018 20:26:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 670C3E09E1 for ; Mon, 16 Apr 2018 20:26:56 +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 EE71B335C60 for ; Mon, 16 Apr 2018 20:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E62A295 for ; Mon, 16 Apr 2018 20:26:52 +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: <1523910397.d1b949fcb1dd825b942cc9b78edcca4651e302d9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/gish-demo/gish-demo-1.6.ebuild X-VCS-Directories: games-arcade/gish-demo/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d1b949fcb1dd825b942cc9b78edcca4651e302d9 X-VCS-Branch: master Date: Mon, 16 Apr 2018 20:26:52 +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: 62234e31-b110-4150-b791-1a4d4f37d556 X-Archives-Hash: 6804599b75cd837a018c27e07e973af9 commit: d1b949fcb1dd825b942cc9b78edcca4651e302d9 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 16 20:06:08 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 16 20:26:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b949fc games-arcade/gish-demo: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/gish-demo/gish-demo-1.6.ebuild | 36 ----------------------------- 1 file changed, 36 deletions(-) diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild b/games-arcade/gish-demo/gish-demo-1.6.ebuild deleted file mode 100644 index cbfaf9f283b..00000000000 --- a/games-arcade/gish-demo/gish-demo-1.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around" -HOMEPAGE="http://www.chroniclogic.com/gish.htm" -SRC_URI="http://www.chroniclogic.com/demos/gishdemo.tar.gz -> ${P}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist strip" -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/gish" - -RDEPEND="media-libs/libsdl - media-libs/libvorbis - virtual/opengl - x11-libs/libX11 - >=media-libs/openal-1.6.372" - -S=${WORKDIR}/gishdemo - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - local gishbin=gishdemo - use amd64 && gishbin=gishdemo_64 - - insinto "${dir}" - doins -r * - fperms +x "${dir}"/${gishbin} - games_make_wrapper gish ./${gishbin} "${dir}" - prepgamesdirs -}