summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rubygame/rubygame-2.5.3.ebuild')
-rw-r--r--dev-ruby/rubygame/rubygame-2.5.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/rubygame/rubygame-2.5.3.ebuild b/dev-ruby/rubygame/rubygame-2.5.3.ebuild
deleted file mode 100644
index 4b9f6c845..000000000
--- a/dev-ruby/rubygame/rubygame-2.5.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-USE_RUBY="ruby18"
-inherit gems
-
-DESCRIPTION="A cross-platform multimedia library for ruby"
-HOMEPAGE="http://rubygame.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-RDEPEND="media-libs/libsdl[X]
- media-libs/sdl-gfx
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-ttf
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- dev-ruby/rake"