From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED87E13835B for ; Fri, 5 Mar 2021 23:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C08EAE0891; Fri, 5 Mar 2021 23:56:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 653C5E0896 for ; Fri, 5 Mar 2021 23:56:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6EAB340E9D for ; Fri, 5 Mar 2021 23:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C459581 for ; Fri, 5 Mar 2021 23:56:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614987930.434209fbe62683c5f5d7fed028af27f9d6c05356.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/lugaru/, games-action/lugaru/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/lugaru/Manifest games-action/lugaru/files/lugaru-20151204-dir.patch games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch games-action/lugaru/lugaru-20151204-r1.ebuild X-VCS-Directories: games-action/lugaru/files/ games-action/lugaru/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 434209fbe62683c5f5d7fed028af27f9d6c05356 X-VCS-Branch: master Date: Fri, 5 Mar 2021 23:56:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22d7f384-9bd9-4943-933f-5842b3151578 X-Archives-Hash: 634b641b8402000cf80857eafb6329f0 commit: 434209fbe62683c5f5d7fed028af27f9d6c05356 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 23:30:38 2020 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17244 Signed-off-by: Sam James 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} -}