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 D1281138331 for ; Sat, 14 Apr 2018 21:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AE1E0802; Sat, 14 Apr 2018 21:39:03 +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 A0997E0802 for ; Sat, 14 Apr 2018 21:39:03 +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 CD9E0335C79 for ; Sat, 14 Apr 2018 21:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE2F289 for ; Sat, 14 Apr 2018 21:39:01 +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: <1523741930.cbfa6e65aeeec1736029b5339285b319e8ccd63c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/amoebax/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/amoebax/amoebax-0.2.1.ebuild X-VCS-Directories: games-puzzle/amoebax/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cbfa6e65aeeec1736029b5339285b319e8ccd63c X-VCS-Branch: master Date: Sat, 14 Apr 2018 21:39:01 +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: a3b63858-9559-4f46-ba19-f6dc8c1cb492 X-Archives-Hash: 51e9e9e2fd8ac9858794d93b8504c104 commit: cbfa6e65aeeec1736029b5339285b319e8ccd63c Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 14 21:23:32 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 14 21:38:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfa6e65 games-puzzle/amoebax: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-puzzle/amoebax/amoebax-0.2.1.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/games-puzzle/amoebax/amoebax-0.2.1.ebuild b/games-puzzle/amoebax/amoebax-0.2.1.ebuild deleted file mode 100644 index 687f1d8f905..00000000000 --- a/games-puzzle/amoebax/amoebax-0.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="a cute and addictive action-puzzle game, similar to tetris" -HOMEPAGE="http://www.emma-soft.com/games/amoebax/" -SRC_URI="http://www.emma-soft.com/games/amoebax/download/${P}.tar.bz2" - -LICENSE="FreeArt GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,joystick,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis]" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-aclocal.patch \ - "${FILESDIR}"/${P}-compile.patch - - sed -i \ - -e "/^SUBDIRS/s:doc ::" \ - Makefile.am || die - sed -i \ - -e "/^iconsdir/s:=.*:=/usr/share/pixmaps:" \ - -e "/^desktopdir/s:=.*:=/usr/share/applications:" \ - data/Makefile.am || die - sed -i \ - -e '/Encoding/d' \ - -e '/Icon/s/.svg//' \ - data/amoebax.desktop || die - AT_M4DIR=m4 eautoreconf -} - -src_install() { - default - prepgamesdirs -}