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 A896C1382C5 for ; Sun, 15 Apr 2018 09:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB573E0940; Sun, 15 Apr 2018 09:11:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C60ECE0940 for ; Sun, 15 Apr 2018 09:11:39 +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 CF317335C7B for ; Sun, 15 Apr 2018 09:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0103528E for ; Sun, 15 Apr 2018 09:11:36 +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: <1523783479.f7885d26e1f64cd1acf4c376c8850e8d1f33b7b5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/amphetamine/amphetamine-0.8.10.ebuild X-VCS-Directories: games-arcade/amphetamine/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f7885d26e1f64cd1acf4c376c8850e8d1f33b7b5 X-VCS-Branch: master Date: Sun, 15 Apr 2018 09:11:36 +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: 90f53ed4-708f-45a9-81e6-15e6f4b54cdf X-Archives-Hash: 8f4e3370ad1e79bbcdb8a6b1424553f8 commit: f7885d26e1f64cd1acf4c376c8850e8d1f33b7b5 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 08:47:53 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 09:11:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7885d26 games-arcade/amphetamine: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/amphetamine/amphetamine-0.8.10.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild deleted file mode 100644 index 4955b35b0d9..00000000000 --- a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="a cool Jump'n Run game offering some unique visual effects" -HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html" -SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2 - http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - x11-libs/libXpm" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-build.patch \ - "${FILESDIR}"/${P}-64bit.patch - sed -i -e '55d' src/ObjInfo.cpp || die -} - -src_compile() { - emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} -} - -src_install() { - newgamesbin amph ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r ../amph/* - newicon amph.xpm ${PN}.xpm - make_desktop_entry ${PN} Amphetamine ${PN} - dodoc BUGS ChangeLog NEWS README - prepgamesdirs -}