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 2C1B3138331 for ; Sun, 22 Apr 2018 19:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899ECE0896; Sun, 22 Apr 2018 19:48:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68074E0883 for ; Sun, 22 Apr 2018 19:48:47 +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 6BB39335C43 for ; Sun, 22 Apr 2018 19:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27CDD28B for ; Sun, 22 Apr 2018 19:48: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: <1524426517.16ab172388a85fe4c113694a54a39a064608c04a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/openbubbles/openbubbles-1.2.ebuild X-VCS-Directories: games-arcade/openbubbles/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 16ab172388a85fe4c113694a54a39a064608c04a X-VCS-Branch: master Date: Sun, 22 Apr 2018 19:48: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: 18a81c28-a380-4156-ac75-cca91e4e30f3 X-Archives-Hash: 5403c7ea779aaa8d9a6611092df8bc38 commit: 16ab172388a85fe4c113694a54a39a064608c04a Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:44:09 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:48:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ab1723 games-arcade/openbubbles: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/openbubbles/openbubbles-1.2.ebuild | 30 ------------------------- 1 file changed, 30 deletions(-) diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild deleted file mode 100644 index 69515aa0655..00000000000 --- a/games-arcade/openbubbles/openbubbles-1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A clone of Evan Bailey's game Bubbles" -HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/" -SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image[png] - media-libs/sdl-gfx" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-glibc2.10.patch -} - -src_install() { - default - newicon data/bubble.png ${PN}.png - make_desktop_entry ${PN} "OpenBubbles" - prepgamesdirs -}