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 1B7A61382C5 for ; Fri, 5 Mar 2021 01:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47A8DE0872; Fri, 5 Mar 2021 01:04:51 +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 E4BC4E0872 for ; Fri, 5 Mar 2021 01:04:50 +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 198F1340EFA for ; Fri, 5 Mar 2021 01:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ABCD585 for ; Fri, 5 Mar 2021 01:04:47 +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: <1614906144.f47c66ce4befefe5d75a37e24a1d22ed8e6523e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/ois/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/ois/ois-1.3.ebuild X-VCS-Directories: dev-games/ois/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f47c66ce4befefe5d75a37e24a1d22ed8e6523e1 X-VCS-Branch: master Date: Fri, 5 Mar 2021 01:04:47 +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: 2b9c5363-1283-4773-894a-d951a59fdc42 X-Archives-Hash: 2614527631f7573e5c024073b0535523 commit: f47c66ce4befefe5d75a37e24a1d22ed8e6523e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 5 00:34:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 5 01:02:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47c66ce dev-games/ois: Drop 1.3 (r0), EAPI5-- Closes: https://bugs.gentoo.org/772827 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-games/ois/ois-1.3.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-games/ois/ois-1.3.ebuild b/dev-games/ois/ois-1.3.ebuild deleted file mode 100644 index a7572e97369..00000000000 --- a/dev-games/ois/ois-1.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools autotools-utils - -MY_P=${PN}-v${PV/./-} -DESCRIPTION="Object-oriented Input System - A cross-platform C++ input handling library" -HOMEPAGE="https://sourceforge.net/projects/wgois/" -SRC_URI="mirror://sourceforge/wgois/${MY_P/-/_}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="static-libs" - -DEPEND="x11-libs/libXaw - x11-libs/libX11" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc47.patch \ - "${FILESDIR}"/${P}-automake-1.13.patch - eautoreconf -}