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-rpg/freedroidrpg/
Date: Sun, 20 Mar 2016 20:51:54 +0000 (UTC)	[thread overview]
Message-ID: <1458507079.30edf36855241b8b456c8780f44e18f2f87d076e.mr_bones_@gentoo> (raw)

commit:     30edf36855241b8b456c8780f44e18f2f87d076e
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:18:32 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:51:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30edf368

games-rpg/freedroidrpg: clean old

Package-Manager: portage-2.2.26

 games-rpg/freedroidrpg/Manifest                   |  1 -
 games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild | 69 -----------------------
 2 files changed, 70 deletions(-)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index dfe3e3b..18b4a86 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1,2 +1 @@
-DIST freedroidRPG-0.15.1.tar.gz 209427247 SHA256 3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08 SHA512 3e38753a040e507229b87235e449fc77db2457a4eb0129f8866a58e3863baa08304feb846828be95183a0b9e46f11761c706571ea68500203c953e1467e108a4 WHIRLPOOL 42f0d6e5ae48437ad0fb00d38966904601de80f2d7dbf6d93d40da5cf4897cc12fc82ec1b9ce500947ed4f1f583eb736fbfc2cdf7619f22999c0e28a007b0aac
 DIST freedroidRPG-0.16.tar.gz 225570013 SHA256 c11f28b69eed3e8e40528442d9e840847502ccd4d3d95d3f8182abc2b3b18135 SHA512 039ee4bfcd58e29a3cfa26ae7f2bc8aed7c289119476bb8f8486006910cf6a2127ba49f7526fac887392ca9e5320fb1a59ba068834e162348905423908b0755a WHIRLPOOL cc8e812515c9f0ce979558c8307fc2f7d30597c198fecd42e43e927b1969b8cacff0db4eed71a41b4119ddb64829d729593ee4151ca69c776f45b9295cda0978

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild
deleted file mode 100644
index 30483f5..0000000
--- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-any-r1 games
-
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/freedroid/freedroidRPG-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="opengl vorbis"
-
-RDEPEND="media-libs/libsdl[opengl?,video]
-	dev-lang/lua:0
-	virtual/jpeg:0
-	media-libs/libpng:0
-	media-libs/sdl-image[jpeg,png]
-	media-libs/sdl-mixer[vorbis?]
-	>=media-libs/sdl-gfx-2.0.21
-	vorbis? ( media-libs/libogg media-libs/libvorbis )
-	x11-libs/libX11
-	opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-	games_pkg_setup
-}
-
-src_prepare() {
-	# No need for executable game resources
-	find sound graphics -type f -execdir chmod -c a-x '{}' +
-}
-
-src_configure() {
-	egamesconf \
-		--disable-dependency-tracking \
-		--disable-fastmath \
-		$(use_enable opengl) \
-		$(use_enable vorbis)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	rm -f "${D}/${GAMES_BINDIR}/"{croppy,pngtoico,*glue*,explode*,make_atlas}
-	newicon -s 64 win32/w32icon2_64x64.png ${PN}.png
-	make_desktop_entry freedroidRPG "Freedroid RPG"
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2016-03-20 20:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-20 20:51 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-16 10:59 [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/ Ionen Wolkens
2024-05-05 23:44 Ionen Wolkens
2023-01-24 23:29 Ionen Wolkens
2023-01-24 23:29 Ionen Wolkens
2022-11-16 18:57 Ionen Wolkens
2022-11-16 18:57 Ionen Wolkens
2021-12-13  2:06 Sam James
2021-06-08  7:10 Ionen Wolkens
2021-06-03  6:09 Ionen Wolkens
2021-05-04 19:10 Sam James
2020-09-13 12:50 James Le Cuirot
2019-11-11 22:51 Andrew Savchenko
2016-10-15 10:17 Austin English
2016-02-13 15:33 Agostino Sarubbo
2016-01-02 23:10 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=1458507079.30edf36855241b8b456c8780f44e18f2f87d076e.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