summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 01:34:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 02:02:24 +0100
commitf47c66ce4befefe5d75a37e24a1d22ed8e6523e1 (patch)
treee967ebc9a344d0ddc5ed7549aff832dbc5bee6a9 /dev-games/ois
parentdev-libs/gtx: Drop 0.2.2 (r0), EAPI5-- (diff)
downloadgentoo-f47c66ce4befefe5d75a37e24a1d22ed8e6523e1.tar.gz
gentoo-f47c66ce4befefe5d75a37e24a1d22ed8e6523e1.tar.bz2
gentoo-f47c66ce4befefe5d75a37e24a1d22ed8e6523e1.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'dev-games/ois')
-rw-r--r--dev-games/ois/ois-1.3.ebuild26
1 files changed, 0 insertions, 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 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
-}