Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/massacre/, games-util/massacre-data/
Date: Thu, 06 Feb 2020 21:22:49
Message-Id: 1581024155.296f0ac10e06e744e240b4a8e670c52b91beacb3.winterheart@gentoo
1 commit: 296f0ac10e06e744e240b4a8e670c52b91beacb3
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 6 20:29:21 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Feb 6 21:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=296f0ac1
7
8 games-engines/massacre, games-util/massacre-data: remove
9
10 Remove ebuild, unmet reverse dependencies
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-engines/massacre/massacre-9999.ebuild | 29 ----------------------
14 games-util/massacre-data/massacre-data-9999.ebuild | 22 ----------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/games-engines/massacre/massacre-9999.ebuild b/games-engines/massacre/massacre-9999.ebuild
18 deleted file mode 100644
19 index 0f2335b..0000000
20 --- a/games-engines/massacre/massacre-9999.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI=5
28 -
29 -inherit cmake-utils eutils git-2
30 -
31 -DESCRIPTION="A crossplatform despair simulator engine"
32 -HOMEPAGE="https://github.com/Dark-Confidant/Massacre"
33 -EGIT_REPO_URI="git://github.com/Dark-Confidant/Massacre.git"
34 -
35 -LICENSE="LGPL"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -S="${WORKDIR}"/Massacre
41 -
42 -DEPEND="media-libs/glew
43 - =dev-cpp/yaml-cpp-0.3.0
44 - dev-libs/boost
45 - media-libs/libsdl
46 - media-libs/libpng
47 - media-libs/libjpeg-turbo
48 - sys-libs/zlib
49 - media-libs/freetype"
50 -
51 -RDEPEND="${DEPEND}"
52
53 diff --git a/games-util/massacre-data/massacre-data-9999.ebuild b/games-util/massacre-data/massacre-data-9999.ebuild
54 deleted file mode 100644
55 index 8ec1c76..0000000
56 --- a/games-util/massacre-data/massacre-data-9999.ebuild
57 +++ /dev/null
58 @@ -1,22 +0,0 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -
63 -EAPI=5
64 -
65 -inherit cmake-utils eutils git-2
66 -
67 -DESCRIPTION="A crossplatform despair simulator data"
68 -HOMEPAGE="https://github.com/Dark-Confidant/MassacreData"
69 -EGIT_REPO_URI="git://github.com/Dark-Confidant/MassacreData.git"
70 -
71 -LICENSE="LGPL"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86"
74 -IUSE=""
75 -
76 -S="${WORKDIR}"/Massacre
77 -
78 -DEPEND="games-engines/massacre"
79 -
80 -RDEPEND="${DEPEND}"