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 B8686139084 for ; Thu, 21 Dec 2017 01:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF743E1185; Thu, 21 Dec 2017 01:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AEEA6E1185 for ; Thu, 21 Dec 2017 01:57:45 +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 1AEC433E4AD for ; Thu, 21 Dec 2017 01:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66F72A6AE for ; Thu, 21 Dec 2017 01:57:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1513821301.bcaf8933ef63bb5224f925de25e0c00b80d5661c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild X-VCS-Directories: games-strategy/darwinia-demo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bcaf8933ef63bb5224f925de25e0c00b80d5661c X-VCS-Branch: master Date: Thu, 21 Dec 2017 01:57:42 +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: 818c82ad-a590-46b0-91c0-92e89cce4899 X-Archives-Hash: b6ca14b7761f2bcc3d440eacb9c1b35c commit: bcaf8933ef63bb5224f925de25e0c00b80d5661c Author: David Seifert gentoo org> AuthorDate: Wed Dec 20 21:30:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 21 01:55:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf8933 games-strategy/darwinia-demo: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 .../darwinia-demo/darwinia-demo-1.3.0.ebuild | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild deleted file mode 100644 index 92f6d6bdf96..00000000000 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators" -HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html" -SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh" - -LICENSE="Introversion" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -RDEPEND=" - ~virtual/libstdc++-3.3 - media-libs/libsdl[abi_x86_32(-)] - media-libs/libvorbis[abi_x86_32(-)] - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)]" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} - -src_unpack() { - unpack_makeself -} - -src_install() { - exeinto "${dir}/lib" - insinto "${dir}/lib" - - doexe lib/{darwinia.bin.x86,open-www.sh} - doins lib/{sounds,main,language}.dat - - insinto "${dir}" - dodoc README - - exeinto "${dir}" - doexe bin/Linux/x86/darwinia - - games_make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}" - newicon darwinian.png ${PN}.png - make_desktop_entry darwinia-demo "Darwinia (Demo)" - prepgamesdirs -}