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 530D81382C5 for ; Tue, 8 Jun 2021 07:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F99E083E; Tue, 8 Jun 2021 07:10:22 +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 7E71BE083E for ; Tue, 8 Jun 2021 07:10:22 +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 96AE3340D6B for ; Tue, 8 Jun 2021 07:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49405C4 for ; Tue, 8 Jun 2021 07:10:19 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1623136128.d7142ffe4ed0c2204c0b3a3062aad526d8bb326b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/desmume/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/desmume/Manifest games-emulation/desmume/desmume-0.9.11-r2.ebuild X-VCS-Directories: games-emulation/desmume/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d7142ffe4ed0c2204c0b3a3062aad526d8bb326b X-VCS-Branch: master Date: Tue, 8 Jun 2021 07:10:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c44cb8c-244b-4a0a-8351-c1348d768b2c X-Archives-Hash: 2bd47f48fb595405a407658daf805aba commit: d7142ffe4ed0c2204c0b3a3062aad526d8bb326b Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 8 06:37:00 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 8 07:08:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7142ffe games-emulation/desmume: drop 0.9.11-r2 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/desmume/Manifest | 1 - games-emulation/desmume/desmume-0.9.11-r2.ebuild | 37 ------------------------ 2 files changed, 38 deletions(-) diff --git a/games-emulation/desmume/Manifest b/games-emulation/desmume/Manifest index a715a37faf4..38969d5886f 100644 --- a/games-emulation/desmume/Manifest +++ b/games-emulation/desmume/Manifest @@ -1,2 +1 @@ -DIST desmume-0.9.11.tar.gz 5359305 BLAKE2B 31764dcb2d0facf32eddd5c66f40e2268f8afd5c2562bf246b93bb60c191d7888587991732014dee11417016515a4367bda9acf79f699703754aa904dcaeeb01 SHA512 160cb6ec0ede04ad1fbddde2b7b04aa41fa464c8338d7eb9d7536196a82d8d716889b40be4fb831a22e3fe8532b947f7f0b41311601b6842be2516dff7cae46c DIST desmume-0.9.11_p20210409.tar.gz 13157043 BLAKE2B f8e582005555357cb632478ba8d2730e51a5cb8dbbee05d4af138df19a015ced6cff721fb53f87224774aed8287f91a01da5600f5548189fd0e264e5b3037fd8 SHA512 1897b3b35c7e997876ff53a36849a39b85bd49c737dab61f68c376e3cb294486f9edded98924275e8ee91e5b008e9d3814987edaab7306217c17dbc094f69348 diff --git a/games-emulation/desmume/desmume-0.9.11-r2.ebuild b/games-emulation/desmume/desmume-0.9.11-r2.ebuild deleted file mode 100644 index 964f794fb7f..00000000000 --- a/games-emulation/desmume/desmume-0.9.11-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="Nintendo DS emulator" -HOMEPAGE="http://desmume.org/" -SRC_URI="mirror://sourceforge/desmume/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-libs/zziplib - gnome-base/libglade - media-libs/libsdl[joystick,opengl,video] - sys-libs/zlib - virtual/opengl - x11-libs/agg - >=x11-libs/gtk+-2.8.0:2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog README README.LIN ) - -# fix QA compiler warning, see -# https://sourceforge.net/p/desmume/patches/172/ -PATCHES=( - "${FILESDIR}/${P}-fix-pointer-conversion-warning.diff" - "${FILESDIR}/${P}-gcc6.patch" - "${FILESDIR}/${P}-gcc7.patch" -)