commit:     434209fbe62683c5f5d7fed028af27f9d6c05356
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Aug 23 23:30:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 23:45:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434209fb

games-action/lugaru: remove old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17244
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-action/lugaru/Manifest                       |  1 -
 .../lugaru/files/lugaru-20151204-dir.patch         | 11 -----
 .../lugaru/files/lugaru-20151204-jpeg-9c.patch     | 13 -----
 games-action/lugaru/lugaru-20151204-r1.ebuild      | 56 ----------------------
 4 files changed, 81 deletions(-)

diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest
index 8f620bdb4b3..578cc95798e 100644
--- a/games-action/lugaru/Manifest
+++ b/games-action/lugaru/Manifest
@@ -1,2 +1 @@
 DIST lugaru-1.2.tar.bz2 35508563 BLAKE2B 
f7b50ce7b2e65e64ba52d5b9f564cf4ba27c2ae17589297f9b63c4b5ae660c2abb9830ce16e5e02881cd58aa48b5bbe90a877a061f3b2aebbcd52cb6ca7a6192
 SHA512 
091f588523721617b973d72a26c0cfbeb75fe519707faefd00652cfd770b3be463b61b5c2be3721c644aac2337fa8f8455bc43a461b5a19b4c0e9741b517b9a4
-DIST lugaru-20151204.tar.bz2 88950866 BLAKE2B 
d1d42f8d06d20d8f06fbe52d95c925fefc0453cc577dc5a023189eb77508361737ab01298f2035c3071ac7f8a239ee47c13bb8bafa852dd3b5cdecc971e9b4ed
 SHA512 
8e448b782847376ac10585996a91a571fd005ac51e0e510765a35bf44bfcbb09e566d9a9c3d87277e69511b0f8d74c04edcc4b59f467bed640d8ba7c74045e30

diff --git a/games-action/lugaru/files/lugaru-20151204-dir.patch 
b/games-action/lugaru/files/lugaru-20151204-dir.patch
deleted file mode 100644
index da9310dde58..00000000000
--- a/games-action/lugaru/files/lugaru-20151204-dir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Source/OpenGL_Windows.cpp        2015-01-14 23:57:19.799186785 -0500
-+++ b/Source/OpenGL_Windows.cpp        2015-01-14 23:57:36.022643953 -0500
-@@ -1330,7 +1330,7 @@
- 
-     // !!! FIXME: we could use a Win32 API for this.  --ryan.
- #ifndef WIN32
--    chdirToAppPath(argv[0]);
-+    chdir("@GENTOO_DIR@");
- #endif
- 
-       LOGFUNC;

diff --git a/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch 
b/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch
deleted file mode 100644
index ac0ee48f62d..00000000000
--- a/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/652930
-
---- a/Source/OpenGL_Windows.cpp
-+++ b/Source/OpenGL_Windows.cpp
-@@ -839,7 +839,7 @@
-     (void) jpeg_read_header(&cinfo, TRUE);
- 
-     cinfo.out_color_space = JCS_RGB;
--    cinfo.quantize_colors = 0;
-+    cinfo.quantize_colors = FALSE;
-     (void) jpeg_calc_output_dimensions(&cinfo);
-     (void) jpeg_start_decompress(&cinfo);
- 

diff --git a/games-action/lugaru/lugaru-20151204-r1.ebuild 
b/games-action/lugaru/lugaru-20151204-r1.ebuild
deleted file mode 100644
index 5b6ae229877..00000000000
--- a/games-action/lugaru/lugaru-20151204-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop
-
-DESCRIPTION="3D arcade with unique fighting system and anthropomorphic 
characters"
-HOMEPAGE="https://bitbucket.org/osslugaru/lugaru/wiki/Home";
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2+ free-noncomm CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       media-libs/libpng:0=
-       media-libs/libsdl:=[opengl,video]
-       media-libs/libvorbis:=
-       media-libs/openal:=
-       sys-libs/zlib:=
-       virtual/glu
-       virtual/jpeg:0
-       virtual/opengl"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-dir.patch
-       "${FILESDIR}"/${P}-jpeg-9c.patch
-)
-
-src_prepare() {
-       cmake_src_prepare
-
-       sed -i \
-               -e "s:@GENTOO_DIR@:/usr/share/${PN}:" \
-               Source/OpenGL_Windows.cpp || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_VERBOSE_MAKEFILE=TRUE
-               -DLUGARU_FORCE_INTERNAL_OPENGL=False
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       dobin "${BUILD_DIR}"/lugaru
-       insinto /usr/share/${PN}
-       doins -r Data
-       newicon Source/win-res/Lugaru.png ${PN}.png
-       make_desktop_entry ${PN} Lugaru ${PN}
-}

Reply via email to