From f47c66ce4befefe5d75a37e24a1d22ed8e6523e1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 5 Mar 2021 01:34:28 +0100 Subject: 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 --- dev-games/ois/ois-1.3.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-games/ois/ois-1.3.ebuild (limited to 'dev-games') diff --git a/dev-games/ois/ois-1.3.ebuild b/dev-games/ois/ois-1.3.ebuild deleted file mode 100644 index a7572e973690..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad