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 469591382C5 for ; Sun, 15 Apr 2018 19:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45BDEE08FC; Sun, 15 Apr 2018 19:00:51 +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 1D640E08FB for ; Sun, 15 Apr 2018 19:00:51 +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 63CF6335C91 for ; Sun, 15 Apr 2018 19:00:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8B4D298 for ; Sun, 15 Apr 2018 19:00:45 +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: <1523818838.4e062651d61564539ddf0bf8c67856cc736d69b0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/digger/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/digger/digger-20140423.ebuild X-VCS-Directories: games-arcade/digger/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4e062651d61564539ddf0bf8c67856cc736d69b0 X-VCS-Branch: master Date: Sun, 15 Apr 2018 19:00:45 +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: cc80e099-8550-4ac3-92c4-6655373ca1c8 X-Archives-Hash: 033f285f8fec143f21860dc94d29bbad commit: 4e062651d61564539ddf0bf8c67856cc736d69b0 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 18:54:03 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 19:00:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e062651 games-arcade/digger: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/digger/digger-20140423.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/games-arcade/digger/digger-20140423.ebuild b/games-arcade/digger/digger-20140423.ebuild deleted file mode 100644 index 729b2a2bfed..00000000000 --- a/games-arcade/digger/digger-20140423.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Digger Remastered" -HOMEPAGE="http://www.digger.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" - -DEPEND="media-libs/libsdl[X,video] - x11-libs/libX11" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}-${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch -} - -src_install() { - dogamesbin digger - dodoc digger.txt - make_desktop_entry digger Digger - prepgamesdirs -}