public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/openlierox/files/, games-action/openlierox/
@ 2017-03-13  0:12 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2017-03-13  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b7ad1e08c1dd2c356a349c770d8cade8fb1c99a6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 00:11:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 00:12:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ad1e08

games-action/openlierox: remove last rited package

Gentoo-bug: 609052

 games-action/openlierox/Manifest                   |   1 -
 .../files/openlierox-0.58_rc1-curl.patch           |  72 -------
 .../openlierox/files/openlierox-0.58_rc1-icu.patch |  67 -------
 .../files/openlierox-0.58_rc3-fix-c++14.patch      | 215 ---------------------
 games-action/openlierox/metadata.xml               |  17 --
 .../openlierox/openlierox-0.58_rc3-r1.ebuild       |  68 -------
 6 files changed, 440 deletions(-)

diff --git a/games-action/openlierox/Manifest b/games-action/openlierox/Manifest
deleted file mode 100644
index 48aa2d2f23b..00000000000
--- a/games-action/openlierox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST OpenLieroX_0.58_rc3.src.tar.bz2 63845193 SHA256 9f246887d38c325e597373d9189990c9374c241cb807b4b5777844eceeed65cc SHA512 9d7b63f34040ed73a5856e7c064ab6890d9c2a13b973da48e1b706ade8f8ed061abc42a9cdda8c6f09c58002f369ac16f3b2b6d87e833f91a5bb488926ac3488 WHIRLPOOL f0ff5b63c41126d66906a4928c4296ba28614bcec9f04b200b59d62d126333194baa0478db8fe567dba029e8f5814ff5574c55119a30ece5e1e4732b7d7a9a61

diff --git a/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch b/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch
deleted file mode 100644
index d151036e799..00000000000
--- a/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff --git a/include/HTTP.h b/include/HTTP.h
-index 6be27f9..916193b 100644
---- a/include/HTTP.h
-+++ b/include/HTTP.h
-@@ -21,7 +21,12 @@
- 
- #include <string>
- #include <curl/curl.h>
--#include <curl/types.h>
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+    || (LIBCURL_VERSION_MAJOR < 7) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && (LIBCURL_VERSION_PATCH < 7))
-+# include <curl/types.h>
-+#endif
- #include <curl/easy.h>
- 
- #include "Networking.h"
-diff --git a/src/breakpad/external/src/common/linux/http_upload.cc b/src/breakpad/external/src/common/linux/http_upload.cc
-index 8748d11..c079aef 100644
---- a/src/breakpad/external/src/common/linux/http_upload.cc
-+++ b/src/breakpad/external/src/common/linux/http_upload.cc
-@@ -31,7 +31,12 @@
- #include <dlfcn.h>
- #include <curl/curl.h>
- #include <curl/easy.h>
--#include <curl/types.h>
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+    || (LIBCURL_VERSION_MAJOR < 7) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && (LIBCURL_VERSION_PATCH < 7))
-+# include <curl/types.h>
-+#endif
- 
- #include "common/linux/http_upload.h"
- 
-diff --git a/src/breakpad/external/src/common/linux/libcurl_wrapper.cc b/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-index 5bea3af..1fa6d24 100644
---- a/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-+++ b/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-@@ -29,7 +29,12 @@
- 
- #include <curl/curl.h>
- #include <curl/easy.h>
--#include <curl/types.h>
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+    || (LIBCURL_VERSION_MAJOR < 7) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && (LIBCURL_VERSION_PATCH < 7))
-+# include <curl/types.h>
-+#endif
- #include <dlfcn.h>
- 
- #include <string>
-diff --git a/src/common/HTTP.cpp b/src/common/HTTP.cpp
-index 0782f9c..7f7a852 100644
---- a/src/common/HTTP.cpp
-+++ b/src/common/HTTP.cpp
-@@ -25,7 +25,12 @@
- 	#include <stdlib.h>
- #endif
- #include <curl/curl.h>
--#include <curl/types.h>
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+    || (LIBCURL_VERSION_MAJOR < 7) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+    || ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && (LIBCURL_VERSION_PATCH < 7))
-+# include <curl/types.h>
-+#endif
- #include <curl/easy.h>
- 
- #include "LieroX.h"

