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 5FFF41382C5 for ; Mon, 16 Apr 2018 20:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D64E09E6; Mon, 16 Apr 2018 20:26:57 +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 12CF9E09E6 for ; Mon, 16 Apr 2018 20:26:57 +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 49A07335C49 for ; Mon, 16 Apr 2018 20:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4F2299 for ; Mon, 16 Apr 2018 20:26:52 +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: <1523910403.8480f8e44558232d10b6890d06796610d7d6d1d6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnujump/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/gnujump/gnujump-1.0.8.ebuild X-VCS-Directories: games-arcade/gnujump/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8480f8e44558232d10b6890d06796610d7d6d1d6 X-VCS-Branch: master Date: Mon, 16 Apr 2018 20:26: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: e1704fd1-5042-4e6b-81c0-d9d6b091653a X-Archives-Hash: b4d3d98f4707043059448152a69a85fa commit: 8480f8e44558232d10b6890d06796610d7d6d1d6 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 16 20:10:53 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 16 20:26:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8480f8e4 games-arcade/gnujump: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/gnujump/gnujump-1.0.8.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) diff --git a/games-arcade/gnujump/gnujump-1.0.8.ebuild b/games-arcade/gnujump/gnujump-1.0.8.ebuild deleted file mode 100644 index 5232fcb51fe..00000000000 --- a/games-arcade/gnujump/gnujump-1.0.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="Xjump clone with added features" -HOMEPAGE="http://gnujump.es.gnu.org" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - virtual/opengl - x11-libs/libX11" -RDEPEND=${DEPEND} - -src_prepare() { - append-libs -lm -} - -src_install() { - DOCS=( AUTHORS ChangeLog README ) - default - - newicon skins/xjump/hero1.0.png ${PN}.png - make_desktop_entry ${PN} "GNUjump" - - prepgamesdirs -}