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 E05D4138331 for ; Sun, 15 Apr 2018 19:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46169E08F0; Sun, 15 Apr 2018 19:00:50 +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 281A1E0822 for ; Sun, 15 Apr 2018 19:00:50 +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 10D54335C98 for ; Sun, 15 Apr 2018 19:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B76290 for ; Sun, 15 Apr 2018 19:00:45 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523818826.8ec50882d06a2c5f1a85a36f298dc6ef4fb337ea.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/cosmosmash/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild X-VCS-Directories: games-arcade/cosmosmash/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8ec50882d06a2c5f1a85a36f298dc6ef4fb337ea X-VCS-Branch: master Date: Sun, 15 Apr 2018 19:00:45 +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: e3389f0e-eca2-40b1-9492-14353dc176fc X-Archives-Hash: b21479a308b877d2c9c6a3fb62d2192c commit: 8ec50882d06a2c5f1a85a36f298dc6ef4fb337ea Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 18:39:13 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 19:00:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec50882 games-arcade/cosmosmash: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild | 36 ------------------------- 1 file changed, 36 deletions(-) diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild deleted file mode 100644 index e2c11182dfc..00000000000 --- a/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools games - -DESCRIPTION="A space rock shooting video game" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" # uses the sound card which portage user might not be available. - -RDEPEND=">=dev-games/flatzebra-0.1.6" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i \ - -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \ - -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \ - -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \ - src/Makefile.am \ - || die - eautoreconf -} - -src_install() { - emake -C src DESTDIR="${D}" install - doman doc/${PN}.6 - dodoc AUTHORS NEWS README THANKS - prepgamesdirs -}