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 903F21382C5 for ; Sun, 22 Apr 2018 19:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0065E0905; Sun, 22 Apr 2018 19:40:38 +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 AFFCCE0905 for ; Sun, 22 Apr 2018 19:40: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 A637D335C7E for ; Sun, 22 Apr 2018 19:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB482BD for ; Sun, 22 Apr 2018 19:40:32 +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: <1524426012.5a03c444f2c027c862f6afd02a6c63fc2c5a0c9a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/nottetris2/nottetris2-1.ebuild X-VCS-Directories: games-arcade/nottetris2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5a03c444f2c027c862f6afd02a6c63fc2c5a0c9a X-VCS-Branch: master Date: Sun, 22 Apr 2018 19:40:32 +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: 56e2c93e-c37d-48fa-be6e-1032cf4f3883 X-Archives-Hash: a48852c24fa50ddf83800034b41fe193 commit: 5a03c444f2c027c862f6afd02a6c63fc2c5a0c9a Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:38:33 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a03c444 games-arcade/nottetris2: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/nottetris2/nottetris2-1.ebuild | 35 ----------------------------- 1 file changed, 35 deletions(-) diff --git a/games-arcade/nottetris2/nottetris2-1.ebuild b/games-arcade/nottetris2/nottetris2-1.ebuild deleted file mode 100644 index 583f8cae863..00000000000 --- a/games-arcade/nottetris2/nottetris2-1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils games - -DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics" -HOMEPAGE="http://stabyourself.net/nottetris2/" -SRC_URI="http://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> ${P}.zip" - -LICENSE="CC-BY-NC-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -LVSLOT="0.7" -RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} - media-libs/devil[png]" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -src_install() { - local dir=${GAMES_DATADIR}/love/${PN} - - exeinto "${dir}" - newexe "Not Tetris 2.love" ${PN}.love - - newdoc "Not Readme.txt" README - - games_make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}" - make_desktop_entry ${PN} - - prepgamesdirs -}