summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/openliero/openliero-9.ebuild')
-rw-r--r--games-action/openliero/openliero-9.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-action/openliero/openliero-9.ebuild b/games-action/openliero/openliero-9.ebuild
deleted file mode 100644
index 4f1a73da2..000000000
--- a/games-action/openliero/openliero-9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Almost exact clone of Liero"
-HOMEPAGE="http://open.liero.be/"
-SRC_URI="http://stepien.cc/~jan/gentoo/distfiles/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin openliero || die
-}