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 14AF01396D0 for ; Thu, 5 Oct 2017 12:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E91CE0C03; Thu, 5 Oct 2017 12:17:10 +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 2C8CCE0C03 for ; Thu, 5 Oct 2017 12:17:09 +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 17BD73417A3 for ; Thu, 5 Oct 2017 12:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D04C4909A for ; Thu, 5 Oct 2017 12:17:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1507205816.8969b234d7a656788d3e15fbaea5151a389c88bb.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/scourge/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/scourge/scourge-0.21.1.ebuild X-VCS-Directories: games-roguelike/scourge/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8969b234d7a656788d3e15fbaea5151a389c88bb X-VCS-Branch: master Date: Thu, 5 Oct 2017 12:17:07 +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: fefe0499-28df-4b2d-8097-86bc2cb476f8 X-Archives-Hash: e1dcb851b16b26f2fd7bbbb8df4e4cac commit: 8969b234d7a656788d3e15fbaea5151a389c88bb Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 5 12:16:48 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 5 12:16:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8969b234 games-roguelike/scourge: remove 0.21.1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-roguelike/scourge/scourge-0.21.1.ebuild | 58 --------------------------- 1 file changed, 58 deletions(-) diff --git a/games-roguelike/scourge/scourge-0.21.1.ebuild b/games-roguelike/scourge/scourge-0.21.1.ebuild deleted file mode 100644 index 334de197824..00000000000 --- a/games-roguelike/scourge/scourge-0.21.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils wxwidgets games - -DESCRIPTION="A graphical rogue-like adventure game" -HOMEPAGE="https://sourceforge.net/projects/scourge/" -SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz - mirror://sourceforge/${PN}/${P}.data.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/glu - virtual/opengl - media-libs/freetype:2 - media-libs/libsdl[joystick,video] - media-libs/sdl-image[png] - media-libs/sdl-net - media-libs/sdl-mixer[vorbis] - media-libs/sdl-ttf - virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" - -S=${WORKDIR}/${PN} - -src_prepare() { - # bug #257601 - sed -i \ - -e '/AC_CHECK_HEADERS.*glext/ s:):, [#include ] ):' \ - configure.in || die - sed -i \ - -e '/snprintf/s/tmp, 256/tmp, sizeof(tmp)/' \ - src/scourgehandler.cpp || die - epatch "${FILESDIR}"/${P}-gcc47.patch \ - "${FILESDIR}"/${P}-automake-1.13.patch - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - egamesconf \ - --with-data-dir="${GAMES_DATADIR}"/${PN} \ - --localedir=/usr/share/locale -} - -src_install() { - default - insinto "${GAMES_DATADIR}"/${PN} - doins -r ../scourge_data/* - doicon assets/scourge.png - make_desktop_entry scourge S.C.O.U.R.G.E. - prepgamesdirs -}