commit:     136425af8df49827364acf745302b490b2917c08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:45:08 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:45:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136425af

games-puzzle/ensemblist: Remove last-rited pkg

Closes: https://bugs.gentoo.org/654516

 games-puzzle/ensemblist/Manifest                   |  1 -
 games-puzzle/ensemblist/ensemblist-040126.ebuild   | 40 ---------------------
 .../ensemblist/files/ensemblist-040126-build.patch | 41 ----------------------
 games-puzzle/ensemblist/metadata.xml               |  8 -----
 profiles/package.mask                              |  4 ---
 5 files changed, 94 deletions(-)

diff --git a/games-puzzle/ensemblist/Manifest b/games-puzzle/ensemblist/Manifest
deleted file mode 100644
index 594c0401866..00000000000
--- 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 559fa92b603..00000000000
--- 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 42cc04070ee..00000000000
--- 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 78274e0fa55..00000000000
--- 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>[email protected]</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index cd40e320f93..70898a84316 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -342,10 +342,6 @@ games-fps/lsdldoom
 # Fails to start (#654492). Removal in a month.
 games-fps/soldieroffortune-demo
 
-# Pacho Ramos <[email protected]> (17 Jun 2018)
-# Dead since 2003, not ported ever to amd64 (#654516). Removal in a month.
-games-puzzle/ensemblist
-
 # Mart Raudsepp <[email protected]> (16 Jun 2018)
 # No upstream (website disappeared), no upstream plugin maintainer,
 # and pretty much a fringe format anyway.

Reply via email to