Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
Date: Sun, 30 Sep 2018 16:14:16
Message-Id: 1538324031.bb6569a8680d2d2548a2127b3a40171e008d9f9d.asturm@gentoo
1 commit: bb6569a8680d2d2548a2127b3a40171e008d9f9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 16:12:40 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 16:13:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6569a8
7
8 media-libs/game-music-emu: Security cleanup
9
10 Bug: https://bugs.gentoo.org/650890
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 media-libs/game-music-emu/Manifest | 1 -
15 media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 17 -----------------
16 2 files changed, 18 deletions(-)
17
18 diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
19 index d6e1bdc2267..2267396c36d 100644
20 --- a/media-libs/game-music-emu/Manifest
21 +++ b/media-libs/game-music-emu/Manifest
22 @@ -1,2 +1 @@
23 -DIST game-music-emu-0.6.1.tar.bz2 171140 BLAKE2B d42a34fa531cf5da8ddd5b1d72cf7735c9edaad67bf47733d75dd74c201652d4031bdc3d634a5f64317957791db0446e96e788c4c07cbdb1c908bfffd094fee0 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4
24 DIST game-music-emu-0.6.2.tar.xz 163052 BLAKE2B 8bce2a5c09eef947f02cfc3521aa380564ddaad5f8a8f40ac38b645fc146332ba1cb6755592892dab00200c169a4d1f94978d80c52976c04e120d9d01c8db9dc SHA512 1808d28b54cbbd8dc5e3240eb27d2e546398fb62ab6577e59430a7543cfdaa06482f70b4750656b73a05f1c1bc0c0254db97d0940271ea2144724e1c44f5da10
25
26 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
27 deleted file mode 100644
28 index 116ab63d0cd..00000000000
29 --- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
30 +++ /dev/null
31 @@ -1,17 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit cmake-multilib
38 -
39 -DESCRIPTION="Video game music file emulators"
40 -HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
41 -SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
46 -IUSE=""
47 -
48 -DOCS=( changes.txt design.txt gme.txt readme.txt )