commit: ed6e58467012bb0d5f66e805ee152ba62b6ba55b Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Thu Aug 8 20:09:35 2019 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Thu Aug 8 20:09:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ed6e5846
games-action/tatan: remove Dead upstream, unmaintained, usupported eclasses games-action/tatan/metadata.xml | 8 ----- games-action/tatan/tatan-1.0.ebuild | 62 ------------------------------------- 2 files changed, 70 deletions(-) diff --git a/games-action/tatan/metadata.xml b/games-action/tatan/metadata.xml deleted file mode 100644 index 5d0ede2..0000000 --- a/games-action/tatan/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> - <email>[email protected]</email> - <name>Marcel Unbehaun</name> -</maintainer> -</pkgmetadata> diff --git a/games-action/tatan/tatan-1.0.ebuild b/games-action/tatan/tatan-1.0.ebuild deleted file mode 100644 index 7d0af45..0000000 --- a/games-action/tatan/tatan-1.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit d-games - -MY_PN=tatan -MY_PV=${PV//./_} - -DESCRIPTION="pointing STG by HIZ " -HOMEPAGE="http://http://hizuoka.web.fc2.com/game/tatan/index_en.html" -SRC_URI="http://hizuoka.web.fc2.com/game/tatan/${MY_PN}.zip - mirror://debian/pool/main/t/${PN}/${PN}_${PV}.dfsg1-1.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl - media-libs/mesa - media-libs/sdl-mixer - dev-libs/libbulletml" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_PN} - -src_prepare(){ - # using frostworks patches with debian's cleanups and minor patches - epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-1.diff - sed -i -e "s:${PN}-${PV}/::g" -i "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/import-opengl.patch - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/fixes.patch - epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch - sed -i \ - -e 's:"\(resource/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i import/hell2.d \ - -e 's:"\(image/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/gamemanager.d \ - -e 's:"\(image/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/screen.d \ - -e 's:"\(se/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \ - -e 's:"\(voice/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \ - -e 's:"\(music/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/br/sound.d \ - || die "sed failed" -} - -src_install() { - dogamesbin ${PN} - - local datadir="${GAMES_DATADIR}"/${PN} - dodir ${datadir} - insinto "${GAMES_DATADIR}"/${PN} - doins -r image music voice resource se || die - newicon "${S}"/${PN}-${PV}.dfsg1/debian/${PN}.xpm ${PN}.xpm - make_desktop_entry ${PN} ${PN} - dodoc readme* - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst -}
