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 97B361382C5 for ; Sat, 20 Feb 2021 22:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F11E0880; Sat, 20 Feb 2021 22:30:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 11A16E087A for ; Sat, 20 Feb 2021 22:30:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B75E4340E0D for ; Sat, 20 Feb 2021 22:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B9A34E9 for ; Sat, 20 Feb 2021 22:30:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613860215.42570a5abdf278e8faa95e3941d7db9391f50b75.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/nestopia/Manifest games-emulation/nestopia/nestopia-1.47_p20170105.ebuild X-VCS-Directories: games-emulation/nestopia/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 42570a5abdf278e8faa95e3941d7db9391f50b75 X-VCS-Branch: master Date: Sat, 20 Feb 2021 22:30:31 +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: b85c6dfc-176c-45d8-9c5d-ffb761e09ff2 X-Archives-Hash: 539f855d1c8b3d946c1067eb1d385f8f commit: 42570a5abdf278e8faa95e3941d7db9391f50b75 Author: David Seifert gentoo org> AuthorDate: Sat Feb 20 22:30:15 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 20 22:30:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42570a5a games-emulation/nestopia: Remove old 1.47_p20170105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> games-emulation/nestopia/Manifest | 1 - .../nestopia/nestopia-1.47_p20170105.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest index 6ead2747a04..a891a84a0cc 100644 --- a/games-emulation/nestopia/Manifest +++ b/games-emulation/nestopia/Manifest @@ -1,2 +1 @@ -DIST nestopia-1.47_p20170105.tar.gz 1283456 BLAKE2B 50e70f6f952e3b11b056e398b1b83ffd9458e89a877a8a05c4f9360f047c3a8e1edff2a1316a5d3967db050705dee066bae3452743985b7ce438294fe31d6b78 SHA512 58d1a932a6b90589c66503b2013b1a8162072e77e0416851a1430fa146e7fd85ff7363b70292c69d4c4513e3750aa53436a312c0240a843e42fbb89b554e7a70 DIST nestopia-1.50.tar.gz 1529804 BLAKE2B ef2fdf6ffb6ff9bb5f222730869d6deadb892c0a3996e97750afee692ec1d3b997e2bfe353a4fe26b9771781f659de83dda5e4676e221f4b9beaa512d6873ca4 SHA512 6ea389d4891c7cfa36517495735ea0f34ba9427e51757113d0fe2b72d5ce5b11d7e6b7c02fd1e4e347a13bba06823e334800ff15036872e09b8561c10c7cb568 diff --git a/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild b/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild deleted file mode 100644 index 932f8edc741..00000000000 --- a/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils - -DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++" -HOMEPAGE="http://0ldsk00l.ca/nestopia/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/rdanbrook/nestopia.git" -else - inherit vcs-snapshot - SRC_URI="https://github.com/rdanbrook/${PN}/archive/d7fae2aff1a93eac997d2b480652a1d068a2b6cf.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0" -IUSE="doc gui" - -RDEPEND=" - app-arch/libarchive:= - media-libs/libao - media-libs/libepoxy - media-libs/libsdl2[sound,joystick,video] - sys-libs/zlib - gui? ( x11-libs/gtk+:3 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DENABLE_GTK=$(usex gui) - -DENABLE_DOC=$(usex doc) - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - ) - cmake-utils_src_configure -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}