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 694891396D9 for ; Sun, 19 Nov 2017 15:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92997E0BF6; Sun, 19 Nov 2017 15:51:35 +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 71297E0BF6 for ; Sun, 19 Nov 2017 15:51:35 +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 CB1F733BF05 for ; Sun, 19 Nov 2017 15:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9ADA051 for ; Sun, 19 Nov 2017 15:51:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511106669.72c96de3a6585a4df65eab67c58a4b8a031fcc02.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/barrage/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/barrage/barrage-1.0.4.ebuild X-VCS-Directories: games-action/barrage/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 72c96de3a6585a4df65eab67c58a4b8a031fcc02 X-VCS-Branch: master Date: Sun, 19 Nov 2017 15:51:32 +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: 45e5c367-9693-4bf3-99e7-97ea9502d0e4 X-Archives-Hash: 17b3a4d3f7a2d580a3ee7f4f78dedb2b commit: 72c96de3a6585a4df65eab67c58a4b8a031fcc02 Author: David Seifert gentoo org> AuthorDate: Sun Nov 19 15:45:07 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 19 15:51:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c96de3 games-action/barrage: Remove old Package-Manager: Portage-2.3.14, Repoman-2.3.6 games-action/barrage/barrage-1.0.4.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/games-action/barrage/barrage-1.0.4.ebuild b/games-action/barrage/barrage-1.0.4.ebuild deleted file mode 100644 index 3b4694483f0..00000000000 --- a/games-action/barrage/barrage-1.0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A violent point-and-click shooting game" -HOMEPAGE="http://lgames.sourceforge.net/Barrage/" -SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2[sound,video] - >=media-libs/sdl-mixer-1.2.4" -RDEPEND="${DEPEND}" - -src_configure() { - egamesconf --datadir="${GAMES_DATADIR_BASE}" -} - -src_install() { - default - newicon barrage48.png ${PN}.png - make_desktop_entry ${PN} Barrage - rm "${D}"/usr/share/applications/${PN}.desktop - prepgamesdirs -}