diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:45:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:45:08 +0200 |
commit | 136425af8df49827364acf745302b490b2917c08 (patch) | |
tree | 15ab6d5cb67acdaf134579564ddf77996c4bc78f /games-puzzle/ensemblist | |
parent | games-puzzle/hoh-bin: Remove last-rited pkg (diff) | |
download | gentoo-136425af8df49827364acf745302b490b2917c08.tar.gz gentoo-136425af8df49827364acf745302b490b2917c08.tar.bz2 gentoo-136425af8df49827364acf745302b490b2917c08.zip |
games-puzzle/ensemblist: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654516
Diffstat (limited to 'games-puzzle/ensemblist')
-rw-r--r-- | games-puzzle/ensemblist/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/ensemblist/ensemblist-040126.ebuild | 40 | ||||
-rw-r--r-- | games-puzzle/ensemblist/files/ensemblist-040126-build.patch | 41 | ||||
-rw-r--r-- | games-puzzle/ensemblist/metadata.xml | 8 |
4 files changed, 0 insertions, 90 deletions
diff --git a/games-puzzle/ensemblist/Manifest b/games-puzzle/ensemblist/Manifest deleted file mode 100644 index 594c04018661..000000000000 --- a/games-puzzle/ensemblist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ensemblist-040126.tar.gz 1312095 BLAKE2B 715aba1d5d62b3b4f7889b87ed70f1a33441d8ce7fe878c17dbdd342b45906c9242eb34b9eca8d34f41e9146d1eceac771e28e49b209b85dac31fce8e16b21eb SHA512 59202fe3c6168cfd60a7204f64dba5ab9fec2aa80e32be2f649862cf60dd27df0a51f4359161f8ca1ab3cf541fb1ea127f4f83b2213c4cb40bf6a574c14c8052 diff --git a/games-puzzle/ensemblist/ensemblist-040126.ebuild b/games-puzzle/ensemblist/ensemblist-040126.ebuild deleted file mode 100644 index 559fa92b6034..000000000000 --- a/games-puzzle/ensemblist/ensemblist-040126.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Put together several primitives to build a given shape. (C.S.G. Game)" -HOMEPAGE="http://www.nongnu.org/ensemblist/index_en.html" -SRC_URI="https://savannah.nongnu.org/download/ensemblist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="media-libs/freeglut - media-libs/libmikmod:0 - media-libs/libpng:0 - virtual/glu - virtual/opengl - x11-libs/libXmu" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - emake DATADIR="\"${GAMES_DATADIR}\"/${PN}/datas" \ - CFLAGSLD="${LDFLAGS}" -} - -src_install() { - dogamesbin ensemblist - insinto "${GAMES_DATADIR}/${PN}" - doins -r datas - dodoc Changelog README - make_desktop_entry ${PN} Ensemblist - prepgamesdirs -} diff --git a/games-puzzle/ensemblist/files/ensemblist-040126-build.patch b/games-puzzle/ensemblist/files/ensemblist-040126-build.patch deleted file mode 100644 index 42cc04070eef..000000000000 --- a/games-puzzle/ensemblist/files/ensemblist-040126-build.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -ru ensemblist-040126.orig/Makefile ensemblist-040126/Makefile ---- ensemblist-040126.orig/Makefile 2004-01-26 10:37:05.000000000 -0500 -+++ ensemblist-040126/Makefile 2009-01-23 03:24:05.000000000 -0500 -@@ -1,17 +1,8 @@ - NAME=ensemblist --CC=gcc --ifdef DEBUG --DATADIR=/home/rixed/src/ensemblist/datas --COMPILE_FLAGS=-Wall -fno-builtin -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wredundant-decls -O0 -g `libmikmod-config --cflags` -DDATADIR=$(DATADIR) --LINK_FLAGS=-g -lm -L /usr/X11R6/lib -lXmu -lGL -lglut -lGLU -lpng `libmikmod-config --libs` -lefence -lpthread --else - DATADIR=$(DESTDIR)/usr/share/$(NAME) --COMPILE_FLAGS=-Wall -O3 -fomit-frame-pointer `libmikmod-config --cflags` -DNDEBUG -DDATADIR=$(DATADIR) --LINK_FLAGS=-lm -L /usr/X11R6/lib -lXmu -lGL -lglut -lGLU -lpng `libmikmod-config --libs` -lpthread --endif -+COMPILE_FLAGS=`libmikmod-config --cflags` -DDATADIR=$(DATADIR) -+LINK_FLAGS=-L/usr/X11R6/lib -lXmu -lGL -lglut -lGLU -lpng `libmikmod-config --libs` -lpthread -lm - APPLE_FRAMEWORKS=-framework GLUT -framework Cocoa -framework OpenGL --#uncomment the following if you want to compile on MacOS/X --#LINK_FLAGS=$(LINK_FLAGS) $(APPLE_FRAMEWORKS) - CFILES=$(wildcard *.c) - OFILES=$(patsubst %.c,%.o,$(CFILES)) - -@@ -22,15 +13,10 @@ - all: $(NAME) - - $(NAME): $(OFILES) -- @echo '$(COL)$@$(NORM)' -- $(CC) $(COMPILE_FLAGS) $(LINK_FLAGS) $^ -o $@ --ifndef DEBUG -- strip $(NAME) --endif -+ $(CC) $(CFLAGSLD) $(COMPILE_FLAGS) $^ -o $@ $(LINK_FLAGS) - - .c.o: -- @echo '$(COL)$@$(NORM)' -- $(CC) $(COMPILE_FLAGS) -c $< -+ $(CC) $(CFLAGS) $(COMPILE_FLAGS) -c $< - - clean: - @echo '$(COL)$@$(NORM)' diff --git a/games-puzzle/ensemblist/metadata.xml b/games-puzzle/ensemblist/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-puzzle/ensemblist/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> |