public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/lugaru/
Date: Mon, 18 Jan 2016 07:27:40 +0000 (UTC)	[thread overview]
Message-ID: <1453102045.c06459ce5cfb16d9a134be45249c8c510ea3a836.mr_bones_@gentoo> (raw)

commit:     c06459ce5cfb16d9a134be45249c8c510ea3a836
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 07:18:49 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 07:27:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06459ce

games-action/lugaru: clean old

Package-Manager: portage-2.2.26

 games-action/lugaru/Manifest              |  1 -
 games-action/lugaru/lugaru-1.0c-r1.ebuild | 59 -------------------------------
 2 files changed, 60 deletions(-)

diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest
index 2c73e50..3d5daf8 100644
--- a/games-action/lugaru/Manifest
+++ b/games-action/lugaru/Manifest
@@ -1,2 +1 @@
 DIST lugaru-20151204.tar.bz2 88950866 SHA256 dae6a9e8ee70cc965a4299d2062725ce19dc9e4f1ba2a46c9205cb4e138be6b8 SHA512 8e448b782847376ac10585996a91a571fd005ac51e0e510765a35bf44bfcbb09e566d9a9c3d87277e69511b0f8d74c04edcc4b59f467bed640d8ba7c74045e30 WHIRLPOOL b2bcae57d8bfd13361c42c6d56fa285bc58fcd4bd6fb119931501db66005e5ece98487e413e41d1419c8f0408dc7507efa7f721db7df2b8d8a1572a65c28eb0e
-DIST lugaru-full-linux-x86-1.0c.bin 35539077 SHA256 fde77b630c15e94e7f9b28fead0baeb233901eb94dd0b8a898c27d3fcf22f040 SHA512 80bc94d2e3151972ac806d2ab381b10656aa7ed61e20a1cbe9f72be75532b39ef3dde67bd2f05328b8c675c4ea38d1b6ea606b06689abba708ef8ab53f595c19 WHIRLPOOL eed29393a37575cdc3ffeda6336b6de93185d825e6895f5a07bd92c02a900d1a14f9654f8fdbd36d4dd2994d70448a77df8d424cfbd8c11205139e582e5ac7d4

diff --git a/games-action/lugaru/lugaru-1.0c-r1.ebuild b/games-action/lugaru/lugaru-1.0c-r1.ebuild
deleted file mode 100644
index 42f5ac6..0000000
--- a/games-action/lugaru/lugaru-1.0c-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils unpacker games
-
-DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
-HOMEPAGE="http://www.wolfire.com/lugaru"
-SRC_URI="${PN}-full-linux-x86-${PV}.bin"
-
-LICENSE="GPL-2 free-noncomm"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="fetch strip"
-
-DEPEND="app-arch/unzip"
-RDEPEND="sys-libs/glibc
-	amd64? (
-		media-libs/libsdl[abi_x86_32(-)]
-		media-libs/openal[abi_x86_32(-)]
-		>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
-		>=x11-libs/libXext-1.3.2[abi_x86_32(-)]
-	)
-	x86? (
-		media-libs/libsdl
-		media-libs/openal
-		x11-libs/libX11
-		x11-libs/libXext
-	)"
-
-S=${WORKDIR}/data
-
-src_unpack() {
-	# self unpacking zip archive; unzip warns about the exe stuff
-	unpack_zip ${A}
-
-	# Duplicate file and can't be handled by portage, bug #14983
-	rm -f "${S}/Data/Textures/Quit.png " || die
-}
-
-src_install() {
-	local dir=${GAMES_PREFIX_OPT}/lugaru
-
-	insinto "${dir}"
-	doins -r Data
-
-	dodoc *.txt
-
-	exeinto "${dir}"
-	doexe ${PN}
-	games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
-
-	doicon ${PN}.png
-	make_desktop_entry ${PN} Lugaru ${PN}
-
-	prepgamesdirs
-}


             reply	other threads:[~2016-01-18  7:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18  7:27 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-05 23:56 [gentoo-commits] repo/gentoo:master commit in: games-action/lugaru/ Sam James
2019-04-11 17:22 David Seifert
2018-08-15 10:33 Michał Górny
2017-10-16  0:08 David Seifert
2017-01-27  5:50 Johannes Huber
2016-01-03 11:54 Agostino Sarubbo
2015-12-21 22:34 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453102045.c06459ce5cfb16d9a134be45249c8c510ea3a836.mr_bones_@gentoo \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox