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 902061382C5 for ; Sun, 29 Apr 2018 13:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2C3BE0A02; Sun, 29 Apr 2018 13:07:01 +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 AC06FE0A02 for ; Sun, 29 Apr 2018 13:07:01 +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 26C82335C9C for ; Sun, 29 Apr 2018 13:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6B9329F for ; Sun, 29 Apr 2018 13:06:57 +0000 (UTC) From: "Pacho Ramos" 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" Message-ID: <1525007185.1e91cb15cfef8b9917bd620583cec51c34f26be7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestra/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/nestra/nestra-0.66-r2.ebuild X-VCS-Directories: games-emulation/nestra/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1e91cb15cfef8b9917bd620583cec51c34f26be7 X-VCS-Branch: master Date: Sun, 29 Apr 2018 13:06:57 +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: 6d915884-d8dc-44bc-bc16-958053ecf682 X-Archives-Hash: 44ecef36f3f03d988e2c479284fdf85f commit: 1e91cb15cfef8b9917bd620583cec51c34f26be7 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 11:39:48 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 29 13:06:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e91cb15 games-emulation/nestra: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-emulation/nestra/nestra-0.66-r2.ebuild | 48 ---------------------------- 1 file changed, 48 deletions(-) diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild deleted file mode 100644 index 0dabb4e9895..00000000000 --- a/games-emulation/nestra/nestra-0.66-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs flag-o-matic multilib games - -PATCH="${P/-/_}-10.diff" -DESCRIPTION="NES emulation for Linux/x86" -HOMEPAGE="http://nestra.linuxgames.com/" -SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz - mirror://debian/pool/contrib/n/nestra/${PATCH}.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11[abi_x86_32(-)]" -DEPEND=${RDEPEND} - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch \ - "${WORKDIR}"/${PATCH} \ - "${FILESDIR}"/${P}-exec-stack.patch \ - "${FILESDIR}"/${P}-include.patch - append-ldflags -Wl,-z,noexecstack - use amd64 && multilib_toolchain_setup x86 - sed -i \ - -e "s:-L/usr/X11R6/lib:${LDFLAGS}:" \ - -e 's:-O2 ::' \ - -e "s:gcc:$(tc-getCC) ${CFLAGS}:" \ - -e "s:ld:$(tc-getLD) -m elf_i386 $(raw-ldflags):" \ - Makefile || die -} - -src_compile() { - use amd64 && multilib_toolchain_setup x86 - games_src_compile -} - -src_install() { - dogamesbin nestra - dodoc BUGS CHANGES README - doman nestra.6 - prepgamesdirs -}