diff --git a/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch b/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch
deleted file mode 100644
index 32817c035c7..00000000000
--- a/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From f30e2447944c5131b9c9502ca8054f847d1a9c0f Mon Sep 17 00:00:00 2001
-From: Albert Zeyer <albert.zeyer@rwth-aachen.de>
-Date: Tue, 22 Mar 2011 14:42:15 +0100
-Subject: [PATCH] rename UnicodeString to Unicode32String
-
-Seems that ICU (unicode/unistr.h) polutes the global namespace and uses this name. See http://bugs.gentoo.org/show_bug.cgi?id=359655 .
----
- include/Unicode.h      |    6 +++---
- src/common/Unicode.cpp |    8 ++++----
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/include/Unicode.h b/include/Unicode.h
-index a523b46..5b976ab 100644
---- a/include/Unicode.h
-+++ b/include/Unicode.h
-@@ -15,7 +15,7 @@
- #include <string>
- 
- typedef Uint32 UnicodeChar;
--typedef std::basic_string<UnicodeChar> UnicodeString;
-+typedef std::basic_string<UnicodeChar> Unicode32String;
- #ifdef WIN32
- typedef wchar_t Utf16Char;
- typedef std::wstring Utf16String;
-@@ -158,8 +158,8 @@ char UnicodeCharToAsciiChar(UnicodeChar c);
- std::string RemoveSpecialChars(const std::string &Utf8String);
- std::string Utf16ToUtf8(const Utf16String& str);
- Utf16String Utf8ToUtf16(const std::string& str);
--std::string UnicodeToUtf8(const UnicodeString& str);
--UnicodeString Utf8ToUnicode(const std::string& str);
-+std::string UnicodeToUtf8(const Unicode32String& str);
-+Unicode32String Utf8ToUnicode(const std::string& str);
- std::string UnicodeToAscii(const std::string& utf8str);
- std::string ISO88591ToUtf8(const std::string& isostr);
- #ifdef WIN32
-diff --git a/src/common/Unicode.cpp b/src/common/Unicode.cpp
-index 5956289..5a58c30 100644
---- a/src/common/Unicode.cpp
-+++ b/src/common/Unicode.cpp
-@@ -1055,10 +1055,10 @@ Utf16String Utf8ToUtf16(const std::string& str)
- 
- //////////////////
- // Convert a Unicode string to UTF8
--std::string UnicodeToUtf8(const UnicodeString& str)
-+std::string UnicodeToUtf8(const Unicode32String& str)
- {
- 	std::string result;
--	for (UnicodeString::const_iterator i = str.begin(); i != str.end(); i++)  {
-+	for (Unicode32String::const_iterator i = str.begin(); i != str.end(); i++)  {
- 		result += GetUtf8FromUnicode(*i);
- 	}
- 
-@@ -1067,9 +1067,9 @@ std::string UnicodeToUtf8(const UnicodeString& str)
- 
- //////////////////
- // Convert a UTF8 string to Unicode
--UnicodeString Utf8ToUnicode(const std::string& str)
-+Unicode32String Utf8ToUnicode(const std::string& str)
- {
--	UnicodeString result;
-+	Unicode32String result;
- 	for (std::string::const_iterator it = str.begin(); it != str.end();)
- 		result += GetNextUnicodeFromUtf8(it, str.end());
- 
--- 
-1.7.3.4
-

diff --git a/games-action/openlierox/files/openlierox-0.58_rc3-fix-c++14.patch b/games-action/openlierox/files/openlierox-0.58_rc3-fix-c++14.patch
deleted file mode 100644
index a90716142e0..00000000000
--- a/games-action/openlierox/files/openlierox-0.58_rc3-fix-c++14.patch
+++ /dev/null
@@ -1,215 +0,0 @@
-static_assert is a reserved keyword in C++14 now.
-
---- a/include/CGameScript.h
-+++ b/include/CGameScript.h
-@@ -40,7 +40,7 @@
- // current most recent version
- #define		GS_VERSION		8
- 
--static_assert(GS_VERSION - GS_FIRST_SUPPORTED_VERSION + 1 == sizeof(GS_MinLxVersion)/sizeof(Version), GS_MinLxVersion__sizecheck);
-+static_openlierox_assert(GS_VERSION - GS_FIRST_SUPPORTED_VERSION + 1 == sizeof(GS_MinLxVersion)/sizeof(Version), GS_MinLxVersion__sizecheck);
- 
- // Error codes
- #define		GSE_OK			1
---- a/include/EndianSwap.h
-+++ b/include/EndianSwap.h
-@@ -23,7 +23,7 @@
- 
- template <int n>
- void ByteSwap(unsigned char * b) {
--	static_assert(n == 1 || n % 2 == 0, n_must_be_equal);
-+	static_openlierox_assert(n == 1 || n % 2 == 0, n_must_be_equal);
- 	for(int i = 0; i < n/2; ++i) {
- 		std::swap(b[i], b[n - i - 1]);
- 	}
-@@ -57,8 +57,8 @@
- 
- template <int size, int nmemb, typename T>
- static size_t fwrite_endian_compat_wrapper(FILE* stream, T d) {
--	static_assert(nmemb == 1, nmemb__equals1);
--	static_assert(size == sizeof(T), size__mismatch);
-+	static_openlierox_assert(nmemb == 1, nmemb__equals1);
-+	static_openlierox_assert(size == sizeof(T), size__mismatch);
- 	EndianSwap(d);
- 	return fwrite(&d, sizeof(T), 1, stream);
- }
-@@ -69,8 +69,8 @@
- 
- template <int size, int nmemb, typename T>
- static size_t fread_compat_wrapper(FILE* stream, T& d) {
--	static_assert(nmemb == 1, nmemb__equals1);
--	static_assert(size == sizeof(T), size__mismatch);
-+	static_openlierox_assert(nmemb == 1, nmemb__equals1);
-+	static_openlierox_assert(size == sizeof(T), size__mismatch);
- 	return fread(&d, sizeof(T), 1, stream);	
- }
- 
---- a/include/ProjAction.h
-+++ b/include/ProjAction.h
-@@ -125,7 +125,7 @@
- 	__TRL_UBOUND = INT_MAX // force enum to be of size int
- };
- 
--static_assert(sizeof(Proj_TrailType) == sizeof(int), Proj_TrailType__SizeCheck);
-+static_openlierox_assert(sizeof(Proj_TrailType) == sizeof(int), Proj_TrailType__SizeCheck);
- 
- 
- struct Proj_Trail {
-@@ -176,7 +176,7 @@
- 	__PJ_UBOUND = INT_MAX // force enum to be of size int
- };
- 
--static_assert(sizeof(Proj_ActionType) == sizeof(int), Proj_ActionType__SizeCheck);
-+static_openlierox_assert(sizeof(Proj_ActionType) == sizeof(int), Proj_ActionType__SizeCheck);
- 
- 
- struct ProjCollisionType;
-@@ -379,7 +379,7 @@
- 		__PET_LBOUND = INT_MIN,
- 		__PET_UBOUND = INT_MAX
- 	} type;
--	static_assert(sizeof(Type) == sizeof(int), Proj_Event_Type__SizeCheck);
-+	static_openlierox_assert(sizeof(Type) == sizeof(int), Proj_Event_Type__SizeCheck);
- 	
- 	Proj_Event(Type t = PET_UNSET) : type(t) {}
- 	Proj_TimerEvent timer;
---- a/include/ProjectileDesc.h
-+++ b/include/ProjectileDesc.h
-@@ -60,7 +60,7 @@
- 	ATT_QUADRATIC,  // The force fades out using the inverse quadratic function
- };
- 
--static_assert(sizeof(Proj_GfxType) == sizeof(int), Proj_Type__SizeCheck);
-+static_openlierox_assert(sizeof(Proj_GfxType) == sizeof(int), Proj_Type__SizeCheck);
- 
- 
- // Animation types
-@@ -73,7 +73,7 @@
- 	__ANI_UBOUND = INT_MAX,
- };
- 
--static_assert(sizeof(Proj_AnimType) == sizeof(int), Proj_AnimType__SizeCheck);
-+static_openlierox_assert(sizeof(Proj_AnimType) == sizeof(int), Proj_AnimType__SizeCheck);
- 
- 
- 
---- a/include/StaticAssert.h
-+++ b/include/StaticAssert.h
-@@ -10,11 +10,11 @@
- #ifndef __OLX__STATICASSERT_H__
- #define __OLX__STATICASSERT_H__
- 
--template <bool b> class static_assert_failure;
--template <> class static_assert_failure<true>  { char foo; };
--template <int s> class static_assert_test{};
-+template <bool b> class static_openlierox_assert_failure;
-+template <> class static_openlierox_assert_failure<true>  { char foo; };
-+template <int s> class static_openlierox_assert_test{};
- 
--#define static_assert(X, desc)  \
--	typedef static_assert_test< (int)sizeof(static_assert_failure< (bool)(X) >) > static_assert_typedef_##desc;
-+#define static_openlierox_assert(X, desc)  \
-+	typedef static_openlierox_assert_test< (int)sizeof(static_openlierox_assert_failure< (bool)(X) >) > static_assert_typedef_##desc;
- 
- #endif
---- a/include/WeaponDesc.h
-+++ b/include/WeaponDesc.h
-@@ -34,7 +34,7 @@
- 	__WCL_UBOUND = INT_MAX,
- };
- 
--static_assert(sizeof(Wpn_Class) == sizeof(int), Wpn_Class__SizeCheck);
-+static_openlierox_assert(sizeof(Wpn_Class) == sizeof(int), Wpn_Class__SizeCheck);
- 
- // Weapon types
- enum Wpn_Type {
-@@ -46,7 +46,7 @@
- 	__WPN_UBOUND = INT_MAX
- };
- 
--static_assert(sizeof(Wpn_Type) == sizeof(int), Wpn_Type__SizeCheck);
-+static_openlierox_assert(sizeof(Wpn_Type) == sizeof(int), Wpn_Type__SizeCheck);
- 
- 
- // Special Weapons
-@@ -58,7 +58,7 @@
- 	__SPC_UBOUND = INT_MAX
- };
- 
--static_assert(sizeof(Wpn_Special) == sizeof(int), Wpn_Special__SizeCheck);
-+static_openlierox_assert(sizeof(Wpn_Special) == sizeof(int), Wpn_Special__SizeCheck);
- 
- 
- 
---- a/src/client/DeprecatedGUI/Menu_FloatingOptions.cpp
-+++ b/src/client/DeprecatedGUI/Menu_FloatingOptions.cpp
-@@ -134,7 +134,7 @@
- };
- 
- static const int sFloatingOpt_InputNames__size = sizeof(sFloatingOpt_InputNames) / sizeof(std::string);
--static_assert( sFloatingOpt_InputNames__size == __SIN_PLY_BOTTOM - 5, inputopts__sizecheck );
-+static_openlierox_assert( sFloatingOpt_InputNames__size == __SIN_PLY_BOTTOM - 5, inputopts__sizecheck );
- 
- 
- ///////////////////
---- a/src/client/Options.cpp
-+++ b/src/client/Options.cpp
-@@ -51,11 +51,11 @@
- const std::string    gen_keys[] = {"Chat", "ShowScore", "ShowHealth", "ShowSettings",  "TakeScreenshot",  "ViewportManager", "SwitchMode", "ToggleTopBar", "TeamChat",	"IrcChat", "Console"};
- const std::string    gen_def[]  = {"i",    "tab",		"h",		  "space",	       "F12",				"F2",				 "F5",		   "F8",		   "o",			"F4",	"F3"};
- 
--static_assert( sizeof(ply_keys) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_keys__sizecheck );
--static_assert( sizeof(ply_def1) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_def1__sizecheck );
--static_assert( sizeof(ply_def2) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_def2__sizecheck );
--static_assert( sizeof(gen_keys) / sizeof(std::string) == __SIN_GENERAL_BOTTOM, gen_keys__sizecheck );
--static_assert( sizeof(gen_def) / sizeof(std::string) == __SIN_GENERAL_BOTTOM, gen_def__sizecheck );
-+static_openlierox_assert( sizeof(ply_keys) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_keys__sizecheck );
-+static_openlierox_assert( sizeof(ply_def1) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_def1__sizecheck );
-+static_openlierox_assert( sizeof(ply_def2) / sizeof(std::string) == __SIN_PLY_BOTTOM, ply_def2__sizecheck );
-+static_openlierox_assert( sizeof(gen_keys) / sizeof(std::string) == __SIN_GENERAL_BOTTOM, gen_keys__sizecheck );
-+static_openlierox_assert( sizeof(gen_def) / sizeof(std::string) == __SIN_GENERAL_BOTTOM, gen_def__sizecheck );
- 
- static const Version defaultMinVersion("OpenLieroX/0.58_rc1");
- 
---- a/src/common/CScriptableVars.cpp
-+++ b/src/common/CScriptableVars.cpp
-@@ -32,7 +32,7 @@
- {"Race", "Race gamemode settings"},
- };
- 
--static_assert( sizeof(GameInfoGroupDescriptions) / (sizeof(char*) * 2) == GIG_Size, GIG_desc__sizecheck );
-+static_openlierox_assert( sizeof(GameInfoGroupDescriptions) / (sizeof(char*) * 2) == GIG_Size, GIG_desc__sizecheck );
- 
- 
- std::string AdvancedLevelDescription(AdvancedLevel l) {
---- a/src/common/FeatureList.cpp
-+++ b/src/common/FeatureList.cpp
-@@ -114,7 +114,7 @@
- 	Feature::Unset()
- };
- 
--static_assert(__FTI_BOTTOM == sizeof(featureArray)/sizeof(Feature) - 1, featureArray__sizecheck);
-+static_openlierox_assert(__FTI_BOTTOM == sizeof(featureArray)/sizeof(Feature) - 1, featureArray__sizecheck);
- 
- 
- 
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -135,12 +135,12 @@
- static void DoSystemChecks() {
- 	// sadly, these sizeof are directly used in CGameScript.cpp/CMap.cpp
- 	// TODO: fix this issue
--	static_assert(sizeof(char) == 1, sizeof_char__equals1);
--	static_assert(sizeof(short) == 2, sizeof_short__equals2);
--	static_assert(sizeof(int) == 4, sizeof_int__equals4);
--	static_assert(sizeof(float) == 4, sizeof_float__equals4);
-+	static_openlierox_assert(sizeof(char) == 1, sizeof_char__equals1);
-+	static_openlierox_assert(sizeof(short) == 2, sizeof_short__equals2);
-+	static_openlierox_assert(sizeof(int) == 4, sizeof_int__equals4);
-+	static_openlierox_assert(sizeof(float) == 4, sizeof_float__equals4);
- 	// sometimes the return value of SendMessage is used as a pointer
--	static_assert(sizeof(DWORD) == sizeof(void*), sizeof_dword__equals_p);
-+	static_openlierox_assert(sizeof(DWORD) == sizeof(void*), sizeof_dword__equals_p);
- }
- 
- 

