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 B7E6F1396D1 for ; Sun, 1 Oct 2017 12:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8BA92BC00C; Sun, 1 Oct 2017 12:34:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BBC4B2BC00C for ; Sun, 1 Oct 2017 12:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BDA034186E for ; Sun, 1 Oct 2017 12:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79DA29085 for ; Sun, 1 Oct 2017 12:34:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506861262.ac95c4b355ed86e9390423230d89f873785341b0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/trigger/trigger-0.6.1.ebuild X-VCS-Directories: games-sports/trigger/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ac95c4b355ed86e9390423230d89f873785341b0 X-VCS-Branch: master Date: Sun, 1 Oct 2017 12:34:37 +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: cacd855d-147e-4bb9-b4b7-e8d633e1e14d X-Archives-Hash: 5e03f9d83b931154da44510fef048b15 commit: ac95c4b355ed86e9390423230d89f873785341b0 Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 1 12:30:17 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 1 12:34:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac95c4b3 games-sports/trigger: remove 0.6.1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-sports/trigger/trigger-0.6.1.ebuild | 53 ------------------------------- 1 file changed, 53 deletions(-) diff --git a/games-sports/trigger/trigger-0.6.1.ebuild b/games-sports/trigger/trigger-0.6.1.ebuild deleted file mode 100644 index bb1711362c7..00000000000 --- a/games-sports/trigger/trigger-0.6.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -MY_PN=${PN}-rally -MY_P=${MY_PN}-${PV} -DESCRIPTION="Free OpenGL rally car racing game" -HOMEPAGE="http://www.positro.net/trigger/" -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/libsdl - media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer - media-libs/openal - media-libs/freealut - dev-games/physfs" -DEPEND="${RDEPEND} - dev-util/ftjam" - -S=${WORKDIR}/${MY_P} - -src_configure() { - egamesconf --datadir="${GAMES_DATADIR}"/${PN} -} - -src_compile() { - AR="${AR} cru" jam -dx -qa || die -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* - newicon data/textures/life_helmet.png ${PN}.png - make_desktop_entry ${PN} Trigger - dodoc doc/*.txt - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "After running ${PN} for the first time, a config file is" - elog "available in ~/.trigger/trigger.config" -}