summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-09-03 17:46:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-09-03 17:46:51 +0000
commit0fa4454ba5777704ae60582241e98734ec209392 (patch)
treeae82fa66edc939880db06741b3755e153c7f8306 /dev-games/ois
parentadd the nosell license, from the TeX catalogue, will be used by TeX Live 2008 (diff)
downloadgentoo-2-0fa4454ba5777704ae60582241e98734ec209392.tar.gz
gentoo-2-0fa4454ba5777704ae60582241e98734ec209392.tar.bz2
gentoo-2-0fa4454ba5777704ae60582241e98734ec209392.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-games/ois')
-rw-r--r--dev-games/ois/ois-1.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-games/ois/ois-1.0.ebuild b/dev-games/ois/ois-1.0.ebuild
deleted file mode 100644
index 3f7a51a5a939..000000000000
--- a/dev-games/ois/ois-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ois/ois-1.0.ebuild,v 1.2 2007/09/22 15:47:20 angelos Exp $
-
-inherit autotools
-
-DESCRIPTION="Object-oriented Input System - A cross-platform C++ input handling library"
-HOMEPAGE="http://www.wreckedgames.com/"
-SRC_URI="mirror://sourceforge/wgois/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXaw
- x11-libs/libX11"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}