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 17A29138334 for ; Mon, 19 Aug 2019 21:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47AA7E087F; Mon, 19 Aug 2019 21:53:33 +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 29A24E087F for ; Mon, 19 Aug 2019 21:53:33 +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 BDC1F349E98 for ; Mon, 19 Aug 2019 21:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC864D3 for ; Mon, 19 Aug 2019 21:53:29 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1564005938.ec5fc1ced72675578dbdf5bf1ca2f4a1a47007ce.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/skeldal/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/skeldal/skeldal-9999.ebuild X-VCS-Directories: games-puzzle/skeldal/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: ec5fc1ced72675578dbdf5bf1ca2f4a1a47007ce X-VCS-Branch: master Date: Mon, 19 Aug 2019 21:53:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9ab02dc-9313-4c90-8fc1-5041e3fa8def X-Archives-Hash: 1aa4a8c33fe33509ae7da4ec3fa9004d commit: ec5fc1ced72675578dbdf5bf1ca2f4a1a47007ce Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Wed Jul 24 22:05:38 2019 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Wed Jul 24 22:05:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ec5fc1ce skeldal: no changes in upstream for 6 years. looks dead Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> games-puzzle/skeldal/skeldal-9999.ebuild | 37 -------------------------------- 1 file changed, 37 deletions(-) diff --git a/games-puzzle/skeldal/skeldal-9999.ebuild b/games-puzzle/skeldal/skeldal-9999.ebuild deleted file mode 100644 index 5f03068..0000000 --- a/games-puzzle/skeldal/skeldal-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -ESVN_REPO_URI="https://skeldal.svn.sourceforge.net/svnroot/skeldal/branches/next_ghost/" -inherit subversion autotools games - -DESCRIPTION="Adventure game The Gates of Skeldal" -HOMEPAGE="http://sourceforge.net/projects/skeldal/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="media-libs/libsdl[X] - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" - -src_unpack() { - subversion_src_unpack -} - -src_prepare() { - eautoreconf -} - -src_configure() { - egamesconf -} - -src_install() { - base_src_install - prepgamesdirs -}