From b42a2c16f30382f9a09a4f5135bf2b5467c668b1 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 30 Mar 2006 20:45:56 +0000 Subject: old Package-Manager: portage-2.1_pre7-r2 --- games-arcade/holotz-castle/Manifest | 9 ---- .../holotz-castle/files/digest-holotz-castle-1.3.7 | 1 - .../files/holotz-castle-1.3.7-build.patch | 54 ---------------------- .../holotz-castle/holotz-castle-1.3.7.ebuild | 42 ----------------- 4 files changed, 106 deletions(-) delete mode 100644 games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 delete mode 100644 games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch delete mode 100644 games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild (limited to 'games-arcade') diff --git a/games-arcade/holotz-castle/Manifest b/games-arcade/holotz-castle/Manifest index 32083e9f4092..979b1de7555b 100644 --- a/games-arcade/holotz-castle/Manifest +++ b/games-arcade/holotz-castle/Manifest @@ -1,21 +1,12 @@ MD5 7d045e04bbb6c193a6ca17d42e9ab387 ChangeLog 788 RMD160 3a8c93fab13f0e450cf06f7c973b0e89a0fd3965 ChangeLog 788 SHA256 f56feaf2814188945bd31eba7777dcbc26eb810a69ac88a23c93ba3e751ce517 ChangeLog 788 -MD5 15572c09b111983e7b568c673d21e407 files/digest-holotz-castle-1.3.7 76 -RMD160 79e82a0f84f5b7bd42b62d7b9183f910cc11fc52 files/digest-holotz-castle-1.3.7 76 -SHA256 c80f9f307ce0676c006395ab265c2206b774327d471a82a61d50f8e1302ed5b6 files/digest-holotz-castle-1.3.7 76 MD5 5f65265efbe72e5370ff4d9774e19522 files/digest-holotz-castle-1.3.8 76 RMD160 9f0687c41cf6f5af67b2c4d8092ee05c1997a7be files/digest-holotz-castle-1.3.8 76 SHA256 92984ec1be3ec0bae5523663ea6f71e8464b892e207cca4f308a50e89807e452 files/digest-holotz-castle-1.3.8 76 -MD5 fdc54b7fe2b093393997873483fa38db files/holotz-castle-1.3.7-build.patch 1703 -RMD160 61b133f6ae3e608883910b94740c7b9b016dff54 files/holotz-castle-1.3.7-build.patch 1703 -SHA256 50d4cc552d70c3ed4764030a302673963aaec30d9c18bbd19b427b731c913760 files/holotz-castle-1.3.7-build.patch 1703 MD5 eb8f2357d8d8c33d77ea27b75fa75d93 files/holotz-castle-1.3.8-build.patch 1779 RMD160 80f0e6110536cb07e09d56e86148df0182162ecc files/holotz-castle-1.3.8-build.patch 1779 SHA256 0be9f7429f1c9255f7daeff648a75b1f2c9589d98812813c291cebde81ef0d36 files/holotz-castle-1.3.8-build.patch 1779 -MD5 ade93d5200a5daad2d773e24f3e439d4 holotz-castle-1.3.7.ebuild 1083 -RMD160 a43a80189547db0255e3098240556a7a1b6776fd holotz-castle-1.3.7.ebuild 1083 -SHA256 ada035a83ca68b831551539567461b901ba6491d02177451a2f195dc58e96da2 holotz-castle-1.3.7.ebuild 1083 MD5 0eae4ba014180f03c2c37f95561b1639 holotz-castle-1.3.8.ebuild 1083 RMD160 2f0dc06c6f3196238f25b1521ffe108f6d9641fd holotz-castle-1.3.8.ebuild 1083 SHA256 3b09544e6e6556e79cd8978491dd649a02d246f7de429ee7d6e963b86505ddbd holotz-castle-1.3.8.ebuild 1083 diff --git a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 b/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 deleted file mode 100644 index c3f8f516cbe1..000000000000 --- a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 571be7f4dadf81f0eb5df7bee65d215b holotz-castle-1.3.7-src.tar.gz 3612543 diff --git a/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch b/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch deleted file mode 100644 index 4c5f06b0cc30..000000000000 --- a/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- JLib/Makefile -+++ JLib/Makefile -@@ -15,22 +15,21 @@ - $(UTIL)/JApp.o $(UTIL)/JFS.o $(UTIL)/JThread.o $(UTIL)/JRW.o $(MATH)/J2DPolygon.o - - # Definir -D_JLIB_DEBUG para hacer debug de JLib. Compilar el programa a debugear también con este flag --CFLAGS=-I. -O3 -ffast-math -fPIC -Wall -Wshadow -Winline --LDFLAGS=-L. -ffast-math -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -+ CXXFLAGS=-I. $(CPU_OPTS) -+ LDFLAGS=-L. -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer - - all: libJLib - - # JLib - libJLib: $(JLIB_OBJS) -- g++ -shared -fPIC -o $@.so $? \ -- && ar rvus $@.a $? \ -+ ar rvus $@.a $? - - $(GRAPHICS)/%.o: $(GRAPHICS)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - $(UTIL)/%.o: $(UTIL)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - $(MATH)/%.o: $(MATH)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - - .PHONY: install - install: - ---- src/Makefile -+++ src/Makefile -@@ -26,7 +26,7 @@ - - DEFINES = -DHC_DATA_DIR=\"$(HC_DATA)\" -DHCED_DATA_DIR=\"$(HCED_DATA)\" - --all: JLib HC HCed -+all: HC HCed - - HC_OBJ_MAIN=HolotzCastle.o - HC_OBJS=HCUtil.o HCTimer.o HCLoadSaveSlot.o HCPlaylist.o HCPreferences.o HCTheme.o HCText.o \ -@@ -38,8 +38,8 @@ - - # Definir -D_JLIB_DEBUG para debug con JLib. Ponerlo también en el Makefile de JLib. - # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. --CFLAGS=-I. -I../JLib -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c $(shell sdl-config --cflags) --LDFLAGS=-L/usr/X11R6/lib -ffast-math -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -+CFLAGS=-Wshadow $(CPU_OPTS) -c -I. -I../JLib $(shell sdl-config --cflags) -+LDFLAGS=-lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lGL -lGLU - - JLib: - make -C ../JLib; diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild deleted file mode 100644 index 7e181504db95..000000000000 --- a/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild,v 1.2 2005/11/16 18:00:35 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="2d platform jump'n'run game" -HOMEPAGE="http://www.mainreactor.net/holotzcastle/en/index_en.html" -SRC_URI="http://www.mainreactor.net/holotzcastle/download/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - media-libs/sdl-mixer - media-libs/libsdl - media-libs/sdl-ttf - media-libs/sdl-image" - -S=${WORKDIR}/${P}-src - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - emake -C JLib CPU_OPTS="${CXXFLAGS}" || die "emake failed" - emake -C src CPU_OPTS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - dogamesbin holotz-castle holotz-castle-editor || die "dogamesbin failed" - insinto "${GAMES_DATADIR}"/${PN}/game - doins -r HCedHome/* res/* || die "doins failed" - dodoc MANUAL*.txt - doman doc/*.6 - prepgamesdirs -} -- cgit v1.2.3-65-gdbad