Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/skeldal/
Date: Mon, 19 Aug 2019 21:53:34
Message-Id: 1564005938.ec5fc1ced72675578dbdf5bf1ca2f4a1a47007ce.mva@gentoo
1 commit: ec5fc1ced72675578dbdf5bf1ca2f4a1a47007ce
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Wed Jul 24 22:05:38 2019 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Wed Jul 24 22:05:38 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ec5fc1ce
7
8 skeldal: no changes in upstream for 6 years. looks dead
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
11
12 games-puzzle/skeldal/skeldal-9999.ebuild | 37 --------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/games-puzzle/skeldal/skeldal-9999.ebuild b/games-puzzle/skeldal/skeldal-9999.ebuild
16 deleted file mode 100644
17 index 5f03068..0000000
18 --- a/games-puzzle/skeldal/skeldal-9999.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=3
26 -
27 -ESVN_REPO_URI="https://skeldal.svn.sourceforge.net/svnroot/skeldal/branches/next_ghost/"
28 -inherit subversion autotools games
29 -
30 -DESCRIPTION="Adventure game The Gates of Skeldal"
31 -HOMEPAGE="http://sourceforge.net/projects/skeldal/"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS=""
36 -IUSE=""
37 -
38 -DEPEND="media-libs/libsdl[X]
39 - media-libs/sdl-mixer"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_unpack() {
43 - subversion_src_unpack
44 -}
45 -
46 -src_prepare() {
47 - eautoreconf
48 -}
49 -
50 -src_configure() {
51 - egamesconf
52 -}
53 -
54 -src_install() {
55 - base_src_install
56 - prepgamesdirs
57 -}