From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29CD5138334 for ; Sat, 28 Jul 2018 11:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69F4E07F9; Sat, 28 Jul 2018 11:48:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D4D4E07F9 for ; Sat, 28 Jul 2018 11:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8771E335CD2 for ; Sat, 28 Jul 2018 11:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4963338C for ; Sat, 28 Jul 2018 11:48:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532778308.136425af8df49827364acf745302b490b2917c08.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-puzzle/ensemblist/files/, games-puzzle/ensemblist/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/ensemblist/Manifest games-puzzle/ensemblist/ensemblist-040126.ebuild games-puzzle/ensemblist/files/ensemblist-040126-build.patch games-puzzle/ensemblist/metadata.xml profiles/package.mask X-VCS-Directories: games-puzzle/ensemblist/ games-puzzle/ensemblist/files/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 136425af8df49827364acf745302b490b2917c08 X-VCS-Branch: master Date: Sat, 28 Jul 2018 11:48:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db4e0836-9c45-4e46-953a-1954a4c3819e X-Archives-Hash: f15ca74b83f93ff85f3399b876a7d41f commit: 136425af8df49827364acf745302b490b2917c08 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 28 11:45:08 2018 +0000 Commit: Michał Górny gentoo 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 @@ - - - - - games@gentoo.org - Gentoo Games Project - - 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 (17 Jun 2018) -# Dead since 2003, not ported ever to amd64 (#654516). Removal in a month. -games-puzzle/ensemblist - # Mart Raudsepp (16 Jun 2018) # No upstream (website disappeared), no upstream plugin maintainer, # and pretty much a fringe format anyway.