diff options
author | Christian Schmitt <chris@ilovelinux.de> | 2013-03-11 21:04:17 +0100 |
---|---|---|
committer | Christian Schmitt <chris@ilovelinux.de> | 2013-03-11 21:05:17 +0100 |
commit | 689e0a19509371918a15da6cec1b22ffa4832dbc (patch) | |
tree | 4ab6e62cad240a48a3c3a271e9c5ef2874434f4c /dev-games | |
parent | [media-libs/libsdl] Playing with multilib eclass. (diff) | |
download | gamerlay-689e0a19509371918a15da6cec1b22ffa4832dbc.tar.gz gamerlay-689e0a19509371918a15da6cec1b22ffa4832dbc.tar.bz2 gamerlay-689e0a19509371918a15da6cec1b22ffa4832dbc.zip |
[dev-games/irrlicht-1.8.0_pre3993] remove pre-version. Stable is in portage.
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/irrlicht/ChangeLog | 24 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-gcc46.patch | 12 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-unbundle-libs.patch | 78 | ||||
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-9999-demoMake.patch | 641 | ||||
-rw-r--r-- | dev-games/irrlicht/irrlicht-1.8.0_pre3993.ebuild | 67 | ||||
-rw-r--r-- | dev-games/irrlicht/metadata.xml | 12 |
6 files changed, 0 insertions, 834 deletions
diff --git a/dev-games/irrlicht/ChangeLog b/dev-games/irrlicht/ChangeLog deleted file mode 100644 index 3177b0b..0000000 --- a/dev-games/irrlicht/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -# ChangeLog for dev-games/irrlicht -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*irrlicht-1.8.0_pre3993 (27 May 2012) - - 27 May 2012; Azamat H. Hackimov <azamat.hackimov@gmail.com> - -files/irrlicht-1.7.2-gcc46.patch, - +files/irrlicht-1.8.0_pre3993-gcc46.patch, - +files/irrlicht-1.8.0_pre3993-unbundle-libs.patch, - -files/irrlicht-9999-config.patch, -files/irrlicht-9999-gentoo.patch, - -irrlicht-1.8.0_pre3843.ebuild, +irrlicht-1.8.0_pre3993.ebuild, - metadata.xml: - 1.8.0_pre3993 for supertuxkart - -*irrlicht-1.8.0_pre3843 (29 Jul 2011) - - 29 Jul 2011; Azamat H. Hackimov <azamat.hackimov@gmail.com> - +files/irrlicht-1.7.2-gcc46.patch, +files/irrlicht-9999-config.patch, - +files/irrlicht-9999-demoMake.patch, +files/irrlicht-9999-gentoo.patch, - +irrlicht-1.8.0_pre3843.ebuild, +metadata.xml: - 1.8.0-alpha ebuild for supertuxkart 0.7.2 - Based on ebuild from Egor Y. Egorov (#376851) - diff --git a/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-gcc46.patch b/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-gcc46.patch deleted file mode 100644 index 93dbb21..0000000 --- a/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-gcc46.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: source/Irrlicht/Makefile -=================================================================== ---- source/Irrlicht/Makefile (revision 3993) -+++ source/Irrlicht/Makefile (working copy) -@@ -84,7 +84,6 @@ - LIB_PATH = ../../lib/$(SYSTEM)
- INSTALL_DIR = /usr/local/lib
- sharedlib install: SHARED_LIB = libIrrlicht.so
--staticlib sharedlib: LDFLAGS += --no-export-all-symbols --add-stdcall-alias
- sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm
- staticlib sharedlib: CXXINCS += -I/usr/X11R6/include
-
diff --git a/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-unbundle-libs.patch b/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-unbundle-libs.patch deleted file mode 100644 index 19e55e5..0000000 --- a/dev-games/irrlicht/files/irrlicht-1.8.0_pre3993-unbundle-libs.patch +++ /dev/null @@ -1,78 +0,0 @@ -diff -Nuar irrlicht.work/include/IrrCompileConfig.h irrlicht.unbundle/include/IrrCompileConfig.h ---- irrlicht.work/include/IrrCompileConfig.h 2011-11-15 14:30:32.574236293 +0600 -+++ irrlicht.unbundle/include/IrrCompileConfig.h 2011-11-15 14:33:47.254243015 +0600 -@@ -244,7 +244,7 @@ - //! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the jpeglib which comes with irrlicht.
- /** If this is commented out, Irrlicht will try to compile using the jpeg lib installed in the system.
- This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */
--#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
-+//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
- #ifdef NO_IRR_USE_NON_SYSTEM_JPEG_LIB_
- #undef _IRR_USE_NON_SYSTEM_JPEG_LIB_
- #endif
-@@ -260,7 +260,7 @@ - //! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng which comes with irrlicht.
- /** If this is commented out, Irrlicht will try to compile using the libpng installed in the system.
- This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */
--#define _IRR_USE_NON_SYSTEM_LIB_PNG_
-+//#define _IRR_USE_NON_SYSTEM_LIB_PNG_
- #ifdef NO_IRR_USE_NON_SYSTEM_LIB_PNG_
- #undef _IRR_USE_NON_SYSTEM_LIB_PNG_
- #endif
-@@ -588,7 +588,7 @@ - /** If this is commented out, Irrlicht will try to compile using the zlib
- installed on the system. This is only used when _IRR_COMPILE_WITH_ZLIB_ is
- defined. */
--#define _IRR_USE_NON_SYSTEM_ZLIB_
-+//#define _IRR_USE_NON_SYSTEM_ZLIB_
- #ifdef NO_IRR_USE_NON_SYSTEM_ZLIB_
- #undef _IRR_USE_NON_SYSTEM_ZLIB_
- #endif
-@@ -609,7 +609,7 @@ - /** If this is commented out, Irrlicht will try to compile using the bzlib
- installed on the system. This is only used when _IRR_COMPILE_WITH_BZLIB_ is
- defined. */
--#define _IRR_USE_NON_SYSTEM_BZLIB_
-+//#define _IRR_USE_NON_SYSTEM_BZLIB_
- #ifdef NO_IRR_USE_NON_SYSTEM_BZLIB_
- #undef _IRR_USE_NON_SYSTEM_BZLIB_
- #endif
-diff -Nuar irrlicht.work/source/Irrlicht/Makefile irrlicht.unbundle/source/Irrlicht/Makefile ---- irrlicht.work/source/Irrlicht/Makefile 2011-11-15 14:31:04.643237400 +0600 -+++ irrlicht.unbundle/source/Irrlicht/Makefile 2011-11-15 14:37:05.787249868 +0600 -@@ -52,23 +52,20 @@ - EXTRAOBJ =
- LINKOBJ = $(IRRMESHOBJ) $(IRROBJ) $(IRRPARTICLEOBJ) $(IRRANIMOBJ) \
- $(IRRVIDEOOBJ) $(IRRSWRENDEROBJ) $(IRRIOOBJ) $(IRROTHEROBJ) \
-- $(IRRGUIOBJ) $(ZLIBOBJ) $(JPEGLIBOBJ) $(LIBPNGOBJ) $(LIBAESGM) \
-- $(BZIP2OBJ) $(EXTRAOBJ)
-+ $(IRRGUIOBJ) $(LIBAESGM) $(EXTRAOBJ)
-
- ###############
- #Compiler flags
--CXXINCS = -I../../include -Izlib -Ijpeglib -Ilibpng
-+CXXINCS = -I../../include
- CPPFLAGS += $(CXXINCS) -DIRRLICHT_EXPORTS=1
- CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing
- ifndef NDEBUG
- CXXFLAGS += -g -D_DEBUG
--else
--CXXFLAGS += -fexpensive-optimizations -O3
- endif
- ifdef PROFILE
- CXXFLAGS += -pg
- endif
--CFLAGS := -O3 -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES
-+CFLAGS := -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES
-
- sharedlib sharedlib_osx: CXXFLAGS += -fPIC
- sharedlib sharedlib_osx: CFLAGS += -fPIC
-@@ -84,7 +81,7 @@ - LIB_PATH = ../../lib/$(SYSTEM)
- INSTALL_DIR = /usr/local/lib
- sharedlib install: SHARED_LIB = libIrrlicht.so
--sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm
-+sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lbz2 -lGL -ljpeg -lpng -lXxf86vm -lz
- staticlib sharedlib: CXXINCS += -I/usr/X11R6/include
-
- #OSX specific options
diff --git a/dev-games/irrlicht/files/irrlicht-9999-demoMake.patch b/dev-games/irrlicht/files/irrlicht-9999-demoMake.patch deleted file mode 100644 index c29a5e6..0000000 --- a/dev-games/irrlicht/files/irrlicht-9999-demoMake.patch +++ /dev/null @@ -1,641 +0,0 @@ -diff -uNr irrlicht-9999_orig/examples/01.HelloWorld/Makefile irrlicht-9999/examples/01.HelloWorld/Makefile ---- irrlicht-9999_orig/examples/01.HelloWorld/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/01.HelloWorld/Makefile 2011-07-28 16:39:40.877281375 +0700 -@@ -7,9 +7,9 @@ - # List of source files, separated by spaces
- Sources := main.cpp
- # Path to Irrlicht directory, should contain include/ and lib/
--IrrlichtHome := ../..
-+IrrlichtHome := /usr
- # Path for the executable. Note that Irrlicht.dll should usually also be there for win32 systems
--BinPath = ../../bin/$(SYSTEM)
-+BinPath = ../../bin
-
- # general compiler settings (might need to be set when compiling the lib, too)
- # preprocessor flags, e.g. defines and include paths
-@@ -24,7 +24,7 @@ - #no changes necessary below this line
- ####
-
--CPPFLAGS = -I$(IrrlichtHome)/include -I/usr/X11R6/include $(USERCPPFLAGS)
-+CPPFLAGS = -I/usr/include/irrlicht $(USERCPPFLAGS)
- CXXFLAGS = $(USERCXXFLAGS)
- LDFLAGS = $(USERLDFLAGS)
-
-@@ -32,7 +32,7 @@ - all: all_linux
-
- # target specific settings
--all_linux all_win32 static_win32: LDFLAGS += -L$(IrrlichtHome)/lib/$(SYSTEM) -lIrrlicht
-+all_linux all_win32 static_win32: LDFLAGS += -lIrrlicht
- all_linux: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lXext -lX11 -lXcursor
- all_linux clean_linux: SYSTEM=Linux
- all_win32 clean_win32 static_win32: SYSTEM=Win32-gcc
-diff -uNr irrlicht-9999_orig/examples/02.Quake3Map/Makefile irrlicht-9999/examples/02.Quake3Map/Makefile ---- irrlicht-9999_orig/examples/02.Quake3Map/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/02.Quake3Map/Makefile 2011-07-28 16:39:40.881281367 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -25,7 +25,7 @@ - static_win32 all_win32 clean_win32: SYSTEM=Win32-gcc
- static_win32 all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32 static_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/03.CustomSceneNode/Makefile irrlicht-9999/examples/03.CustomSceneNode/Makefile ---- irrlicht-9999_orig/examples/03.CustomSceneNode/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/03.CustomSceneNode/Makefile 2011-07-28 16:39:40.889281351 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/04.Movement/Makefile irrlicht-9999/examples/04.Movement/Makefile ---- irrlicht-9999_orig/examples/04.Movement/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/04.Movement/Makefile 2011-07-28 16:39:40.894281341 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,14 +17,14 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32: CPPFLAGS += -D__GNUWIN32__ -D_WIN32 -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/05.UserInterface/Makefile irrlicht-9999/examples/05.UserInterface/Makefile ---- irrlicht-9999_orig/examples/05.UserInterface/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/05.UserInterface/Makefile 2011-07-28 16:39:40.901281327 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/06.2DGraphics/Makefile irrlicht-9999/examples/06.2DGraphics/Makefile ---- irrlicht-9999_orig/examples/06.2DGraphics/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/06.2DGraphics/Makefile 2011-07-28 16:39:40.907281315 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/07.Collision/Makefile irrlicht-9999/examples/07.Collision/Makefile ---- irrlicht-9999_orig/examples/07.Collision/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/07.Collision/Makefile 2011-07-28 16:39:40.909281311 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/08.SpecialFX/Makefile irrlicht-9999/examples/08.SpecialFX/Makefile ---- irrlicht-9999_orig/examples/08.SpecialFX/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/08.SpecialFX/Makefile 2011-07-28 16:39:40.915281299 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/09.Meshviewer/Makefile irrlicht-9999/examples/09.Meshviewer/Makefile ---- irrlicht-9999_orig/examples/09.Meshviewer/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/09.Meshviewer/Makefile 2011-07-28 16:39:40.918281293 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/10.Shaders/Makefile irrlicht-9999/examples/10.Shaders/Makefile ---- irrlicht-9999_orig/examples/10.Shaders/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/10.Shaders/Makefile 2011-07-28 16:39:40.922281285 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/11.PerPixelLighting/Makefile irrlicht-9999/examples/11.PerPixelLighting/Makefile ---- irrlicht-9999_orig/examples/11.PerPixelLighting/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/11.PerPixelLighting/Makefile 2011-07-28 16:39:40.928281273 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/12.TerrainRendering/Makefile irrlicht-9999/examples/12.TerrainRendering/Makefile ---- irrlicht-9999_orig/examples/12.TerrainRendering/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/12.TerrainRendering/Makefile 2011-07-28 16:39:40.931281266 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/13.RenderToTexture/Makefile irrlicht-9999/examples/13.RenderToTexture/Makefile ---- irrlicht-9999_orig/examples/13.RenderToTexture/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/13.RenderToTexture/Makefile 2011-07-28 16:39:40.933281261 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/14.Win32Window/Makefile irrlicht-9999/examples/14.Win32Window/Makefile ---- irrlicht-9999_orig/examples/14.Win32Window/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/14.Win32Window/Makefile 2011-07-28 16:39:40.935281257 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/15.LoadIrrFile/Makefile irrlicht-9999/examples/15.LoadIrrFile/Makefile ---- irrlicht-9999_orig/examples/15.LoadIrrFile/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/15.LoadIrrFile/Makefile 2011-07-28 16:39:40.938281251 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/16.Quake3MapShader/Makefile irrlicht-9999/examples/16.Quake3MapShader/Makefile ---- irrlicht-9999_orig/examples/16.Quake3MapShader/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/16.Quake3MapShader/Makefile 2011-07-28 16:39:40.940281247 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -17,13 +17,13 @@ - endif
-
- # target specific settings
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
- all_linux clean_linux: SYSTEM=Linux
- all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/18.SplitScreen/Makefile irrlicht-9999/examples/18.SplitScreen/Makefile ---- irrlicht-9999_orig/examples/18.SplitScreen/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/18.SplitScreen/Makefile 2011-07-28 16:39:40.942281243 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/19.MouseAndJoystick/Makefile irrlicht-9999/examples/19.MouseAndJoystick/Makefile ---- irrlicht-9999_orig/examples/19.MouseAndJoystick/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/19.MouseAndJoystick/Makefile 2011-07-28 16:39:40.945281237 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- #CXXFLAGS = -O3 -ffast-math
- CXXFLAGS = -g -Wall
-
-@@ -24,7 +24,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/20.ManagedLights/Makefile irrlicht-9999/examples/20.ManagedLights/Makefile ---- irrlicht-9999_orig/examples/20.ManagedLights/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/20.ManagedLights/Makefile 2011-07-28 16:39:40.947281233 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- #CXXFLAGS = -O3 -ffast-math
- CXXFLAGS = -g -Wall
-
-@@ -24,7 +24,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/21.Quake3Explorer/Makefile irrlicht-9999/examples/21.Quake3Explorer/Makefile ---- irrlicht-9999_orig/examples/21.Quake3Explorer/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/21.Quake3Explorer/Makefile 2011-07-28 16:39:40.949281229 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp sound.cpp q3factory.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- #CXXFLAGS = -O3 -ffast-math
- CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/22.MaterialViewer/Makefile irrlicht-9999/examples/22.MaterialViewer/Makefile ---- irrlicht-9999_orig/examples/22.MaterialViewer/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/22.MaterialViewer/Makefile 2011-07-28 16:39:40.953281221 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- #CXXFLAGS = -O3 -ffast-math
- CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/23.SMeshHandling/Makefile irrlicht-9999/examples/23.SMeshHandling/Makefile ---- irrlicht-9999_orig/examples/23.SMeshHandling/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/23.SMeshHandling/Makefile 2011-07-28 16:39:40.956281215 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -23,7 +23,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/24.CursorControl/Makefile irrlicht-9999/examples/24.CursorControl/Makefile ---- irrlicht-9999_orig/examples/24.CursorControl/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/24.CursorControl/Makefile 2011-07-28 16:39:40.958281211 +0700 -@@ -7,9 +7,9 @@ - # List of source files, separated by spaces
- Sources := main.cpp
- # Path to Irrlicht directory, should contain include/ and lib/
--IrrlichtHome := ../..
-+IrrlichtHome := /usr
- # Path for the executable. Note that Irrlicht.dll should usually also be there for win32 systems
--BinPath = ../../bin/$(SYSTEM)
-+BinPath = ../../bin
-
- # general compiler settings (might need to be set when compiling the lib, too)
- # preprocessor flags, e.g. defines and include paths
-@@ -24,7 +24,7 @@ - #no changes necessary below this line
- ####
-
--CPPFLAGS = -I$(IrrlichtHome)/include -I/usr/X11R6/include $(USERCPPFLAGS)
-+CPPFLAGS = -I/usr/include/irrlicht $(USERCPPFLAGS)
- CXXFLAGS = $(USERCXXFLAGS)
- LDFLAGS = $(USERLDFLAGS)
-
-@@ -32,7 +32,7 @@ - all: all_linux
-
- # target specific settings
--all_linux all_win32 static_win32: LDFLAGS += -L$(IrrlichtHome)/lib/$(SYSTEM) -lIrrlicht
-+all_linux all_win32 static_win32: LDFLAGS += -lIrrlicht
- all_linux: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lXext -lX11 -lXcursor
- all_linux clean_linux: SYSTEM=Linux
- all_win32 clean_win32 static_win32: SYSTEM=Win32-gcc
-diff -uNr irrlicht-9999_orig/examples/25.XmlHandling/Makefile irrlicht-9999/examples/25.XmlHandling/Makefile ---- irrlicht-9999_orig/examples/25.XmlHandling/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/25.XmlHandling/Makefile 2011-07-28 16:39:40.961281205 +0700 -@@ -7,9 +7,9 @@ - # List of source files, separated by spaces
- Sources := main.cpp
- # Path to Irrlicht directory, should contain include/ and lib/
--IrrlichtHome := ../..
-+IrrlichtHome := /usr
- # Path for the executable. Note that Irrlicht.dll should usually also be there for win32 systems
--BinPath = ../../bin/$(SYSTEM)
-+BinPath = ../../bin
-
- # general compiler settings (might need to be set when compiling the lib, too)
- # preprocessor flags, e.g. defines and include paths
-@@ -24,7 +24,7 @@ - #no changes necessary below this line
- ####
-
--CPPFLAGS = -I$(IrrlichtHome)/include -I/usr/X11R6/include $(USERCPPFLAGS)
-+CPPFLAGS = -I/usr/include/irrlicht $(USERCPPFLAGS)
- CXXFLAGS = $(USERCXXFLAGS)
- LDFLAGS = $(USERLDFLAGS)
-
-@@ -32,7 +32,7 @@ - all: all_linux
-
- # target specific settings
--all_linux all_win32 static_win32: LDFLAGS += -L$(IrrlichtHome)/lib/$(SYSTEM) -lIrrlicht
-+all_linux all_win32 static_win32: LDFLAGS += -lIrrlicht
- all_linux: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lXext -lX11 -lXcursor
- all_linux clean_linux: SYSTEM=Linux
- all_win32 clean_win32 static_win32: SYSTEM=Win32-gcc
-diff -uNr irrlicht-9999_orig/examples/26.OcclusionQuery/Makefile irrlicht-9999/examples/26.OcclusionQuery/Makefile ---- irrlicht-9999_orig/examples/26.OcclusionQuery/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/26.OcclusionQuery/Makefile 2011-07-28 16:39:40.963281201 +0700 -@@ -5,7 +5,7 @@ - Sources = main.cpp
-
- # general compiler settings
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -O3 -ffast-math
- #CXXFLAGS = -g -Wall
-
-@@ -24,7 +24,7 @@ - all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- all_linux all_win32:
- $(warning Building...)
-diff -uNr irrlicht-9999_orig/examples/Demo/Makefile irrlicht-9999/examples/Demo/Makefile ---- irrlicht-9999_orig/examples/Demo/Makefile 2011-07-28 16:10:29.000000000 +0700 -+++ irrlicht-9999/examples/Demo/Makefile 2011-07-28 16:39:40.965281197 +0700 -@@ -2,7 +2,7 @@ - Target = Demo
- Sources = CDemo.cpp CMainMenu.cpp main.cpp
-
--CPPFLAGS = -I../../include -I/usr/X11R6/include
-+CPPFLAGS = -I/usr/include/irrlicht
- CXXFLAGS = -Wall -O3 -ffast-math
-
- ifeq ($(HOSTTYPE), x86_64)
-@@ -13,7 +13,7 @@ -
- # target specific settings
- all_linux: SYSTEM=Linux
--all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/$(SYSTEM) -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor
-+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lpng -ljpeg
-
- all_win32 clean_win32: SYSTEM=Win32-gcc
- all_win32: LDFLAGS = -L../../lib/$(SYSTEM) -lIrrlicht -lopengl32 -lm
-@@ -25,7 +25,7 @@ -
- all_win32 clean_win32: SUF=.exe
- # name of the binary - only valid for targets which set SYSTEM
--DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
-+DESTPATH = ../../bin/$(Target)$(SUF)
-
- OBJ = $(Sources:.cpp=.o)
-
diff --git a/dev-games/irrlicht/irrlicht-1.8.0_pre3993.ebuild b/dev-games/irrlicht/irrlicht-1.8.0_pre3993.ebuild deleted file mode 100644 index 4864f9e..0000000 --- a/dev-games/irrlicht/irrlicht-1.8.0_pre3993.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.7.2.ebuild,v 1.5 2011/04/08 03:21:08 mr_bones_ Exp $ - -EAPI=3 -inherit eutils toolchain-funcs subversion - -DESCRIPTION="open source high performance realtime 3D engine written in C++" -HOMEPAGE="http://irrlicht.sourceforge.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.zip" -ESVN_REPO_URI="https://irrlicht.svn.sourceforge.net/svnroot/irrlicht/trunk/" -ESVN_REVISION=3993 - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug examples" - -RDEPEND="virtual/jpeg - media-libs/libpng - app-arch/bzip2 - sys-libs/zlib - virtual/opengl - x11-libs/libXxf86vm - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xf86vidmodeproto" -#app-arch/unzip - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gcc46.patch \ - "${FILESDIR}"/${P}-unbundle-libs.patch \ - "${FILESDIR}"/${PN}-9999-demoMake.patch - - sed -i \ - -e 's:\.\./\.\./media:../media:g' \ - $(grep -rl '\.\./\.\./media' examples) \ - || die 'sed failed' - sed "/VERSION_RELEASE/s/-SVN//" -i source/Irrlicht/Makefile || die 'sed failed' -} - -src_compile() { - cd source/Irrlicht - tc-export CXX CC AR - use !debug && config="NDEBUG=1" - # staticlib removed (static-libs USE?) - emake ${config} sharedlib || die "emake failed" -} - -src_install() { -# dolib.a lib/Linux/libIrrlicht.a || die - insinto /usr/include/${PN} - doins include/* || die - dodoc changes.txt readme.txt - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples media || die - fi - cd lib/Linux - ln -s libIrrlicht.so.1.8.0 libIrrlicht.so - ln -s libIrrlicht.so.1.8.0 libIrrlicht.so.1.8 - dolib.so libIrrlicht.so* || die -# dolib.a lib/Linux/libIrrlicht.a || die - -} diff --git a/dev-games/irrlicht/metadata.xml b/dev-games/irrlicht/metadata.xml deleted file mode 100644 index bd5871b..0000000 --- a/dev-games/irrlicht/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> -<email>azamat.hackimov@gmail.com</email> -<name>Azamat H. Hackimov</name> -</maintainer> -<longdescription lang="en"> -Open source high performance realtime 3D engine written in C++ -</longdescription> -</pkgmetadata> - |