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 5AF2B138334 for ; Thu, 8 Aug 2019 21:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 872E3E0784; Thu, 8 Aug 2019 21:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45DE7E0784 for ; Thu, 8 Aug 2019 21:46:58 +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 D6DAC3496D6 for ; Thu, 8 Aug 2019 21:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 651B6741 for ; Thu, 8 Aug 2019 21:46:55 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1565294975.ed6e58467012bb0d5f66e805ee152ba62b6ba55b.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/tatan/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/tatan/metadata.xml games-action/tatan/tatan-1.0.ebuild X-VCS-Directories: games-action/tatan/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: ed6e58467012bb0d5f66e805ee152ba62b6ba55b X-VCS-Branch: master Date: Thu, 8 Aug 2019 21:46:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 758e4d47-5b1d-4911-aa17-0b89d6856c91 X-Archives-Hash: 303db49096549237e8fabe266994f23a commit: ed6e58467012bb0d5f66e805ee152ba62b6ba55b Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Aug 8 20:09:35 2019 +0000 Commit: Azamat H. Hackimov gentoo 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 @@ - - - - - frostworks@gmx.de - Marcel Unbehaun - - 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 -}