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 CA2D513835A for ; Thu, 2 Jul 2020 00:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EC6FE08E2; Thu, 2 Jul 2020 00:03:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4D399E08F0 for ; Thu, 2 Jul 2020 00:03:35 +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 4580934F350 for ; Thu, 2 Jul 2020 00:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BA52C6 for ; Thu, 2 Jul 2020 00:03:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1593648189.d07e31c8b9c5abfab2f0cde063116b553e1859cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pioneers/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pioneers/Manifest games-board/pioneers/pioneers-15.3-r1.ebuild X-VCS-Directories: games-board/pioneers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d07e31c8b9c5abfab2f0cde063116b553e1859cd X-VCS-Branch: master Date: Thu, 2 Jul 2020 00:03:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ca4502f-e727-4c51-895f-7d7f8d08e177 X-Archives-Hash: 0a4038423ba29340e17661582f65a953 commit: d07e31c8b9c5abfab2f0cde063116b553e1859cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 2 00:02:54 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 2 00:03:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07e31c8 games-board/pioneers: Drop 15.3-r1 Closes: https://bugs.gentoo.org/728984 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/pioneers/Manifest | 1 - games-board/pioneers/pioneers-15.3-r1.ebuild | 47 ---------------------------- 2 files changed, 48 deletions(-) diff --git a/games-board/pioneers/Manifest b/games-board/pioneers/Manifest index 5f1e718393f..082da1f9eb6 100644 --- a/games-board/pioneers/Manifest +++ b/games-board/pioneers/Manifest @@ -1,2 +1 @@ -DIST pioneers-15.3.tar.gz 4154470 BLAKE2B 536b2100ac0dd75d8c118741bffdd433bebcbdef2df54a75a5e9004f5fb2f7859bc75c27935251fc94b3428e730a7be522b88a7ab13224cb545180eb84ad86f9 SHA512 57aa8bc48019c87a683a4728d28d56f6bd755a0566922dddb4de825904820d1204f893e73fd13465fcec63cecb4a5735a90338f6ff915b7f17113dc0f1e834c1 DIST pioneers-15.5.tar.gz 4975627 BLAKE2B 8cae5df3e122743819196f0442ba18cedcfd4fee51d9e76ef4137f120e3429456f58ca9d6e537b8e0206c937d882b4a22d76ae333a7d5d7dc69d65f7bbd94b18 SHA512 a3261197348d7e994da81ad4948755520bf29678614a9ea2b2cacc81622093c6460b0cee671a04c125684d88a9ee1deb9206ccb73ab1440be1a1505e24b2ed2a diff --git a/games-board/pioneers/pioneers-15.3-r1.ebuild b/games-board/pioneers/pioneers-15.3-r1.ebuild deleted file mode 100644 index da4fa55fbc9..00000000000 --- a/games-board/pioneers/pioneers-15.3-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A clone of the popular board game The Settlers of Catan" -HOMEPAGE="http://pio.sourceforge.net/" -SRC_URI="mirror://sourceforge/pio/${P}.tar.gz" - -LICENSE="GPL-2 CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated help nls" - -# dev-util/gob only for autoreconf -RDEPEND=">=dev-libs/glib-2.26:2 - !dedicated? ( - >=x11-libs/gtk+-3.4:3 - >=x11-libs/libnotify-0.7.4 - help? ( - app-text/rarian - >=gnome-base/libgnome-2.10 - ) - ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/gob:2 - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable nls) \ - $(use_enable help) \ - --includedir=/usr/include \ - $(use_with !dedicated gtk) -} - -src_install() { - DOCS='AUTHORS ChangeLog README TODO NEWS' \ - gnome2_src_install scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/ -}