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 19C661382C5 for ; Sun, 15 Apr 2018 09:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6096AE0931; Sun, 15 Apr 2018 09:11:38 +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 341E0E08D0 for ; Sun, 15 Apr 2018 09:11:38 +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 EF43F335C79 for ; Sun, 15 Apr 2018 09:11:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 822AA279 for ; Sun, 15 Apr 2018 09:11:35 +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: <1523783471.d863aa00c95e89fa063990d7eddbf6028a5bad2b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/abe/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/abe/abe-1.1.ebuild X-VCS-Directories: games-arcade/abe/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d863aa00c95e89fa063990d7eddbf6028a5bad2b X-VCS-Branch: master Date: Sun, 15 Apr 2018 09:11:35 +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: 8efd57d2-6cc7-4108-9a5c-1197e8e6f3c4 X-Archives-Hash: 73b7f29848de5f9cec60a4a76f991e3e commit: d863aa00c95e89fa063990d7eddbf6028a5bad2b Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 08:26:07 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 09:11:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d863aa00 games-arcade/abe: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/abe/abe-1.1.ebuild | 47 ----------------------------------------- 1 file changed, 47 deletions(-) diff --git a/games-arcade/abe/abe-1.1.ebuild b/games-arcade/abe/abe-1.1.ebuild deleted file mode 100644 index 78fcff1e13f..00000000000 --- a/games-arcade/abe/abe-1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs games - -DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game" -HOMEPAGE="http://abe.sourceforge.net/" -SRC_URI="mirror://sourceforge/abe/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - x11-libs/libXi - media-libs/sdl-mixer[vorbis]" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${A} - cd "${S}" - unpack ./images/images.tar -} - -src_prepare() { - sed -i \ - -e "/^TR_CFLAGS/d" \ - -e "/^TR_CXXFLAGS/d" \ - configure || die - epatch "${FILESDIR}"/${P}-settings.patch -} - -src_configure() { - egamesconf --with-data-dir="${GAMES_DATADIR}"/${PN} -} - -src_install() { - dogamesbin src/abe - insinto "${GAMES_DATADIR}"/${PN} - doins -r images sounds maps - newicon tom1.bmp abe.bmp - make_desktop_entry abe "Abe's Amazing Adventure" /usr/share/pixmaps/abe.bmp - dodoc AUTHORS ChangeLog README - prepgamesdirs -}