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 134A8138334 for ; Sun, 30 Sep 2018 16:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32B6BE07EE; Sun, 30 Sep 2018 16:14:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 06A00E07EE for ; Sun, 30 Sep 2018 16:14:14 +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 E7FEC335C94 for ; Sun, 30 Sep 2018 16:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 086C6429 for ; Sun, 30 Sep 2018 16:14:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538324031.bb6569a8680d2d2548a2127b3a40171e008d9f9d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/game-music-emu/Manifest media-libs/game-music-emu/game-music-emu-0.6.1.ebuild X-VCS-Directories: media-libs/game-music-emu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb6569a8680d2d2548a2127b3a40171e008d9f9d X-VCS-Branch: master Date: Sun, 30 Sep 2018 16:14:12 +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: bee95e49-7db8-42d0-947f-12844c0b219c X-Archives-Hash: a6c7da84fb8b2e0f96071754955c8919 commit: bb6569a8680d2d2548a2127b3a40171e008d9f9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 30 16:12:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 16:13:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6569a8 media-libs/game-music-emu: Security cleanup Bug: https://bugs.gentoo.org/650890 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/game-music-emu/Manifest | 1 - media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest index d6e1bdc2267..2267396c36d 100644 --- a/media-libs/game-music-emu/Manifest +++ b/media-libs/game-music-emu/Manifest @@ -1,2 +1 @@ -DIST game-music-emu-0.6.1.tar.bz2 171140 BLAKE2B d42a34fa531cf5da8ddd5b1d72cf7735c9edaad67bf47733d75dd74c201652d4031bdc3d634a5f64317957791db0446e96e788c4c07cbdb1c908bfffd094fee0 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4 DIST game-music-emu-0.6.2.tar.xz 163052 BLAKE2B 8bce2a5c09eef947f02cfc3521aa380564ddaad5f8a8f40ac38b645fc146332ba1cb6755592892dab00200c169a4d1f94978d80c52976c04e120d9d01c8db9dc SHA512 1808d28b54cbbd8dc5e3240eb27d2e546398fb62ab6577e59430a7543cfdaa06482f70b4750656b73a05f1c1bc0c0254db97d0940271ea2144724e1c44f5da10 diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild deleted file mode 100644 index 116ab63d0cd..00000000000 --- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib - -DESCRIPTION="Video game music file emulators" -HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home" -SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -DOCS=( changes.txt design.txt gme.txt readme.txt )