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 2A98A1382C5 for ; Tue, 1 May 2018 19:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C2FEE0AA3; Tue, 1 May 2018 19:37:44 +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 58D57E0AA3 for ; Tue, 1 May 2018 19:37:44 +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 6B367335C9D for ; Tue, 1 May 2018 19:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB392B9 for ; Tue, 1 May 2018 19:37:39 +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: <1525203351.2d7761796ac1294dbbb052ed86c0162d156950c6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/foobillard/foobillard-3.0a.ebuild X-VCS-Directories: games-sports/foobillard/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2d7761796ac1294dbbb052ed86c0162d156950c6 X-VCS-Branch: master Date: Tue, 1 May 2018 19:37:39 +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: 364dc3b1-2766-4a2d-88a8-17ad74ff7fc4 X-Archives-Hash: 0644aca122764d887b9b2ebd3926f209 commit: 2d7761796ac1294dbbb052ed86c0162d156950c6 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 1 18:39:07 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 1 19:35:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d776179 games-sports/foobillard: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-sports/foobillard/foobillard-3.0a.ebuild | 53 -------------------------- 1 file changed, 53 deletions(-) diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild deleted file mode 100644 index e68d118c802..00000000000 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ /dev/null @@ -1,53 +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 autotools toolchain-funcs games - -DESCRIPTION="8ball, 9ball, snooker and carambol game" -HOMEPAGE="http://foobillard.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="sdl video_cards_nvidia" - -DEPEND="x11-libs/libXaw - x11-libs/libXi - virtual/opengl - virtual/glu - >=media-libs/freetype-2.0.9 - media-libs/libpng:0 - sdl? ( media-libs/libsdl[video] ) - !sdl? ( media-libs/freeglut )" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-no_nvidia.patch \ - "${FILESDIR}"/${P}-fbsd.patch \ - "${FILESDIR}"/${P}-as-needed.patch \ - "${FILESDIR}"/${P}-gl-clamp.patch - mv configure.{in,ac} - rm aclocal.m4 - - eautoreconf -} - -src_configure() { - use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib - egamesconf \ - --enable-sound \ - $(use_enable sdl SDL) \ - $(use_enable !sdl glut) \ - $(use_enable video_cards_nvidia nvidia) -} - -src_install() { - default - doman foobillard.6 - newicon data/full_symbol.png foobillard.png - make_desktop_entry foobillard Foobillard - prepgamesdirs -}