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 0FDFD139083 for ; Thu, 21 Dec 2017 01:57:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5CF1E11B4; Thu, 21 Dec 2017 01:57:48 +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 B427FE11B2 for ; Thu, 21 Dec 2017 01:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8C49340754 for ; Thu, 21 Dec 2017 01:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2D2AE9A for ; Thu, 21 Dec 2017 01:57:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1513821391.e08e11d7698cd47deb9f6466e2cf973bec7503a0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/gamepick/gamepick-0.35.ebuild X-VCS-Directories: games-util/gamepick/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e08e11d7698cd47deb9f6466e2cf973bec7503a0 X-VCS-Branch: master Date: Thu, 21 Dec 2017 01:57:43 +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: 639061cb-25d5-41b4-a5b0-2ffae6337ee1 X-Archives-Hash: c239be6f87dbc012db64ea96c2ccfcd6 commit: e08e11d7698cd47deb9f6466e2cf973bec7503a0 Author: David Seifert gentoo org> AuthorDate: Wed Dec 20 21:30:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 21 01:56:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08e11d7 games-util/gamepick: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 games-util/gamepick/gamepick-0.35.ebuild | 40 -------------------------------- 1 file changed, 40 deletions(-) diff --git a/games-util/gamepick/gamepick-0.35.ebuild b/games-util/gamepick/gamepick-0.35.ebuild deleted file mode 100644 index 8363fa083f3..00000000000 --- a/games-util/gamepick/gamepick-0.35.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Launch opengl games with custom graphic settings" -HOMEPAGE="http://www.rillion.net/gamepick/index.html" -SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i \ - -e "s:/etc:${GAMES_SYSCONFDIR}:" \ - src/gamepick.h || die - - sed -i \ - -e 's/-O2//' \ - src/Makefile.in || die -} - -src_install() { - default - - dodir "${GAMES_SYSCONFDIR}" - touch "${D}/${GAMES_SYSCONFDIR}"/${PN}.conf - - newicon gamepick-48x48.xpm ${PN}.xpm - make_desktop_entry ${PN} ${PN} - - prepgamesdirs -}