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 E6B1F1382C5 for ; Sun, 15 Apr 2018 09:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F94E093E; Sun, 15 Apr 2018 09:11:39 +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 BDBCBE093E 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 E3BDF335C7F 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 25FD9290 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: <1523783481.0d87b72f08556137be64281d4a815892c75f0873.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/aop/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/aop/aop-0.6.ebuild X-VCS-Directories: games-arcade/aop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0d87b72f08556137be64281d4a815892c75f0873 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: f310bfaf-bd88-46c4-a22e-d4b6449691f6 X-Archives-Hash: d0bb7611d05347db68f104cc3fbf3f85 commit: 0d87b72f08556137be64281d4a815892c75f0873 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 08:50:23 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 09:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d87b72f games-arcade/aop: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/aop/aop-0.6.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/games-arcade/aop/aop-0.6.ebuild b/games-arcade/aop/aop-0.6.ebuild deleted file mode 100644 index 572546e8b1e..00000000000 --- a/games-arcade/aop/aop-0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Ambassador of Pain is a curses based game with only 64 lines of code" -HOMEPAGE="http://raffi.at/view/code/aop" -SRC_URI="http://www.raffi.at/code/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/ncurses:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i \ - -e "s#/usr/local/share#${GAMES_DATADIR}#" \ - aop.c || die - epatch "${FILESDIR}"/${P}-as-needed.patch -} - -src_install() { - dogamesbin aop - insinto "${GAMES_DATADIR}/${PN}" - doins aop-level-*.txt - prepgamesdirs -}