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-action/lugaru/files/, games-action/lugaru/
Date: Tue, 24 Dec 2019 18:58:09
Message-Id: 1577213860.2f70d3def0cad1e64fe6927da61d9a7d641f33d9.winterheart@gentoo
1 commit: 2f70d3def0cad1e64fe6927da61d9a7d641f33d9
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 24 18:43:30 2019 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Tue Dec 24 18:57:40 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=2f70d3de
7
8 games-action/lugaru: in portage now
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11
12 games-action/lugaru/files/lugaru-9999-dir.patch | 11 -----
13 games-action/lugaru/lugaru-9999.ebuild | 60 -------------------------
14 games-action/lugaru/metadata.xml | 11 -----
15 3 files changed, 82 deletions(-)
16
17 diff --git a/games-action/lugaru/files/lugaru-9999-dir.patch b/games-action/lugaru/files/lugaru-9999-dir.patch
18 deleted file mode 100644
19 index 8595084..0000000
20 --- a/games-action/lugaru/files/lugaru-9999-dir.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- Source/OpenGL_Windows.cpp.orig 2015-01-14 23:57:19.799186785 -0500
24 -+++ Source/OpenGL_Windows.cpp 2015-01-14 23:57:36.022643953 -0500
25 -@@ -1330,7 +1330,7 @@
26 -
27 - // !!! FIXME: we could use a Win32 API for this. --ryan.
28 - #ifndef WIN32
29 -- chdirToAppPath(argv[0]);
30 -+ chdir("@GENTOO_DIR@");
31 - #endif
32 -
33 - LOGFUNC;
34
35 diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild
36 deleted file mode 100644
37 index 920278d..0000000
38 --- a/games-action/lugaru/lugaru-9999.ebuild
39 +++ /dev/null
40 @@ -1,60 +0,0 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Id$
44 -
45 -EAPI=6
46 -inherit eutils cmake-utils git-r3
47 -
48 -EGIT_REPO_URI="https://gitlab.com/osslugaru/lugaru.git"
49 -DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
50 -HOMEPAGE="https://osslugaru.gitlab.io"
51 -SRC_URI=""
52 -
53 -LICENSE="GPL-2+ free-noncomm CC-BY-SA-3.0"
54 -SLOT="0"
55 -KEYWORDS=""
56 -IUSE=""
57 -
58 -RDEPEND="
59 - virtual/glu
60 - virtual/opengl
61 - media-libs/libsdl[opengl,video]
62 - media-libs/openal
63 - media-libs/libvorbis
64 - virtual/jpeg:0
65 - media-libs/libpng:0
66 - sys-libs/zlib"
67 -DEPEND="${RDEPEND}
68 - virtual/pkgconfig"
69 -
70 -src_unpack() {
71 - git-r3_src_unpack
72 -}
73 -
74 -src_prepare() {
75 - epatch "${FILESDIR}/${P}-dir.patch"
76 - sed -i \
77 - -e "s:@GENTOO_DIR@:${EROOT}/usr/share/${P}:" \
78 - Source/OpenGL_Windows.cpp || die
79 - default
80 -}
81 -
82 -src_configure() {
83 - mycmakeargs=(
84 - "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
85 - "-DLUGARU_FORCE_INTERNAL_OPENGL=False"
86 - )
87 - cmake-utils_src_configure
88 -}
89 -
90 -src_compile() {
91 - cmake-utils_src_compile
92 -}
93 -
94 -src_install() {
95 - dobin "${WORKDIR}/${P}_build/lugaru"
96 - insinto "${EROOT}/usr/share/${P}"
97 - doins -r Data/
98 - newicon Source/win-res/Lugaru.png ${PN}.png
99 - make_desktop_entry ${PN} Lugaru ${PN}
100 -}
101
102 diff --git a/games-action/lugaru/metadata.xml b/games-action/lugaru/metadata.xml
103 deleted file mode 100644
104 index f50d548..0000000
105 --- a/games-action/lugaru/metadata.xml
106 +++ /dev/null
107 @@ -1,11 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <maintainer type="project">
112 - <email>games@g.o</email>
113 - <name>Gentoo Games Project</name>
114 - </maintainer>
115 - <upstream>
116 - <remote-id type="bitbucket">osslugaru/lugaru</remote-id>
117 - </upstream>
118 -</pkgmetadata>