From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-arcade/pachi/Manifest | 4 --- games-arcade/pachi/files/1.0-autotools.patch | 46 ---------------------------- games-arcade/pachi/metadata.xml | 11 ------- games-arcade/pachi/pachi-1.0.ebuild | 37 ---------------------- 4 files changed, 98 deletions(-) delete mode 100644 games-arcade/pachi/Manifest delete mode 100644 games-arcade/pachi/files/1.0-autotools.patch delete mode 100644 games-arcade/pachi/metadata.xml delete mode 100644 games-arcade/pachi/pachi-1.0.ebuild (limited to 'games-arcade/pachi') diff --git a/games-arcade/pachi/Manifest b/games-arcade/pachi/Manifest deleted file mode 100644 index 581f270df189..000000000000 --- a/games-arcade/pachi/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 1.0-autotools.patch 1161 BLAKE2B 848b3366f103a245cdfe8c8bc2cf79e96eb7d3fd0f1d06d7e7a904cd592382e4447e9083b8395bd9a297864d429eb47abf310b736a5ddc1cae18cf233e94f67f SHA512 45f3818c4bf9a0fae123b11f3641f47be77886eb85849984b1a8fe391ae1b333ee7ac0d5ffe294ee986efe262762d995e2ff5b2786a9dc2c26123c200cfb3c57 -DIST pachi-1.0.tar.bz2 3101484 BLAKE2B 31c15f1c0fac503abbba67c0483e60d1b12d84d7d0cb5eaebda01e0942ead1d202841942711306c800cfe8346a3e31ed10671555184d52d345464640a90d5c1c SHA512 9b09baa47ceb051d80ea621d2449afd2d9de959e707d2a1b3119ce8f0c623ebc1afb1678389c647b066fb2211f3f7eb27d713ee33514e2739ba48f9bf14c7952 -EBUILD pachi-1.0.ebuild 941 BLAKE2B 37f9fa99223c405ee3d3a8fc282421a78304b1a5a2fac5f24311ebf2493c9612f16c3baa7e02ce2674d2e6d196a73cb42c835b8ae7d74167197a782cf460a3c5 SHA512 48234f533b4cf89020a55501c9274e5af806936a75b67d61368343db5c7e05332836853897d9408bf403519ccea30837d546248952d5a509161d6ae54bca598a -MISC metadata.xml 333 BLAKE2B e14155543715b12b61b84d111606a7630315a349d0ad1ed68a4323ec50ff225f6cd9ed3a3bbc980e1246982bb25444884a1e63386c9526d31fb7b31b28f95892 SHA512 9f7e4e3994f529f9905dcf550cfb3ab0a4f0998a689a52e34d1bb2b5916273e7827937900606316cdd465e90752ab5a1bd0cf248f6288fc3d1be3f3d35982567 diff --git a/games-arcade/pachi/files/1.0-autotools.patch b/games-arcade/pachi/files/1.0-autotools.patch deleted file mode 100644 index 0d0185f142f3..000000000000 --- a/games-arcade/pachi/files/1.0-autotools.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.in -+++ configure.in -@@ -1,5 +1,7 @@ - # Process this file with autoconf to produce a configure script. -+AC_PREREQ([2.54]) - AC_INIT(src/faes.cpp, 0.1, T-1000@Bigfoot.com) -+AC_CANONICAL_SYSTEM - AM_INIT_AUTOMAKE(pachi, 0.1) - AM_CONFIG_HEADER(config.h) - -@@ -44,7 +46,7 @@ - SCOREDIR="." - else - DATADIR="$datadir/$PACKAGE" -- SCOREDIR="/var/lib/games/$PACKAGE" -+ SCOREDIR="$localstatedir/$PACKAGE" - fi - - eval DATAPATH=`eval echo "$DATADIR"` ---- data/Makefile.am -+++ data/Makefile.am -@@ -10,13 +10,13 @@ - objects_v2.dat \ - rooms_v2.dat - --score_DATA = \ -+score_DATA_ = \ - scores.dat - --EXTRA_DIST = $(dat_DATA) $(score_DATA) -+EXTRA_DIST = $(dat_DATA) $(score_DATA_) - - install-data-local: -- for file in $(score_DATA); do\ -- chgrp $(group) $(scoredir)/$$file; \ -- chmod $(perms) $(scoredir)/$$file; \ -- done -+ $(mkinstalldirs) $(DESTDIR)$(scoredir) -+ for file in $(score_DATA_); do \ -+ $(INSTALL) -g $(group) -m $(perms) $$file $(DESTDIR)$(scoredir); \ -+ done ---- Makefile.am -+++ Makefile.am -@@ -1 +1 @@ --SUBDIRS = src Tgfx data fonts music sounds docs -+SUBDIRS = src Tgfx data fonts music sounds diff --git a/games-arcade/pachi/metadata.xml b/games-arcade/pachi/metadata.xml deleted file mode 100644 index 542b2bdb6342..000000000000 --- a/games-arcade/pachi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - dragontech - - diff --git a/games-arcade/pachi/pachi-1.0.ebuild b/games-arcade/pachi/pachi-1.0.ebuild deleted file mode 100644 index f1cc4a2b7bbf..000000000000 --- a/games-arcade/pachi/pachi-1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" -HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en" -# Upstream doesn't version their releases. -# (should be downloaded and re-compressed with tar -jcvf) -#SRC_URI="mirror://sourceforge/dragontech/pachi_source.tgz" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[joystick,sound,video] - media-libs/sdl-mixer[mod]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/Pachi - -src_prepare() { - epatch "${FILESDIR}"/${PV}-autotools.patch - rm -f missing - mv configure.in configure.ac || die - eautoreconf -} - -src_install() { - default - newicon Tgfx/icon.bmp ${PN}.bmp - make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp - prepgamesdirs -} -- cgit v1.2.3