From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1021146-garchives=archives.gentoo.org@lists.gentoo.org> 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 52B3C1382C5 for <garchives@archives.gentoo.org>; Sun, 29 Apr 2018 11:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 613F4E0990; Sun, 29 Apr 2018 11:26:50 +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 3CEF1E0990 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 11:26:49 +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 B0B7E335C9B for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 11:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3806A2A2 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 11:26:47 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> 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" <pacho@gentoo.org> Message-ID: <1525001139.4abbff29745055ca130e6d3ba03c57133255ca2c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gcube/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/gcube/gcube-0.4-r1.ebuild X-VCS-Directories: games-emulation/gcube/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4abbff29745055ca130e6d3ba03c57133255ca2c X-VCS-Branch: master Date: Sun, 29 Apr 2018 11:26:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89c5217a-fd13-4ed3-b35f-ecd35cdf5322 X-Archives-Hash: 97888415537064cd9f43fb3f91b788b2 commit: 4abbff29745055ca130e6d3ba03c57133255ca2c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 29 09:38:30 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 29 11:25:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abbff29 games-emulation/gcube: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-emulation/gcube/gcube-0.4-r1.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/games-emulation/gcube/gcube-0.4-r1.ebuild b/games-emulation/gcube/gcube-0.4-r1.ebuild deleted file mode 100644 index e55675696db..00000000000 --- a/games-emulation/gcube/gcube-0.4-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="Gamecube emulator" -HOMEPAGE="http://gcube.exemu.net/" -SRC_URI="http://gcube.exemu.net/downloads/${P}-src.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - media-libs/libsdl[joystick,opengl,sound,video] - virtual/jpeg:0 - sys-libs/ncurses:0 - sys-libs/zlib" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${PV} - -src_prepare() { - sed -i -e '/^CFLAGS=-g/d' Makefile.rules || die - epatch "${FILESDIR}"/${P}-ldflags.patch \ - "${FILESDIR}"/${P}-underlink.patch \ - "${FILESDIR}"/${P}-gcc47.patch - sed -i -e '/^CC=/d' Makefile || die - append-cflags -std=gnu89 # build with gcc5 (bug #570504) -} - -src_install() { - local x - - dogamesbin gcmap gcube - for x in bin2dol isopack thpview tplx ; do - newgamesbin ${x} ${PN}-${x} - done - dodoc ChangeLog README - prepgamesdirs -}