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 A282D1396D9 for ; Sun, 19 Nov 2017 13:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09864E0DD3; Sun, 19 Nov 2017 13:34:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DD93FE0DD3 for ; Sun, 19 Nov 2017 13:34:55 +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 9E18F340AC7 for ; Sun, 19 Nov 2017 13:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41790A041 for ; Sun, 19 Nov 2017 13:34:52 +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: <1511098458.9af164e00596dc91f230d4ce1051b68a0b5575a8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/abuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/abuse/abuse-0.8.ebuild X-VCS-Directories: games-action/abuse/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9af164e00596dc91f230d4ce1051b68a0b5575a8 X-VCS-Branch: master Date: Sun, 19 Nov 2017 13:34:52 +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: 74fd5536-458d-4e0b-aa39-1292f74bfe6c X-Archives-Hash: 0c970ec6e830efb92244d6541b53f803 commit: 9af164e00596dc91f230d4ce1051b68a0b5575a8 Author: David Seifert gentoo org> AuthorDate: Sun Nov 19 13:04:00 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 19 13:34:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af164e0 games-action/abuse: Remove old Package-Manager: Portage-2.3.14, Repoman-2.3.6 games-action/abuse/abuse-0.8.ebuild | 45 ------------------------------------- 1 file changed, 45 deletions(-) diff --git a/games-action/abuse/abuse-0.8.ebuild b/games-action/abuse/abuse-0.8.ebuild deleted file mode 100644 index d56c20871b1..00000000000 --- a/games-action/abuse/abuse-0.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="port of Abuse by Crack Dot Com" -HOMEPAGE="http://abuse.zoy.org/" -SRC_URI="http://abuse.zoy.org/raw-attachment/wiki/download/${P}.tar.gz" - -LICENSE="GPL-2 WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video] - media-libs/sdl-mixer - virtual/opengl" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_configure() { - egamesconf \ - --with-assetdir="${GAMES_DATADIR}/${PN}" -} - -src_install() { - # Source-based install - default - - doicon doc/${PN}.png - make_desktop_entry abuse Abuse - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "NOTE: If you had previous version of abuse installed" - elog "you may need to remove ~/.abuse for the game to work correctly." -}