diff --git a/games-action/openlierox/metadata.xml b/games-action/openlierox/metadata.xml
deleted file mode 100644
index 67c11cf18f6..00000000000
--- a/games-action/openlierox/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>games@gentoo.org</email>
-		<name>Gentoo Games Project</name>
-	</maintainer>
-	<use>
-		<flag name="breakpad">
-			Compile with support for
-			breakpad crash reporting system
-		</flag>
-	</use>
-	<upstream>
-		<remote-id type="sourceforge">openlierox</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/games-action/openlierox/openlierox-0.58_rc3-r1.ebuild b/games-action/openlierox/openlierox-0.58_rc3-r1.ebuild
deleted file mode 100644
index 9950b0e1a1e..00000000000
--- a/games-action/openlierox/openlierox-0.58_rc3-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils
-
-MY_PN="OpenLieroX"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="Real-time excessive Worms-clone"
-HOMEPAGE="http://openlierox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openlierox/${MY_P}.src.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X breakpad debug joystick"
-
-RDEPEND="
-	dev-libs/libxml2
-	dev-libs/libzip:=
-	media-libs/gd:=[jpeg,png]
-	media-libs/libsdl[joystick?,X?]
-	media-libs/sdl-image
-	media-libs/sdl-mixer
-	net-misc/curl
-	X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}
-	X? ( x11-proto/xproto )"
-
-S="${WORKDIR}/${MY_PN}"
-
-RESTRICT="mirror"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.58_rc1-icu.patch
-	"${FILESDIR}"/${PN}-0.58_rc1-curl.patch
-	"${FILESDIR}"/${PN}-0.58_rc3-fix-c++14.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DDEBUG=$(usex debug)
-		-DX11=$(usex X)
-		-DBREAKPAD=$(usex breakpad)
-		-DDISABLE_JOYSTICK=$(usex !joystick)
-		-DSYSTEM_DATA_DIR=usr/share
-		-DVERSION=${PV}
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	# NOTE: App uses case-insensitive file-handling
-	dobin "${CMAKE_BUILD_DIR}"/bin/openlierox
-
-	insinto /usr/share/${PN}
-	doins -r share/gamedir/.
-
-	DOCS=( doc/{README,ChangeLog,Development,TODO,original_lx_docs/*.txt} )
-	HTML_DOCS=( doc/original_lx_docs/{*.html,images} )
-	einstalldocs
-
-	doicon share/OpenLieroX.*
-	make_desktop_entry openlierox OpenLieroX OpenLieroX \
-			"Game;ActionGame;ArcadeGame;"
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-13  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  0:12 [gentoo-commits] repo/gentoo:master commit in: games-action/openlierox/files/, games-action/openlierox/ Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox